Tints & Shades
50
100
200
300
400
500
600
700
800
900
Scale from white (50) through Butterscotch (500) to black (900), interpolated in Lab color space.
Color Values
- HEX
- #E3963E
- RGB
- rgb(227, 150, 62)
- HSL
- hsl(32, 75%, 57%)
- OKLCH
- oklch(0.735 0.137 66)
- CMYK
- cmyk(0%, 34%, 73%, 11%)
--color-butterscotchbg-[#E3963E]Accessibility
Score: 48/100On White (#FFF)
2.41:1
On Black (#000)
8.7:1
On Light Gray (#F5F5F5)
2.21:1
Best text color on this background:
Design Applications
background-color: #E3963E
color: #E3963E
bg-[#E3963E] text-[#000000]
border-left: 4px solid #E3963E
Color Harmonies
Complementary
Periwinkle Flower
#5B7EA6
Split-Complementary
Similar Colors
Color Meaning & Psychology
Orange sits at the intersection of red's intensity and yellow's optimism. It is the warmest color in the spectrum and carries associations with harvest, health, and human warmth. Unlike red, orange is rarely perceived as aggressive — it feels friendly, approachable, and energetic. In marketing, orange signals affordability and value; premium brands tend to avoid it for this reason. Deeper burnt oranges feel earthy and artisanal; bright oranges feel playful and modern. Orange has the highest visibility against a blue sky or ocean, making it the safety color for life vests and warning signs. At medium lightness, it is the most versatile tone of this hue family — readable as text on light backgrounds, yet vibrant enough as a visual accent.
Industry Usage
Common contexts and industries where Butterscotch is applied in professional design.
- Technology and startup branding
- Food delivery and restaurant chains
- Outdoor recreation and adventure brands
- Construction and industrial safety equipment
- Health and wellness products emphasizing energy
- Home improvement and DIY retail
- Youth and education brands
- Budget and value-oriented retail
Accessibility Considerations
Normal Text
Fails AA
4.5:1 minimum required
Large Text
Fails AA Large
3:1 minimum required
UI Components
Check contrast
3:1 for non-text UI
Butterscotch is a light color. Use black (#000000) text on top of it for maximum readability (8.70:1). Avoid white text on this background.
CSS & Code Examples
Background
background-color: #E3963E;Text
color: #E3963E;Border
border: 2px solid #E3963E;Box Shadow
box-shadow: 0 4px 20px #E3963E40;Gradient
background: linear-gradient(135deg, #E3963E, #ffc76d);Tailwind-style
--color-butterscotch: #E3963E;Tailwind CSS Utilities
Use arbitrary value syntax in Tailwind CSS to apply Butterscotch without a custom config.
Background
bg-[#E3963E]Text
text-[#E3963E]Border
border-[#E3963E]Ring
ring-[#E3963E]Fill
fill-[#E3963E]From (gradient)
from-[#E3963E]Via (gradient)
via-[#E3963E]To (gradient)
to-[#E3963E]Design Tokens
Ready-to-use Butterscotch design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.
CSS Custom Properties
:root {
--color-butterscotch: #E3963E;
--color-butterscotch-rgb: 227, 150, 62;
--color-butterscotch-hsl: 32, 75%, 57%;
}SCSS Variables
$color-butterscotch: #E3963E; $color-butterscotch-rgb: 227, 150, 62; $color-butterscotch-hsl: 32, 75%, 57%;
Tailwind v3 Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'butterscotch': '#E3963E',
},
},
},
};Tailwind v4 (@theme)
/* tailwind.css */
@theme {
--color-butterscotch: #E3963E;
}JSON Design Token (W3C format)
{
"butterscotch": {
"value": "#E3963E",
"type": "color",
"description": "Butterscotch — #E3963E"
}
}More orange colors
View all →What Does Butterscotch Mean? Color Psychology & Cultural Symbolism
Few colors better embody the tension between energy and approachability than the orange family. At #E3963E, Butterscotch resolves that tension in favor of friendliness—warm enough to feel inviting, saturated enough (75%) to remain visually active.
- In Western design, orange occupies a unique middle ground between red's urgency and yellow's optimism—friendlier than the former, more energetic than the latter. It signals approachability, affordability, and enthusiasm without the aggression of pure red.
- In Buddhist traditions, saffron and orange are sacred colors worn by monks and associated with renunciation, warmth, and spiritual enlightenment. In Hinduism, orange (saffron) represents purity, fire, and courage.
- Butterscotch's mid-tone lightness (57%) shifts its psychological register: a balanced mid-tone that embodies enthusiasm, warmth, creativity, and accessibility at its most direct.
- At 75% saturation, Butterscotch reads as moderately saturated—neither overwhelming nor passive, landing in the enthusiasm, warmth, creativity, and accessibility zone with measured confidence.
Butterscotch is at its best when it amplifies friendliness—a reminder that design can be energetic and welcoming at the same time.
How to Use Butterscotch in Design: Applications, Pairings & Best Practices
Butterscotch is a natural secondary color in design systems—energetic enough to accent, friendly enough to avoid intimidation. It shines in promotional contexts where urgency is wanted but red would feel aggressive.
- UI components: secondary action buttons, highlight states, notification badges—Butterscotch performs reliably in all these roles with its mid-tone tonal character.
- Brand & identity: secondary CTAs, highlight accents, notification dots—contexts where Butterscotch's moderately saturated quality creates the right register.
- Typography: Butterscotch as text requires a dark background; its 57% lightness means it provides 2.4:1 contrast on white, not meeting WCAG AA.
- Butterscotch creates strong legibility with black text overlays (8.7:1 contrast ratio), making it a reliable background or surface color in design systems
- Proportional use: Butterscotch's moderately saturated saturation (75%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.
Butterscotch is at its best when it amplifies friendliness—a reminder that design can be energetic and welcoming at the same time.
Butterscotch Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design
Butterscotch (#E3963E) achieves a 8.70:1 contrast ratio with black text, surpassing the WCAG 2.1 AAA threshold of 7:1. This exceptional contrast qualifies it for body text, UI components at any size, and all accessibility-sensitive interface contexts. Relative luminance: 38.5%.
- As text on white (#FFFFFF): 2.41:1 — Fail
- As text on black (#000000): 8.70:1 — AAA ✓
- Best text color on Butterscotch background: Black (#000000) at 8.70:1
- WCAG 2.1 luminance: 38.5% — mid-range luminance—it sits in the transition zone where both dark and light text approaches require testing against the 4.5:1 WCAG threshold
- Butterscotch qualifies for all text sizes including small body copy (AAA).
- Color blindness consideration: protanopia and deuteranopia (red-green color blindness, ~8% of males) may affect how orange-family colors are distinguished from greens and browns. For critical UI states, supplement color alone with shape, label, or pattern cues.
Always verify Butterscotch at its final intended size and weight using a real contrast checker—font weight and rendering environment affect perceived legibility beyond what raw ratios capture.
Butterscotch in Industry: Branding, Design & Market Applications
Across industry research, orange-family tones consistently outperform competitors in categories built on enthusiasm, warmth, creativity, and accessibility. Butterscotch is a mid-tone expression of this advantage—best positioned in Food & Beverage and adjacent markets.
- Food & Beverage: Orange stimulates appetite almost as effectively as red while feeling friendlier and more playful. Food delivery apps, snack brands, and casual dining chains use it to communicate deliciousness and accessibility. (examples: Chipotle, Sweetgreen, Blue Bottle Coffee) Pairs well with white for clean, appetizing digital food interfaces.
- Sports & Fitness: Orange communicates high energy, competitive drive, and athletic enthusiasm. It's a popular secondary color in sports branding precisely because it energizes without the urgency or danger association of red. (examples: Nike, Gatorade, Under Armour) Orange-and-black is a classic high-visibility sports palette used from road construction to professional teams.
- Technology & Startups: Challenger tech brands use orange to signal they're energetic, user-friendly, and disrupting stuffy industries. It positions a product as approachable and human without sacrificing ambition. (examples: Apple, Microsoft, Salesforce) Works better for B2C tools and consumer products than for enterprise SaaS where trust and professionalism dominate.
- Brand positioning: Butterscotch is best suited for brands projecting energetic, creative, accessible. Categories outside this positioning—luxury or premium positioning (reads as affordable—tend to see weaker results.
- Adjacent applications: Beyond primary industries, Butterscotch works effectively in pricing callouts, casual branding, promotional elements—contexts where enthusiasm serves a secondary but reinforcing role.
Butterscotch earns its strongest ROI in industries where trust and recognition compound over time: Food & Beverage, Sports & Fitness, Technology & Startups. Use it to build the kind of brand recognition that decades reinforce.
Accessibility & Design Guides
Frequently Asked Questions
- What is the hex code for Butterscotch? ▾
- The hex code for Butterscotch is #E3963E. Its RGB values are rgb(227, 150, 62) and its HSL values are hsl(32, 75%, 57%).
- What does Butterscotch mean in design? ▾
- Orange sits at the intersection of red's intensity and yellow's optimism. It is the warmest color in the spectrum and carries associations with harvest, health, and human warmth. Unlike red, orange is rarely perceived as aggressive — it feels friendly, approachable, and energetic. In marketing, orange signals affordability and value; premium brands tend to avoid it for this reason. Deeper burnt oranges feel earthy and artisanal; bright oranges feel playful and modern. Orange has the highest visibility against a blue sky or ocean, making it the safety color for life vests and warning signs. At medium lightness, it is the most versatile tone of this hue family — readable as text on light backgrounds, yet vibrant enough as a visual accent.
- Is Butterscotch WCAG accessible? ▾
- Butterscotch (#E3963E) does not pass WCAG AA on white (2.41:1 ratio). Use it on dark backgrounds where it achieves 8.7:1. Its overall accessibility score is 48/100.
- What colors go well with Butterscotch? ▾
- Butterscotch pairs well with its complementary color Periwinkle Flower (#5B7EA6). Analogous colors like Chili Red and Flame also work harmoniously. Check the Color Harmonies section above for the full palette.
- What is Butterscotch used for? ▾
- Butterscotch is commonly used for: Technology and startup branding; Food delivery and restaurant chains; Outdoor recreation and adventure brands; Construction and industrial safety equipment; Health and wellness products emphasizing energy.
- What are the CSS and Tailwind values for Butterscotch? ▾
- In CSS, use `color: #E3963E` or `background-color: #E3963E`. The CSS custom property is `--color-butterscotch: #E3963E`. In Tailwind CSS, use the arbitrary value class `bg-[#E3963E]` for backgrounds or `text-[#E3963E]` for text.