Skip to content

#eebc9a

a light, vivid orange · warm · closest name: Burly Wood

RGB
238, 188, 154
HSL
24°, 71%, 77%
CMYK
0, 21, 35, 7
Luminance
0.5648

At a glance

Every number on this page in one read: what #eebc9a is made of, how bright it looks, and which way it leans.

Hex
#eebc9a
Hue
24°
orange
Saturation
71%
vivid
Lightness
77%
light
Brightness
93%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5648
WCAG relative
Temperature
Warm
3/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
12.30:1
Closest name
Burly Wood
ΔE2000 7.2
Where it sits
Hue24° of 360°
Saturation71%
Lightness77%
Temperature
Warm ← → Cool3% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#eebc9a
RGBrgb(238, 188, 154)
HSLhsl(24, 71%, 77%)
CMYKcmyk(0%, 21%, 35%, 7%)
LABlab(79.9 13.4 24.1)
LCHlch(79.9 27.6 60.9)
OKLCHoklch(0.832 0.074 55.7)
Decimal15645850
Display P3color(display-p3 0.933 0.737 0.604)

Copy-ready code

/* CSS */
color: #eebc9a;
background-color: #eebc9a;
/* Tailwind (arbitrary) */
class="text-[#eebc9a] bg-[#eebc9a]"
/* SCSS */
$brand: #eebc9a;
/* SwiftUI */
Color(red: 0.933, green: 0.737, blue: 0.604)
/* Android */
Color.parseColor("#eebc9a")
/* Flutter */
Color(0xFFEEBC9A)
/* Python / OpenCV (BGR) */
(154, 188, 238)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #eebc9a · 12.30:1
Use #000000AAA at every size.
Aa
White text · 1.71:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.30:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #eebc9a as text scores 1.71:1 on white and 12.30:1 on black.

Accessibility — WCAG contrast

Aa
#eebc9a on white: 1.71:1
AA ✗ fail · AA-large · AAA
Aa
#eebc9a on black: 12.30:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CAC098
deuteranopia · #D6CA9A
tritanopia · #FCB3B3

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #eebc9a is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FCF7F3
#F8EEE7
#F3DAC9
#eebc9a
#E79F6F
#DF803F
#D26A23
#AF581D
#8C4718
#653615
#3F210D
Base = 300Lightest = 50 · #FCF7F3Darkest = 950 · #3F210D
:root {
  --brand-50: #FCF7F3;
  --brand-100: #F8EEE7;
  --brand-200: #F3DAC9;
  --brand-300: #eebc9a;
  --brand-400: #E79F6F;
  --brand-500: #DF803F;
  --brand-600: #D26A23;
  --brand-700: #AF581D;
  --brand-800: #8C4718;
  --brand-900: #653615;
  --brand-950: #3F210D;
  --brand: #eebc9a;
  --brand-ink: #000000;
}

Colors that work with #eebc9a

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAF7F4
Tinted page background
Border#EDD2C0
Hairlines and dividers
Muted text#9B6B4B
Captions on the surface
Accent#1A9CB2
Second voice, not a rival
Dark variant#6D3712
Hover, pressed, headers
Light variant#FBF1E9
Selected rows, tints
Dark surface#241A14
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #eebc9a

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#9ACCEE
Analogous left#EE9AA2
Analogous right#EEE69A
Split-complement 1#9AEEE6
Split-complement 2#9AA2EE
Triadic 1#9AEEBC
Triadic 2#BC9AEE
Tetradic#A2EE9A

RGB percentages

Red93.3%
Green73.7%
Blue60.4%

CMYK percentages

Cyan0.0%
Magenta21.0%
Yellow35.3%
Key (black)6.7%

Color previews

#eebc9a text on a black background

contrast 12.30:1

Card sample

#eebc9a text on a white background

contrast 1.71:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #eebc9a;
Background color
Panel with #eebc9a background
background-color: #eebc9a;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #eebc9a;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(238, 188, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 188, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebc9a;
background: linear-gradient(135deg, #eebc9a, #E8EE9A);

Monochromatic scale

Palettes built from #eebc9a

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#eebc9a in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
E-commerceFood deliveryLogisticsCreator tools
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#eebc9a, answered

What color is #eebc9a?

#eebc9a is a light vivid orange, closest to Burly Wood (ΔE2000 7.2). It sits at 24° on the hue wheel with 71% saturation and 77% lightness, which reads as warm.

What is the RGB value of #eebc9a?

rgb(238, 188, 154) — 238 red, 188 green and 154 blue out of 255, or 93.3% / 73.7% / 60.4% by channel.

Is #eebc9a a light or a dark color?

It is a light color. Relative luminance is 0.5648 and perceived brightness is 79%, so black text on it reaches 12.30:1.

Should I use black or white text on #eebc9a?

Black. It scores 12.30:1 against #eebc9a, versus 1.71:1 for white — AAA at any size.

What is the complementary color of #eebc9a?

#9ACCEE sits directly opposite on the wheel. Softer options are the split-complements #9AEEE6 and #9AA2EE, which give the same contrast with far less vibration.

What colors go well with #eebc9a?

For interface work: #FAF7F4 as the surface, #EDD2C0 for borders, #9B6B4B for secondary text, #1A9CB2 as an accent and #6D3712 for hover and pressed states. For a palette, the analogous pair #EE9AA2 and #EEE69A stays calm, while #9ACCEE is the loudest partner.

What is #eebc9a in CMYK for printing?

cmyk(0%, 21%, 35%, 7%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #eebc9a warm or cool?

Warm — it scores 3 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F2CBB0; nudged cooler, #EF9C99.

Work with #eebc9a in the Color Lab