Skip to content

#eebc9f

a light, vivid orange · warm · closest name: Peach Puff

RGB
238, 188, 159
HSL
22°, 70%, 78%
CMYK
0, 21, 33, 7
Luminance
0.5665

At a glance

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

Hex
#eebc9f
Hue
22°
orange
Saturation
70%
vivid
Lightness
78%
light
Brightness
93%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5665
WCAG relative
Temperature
Warm
4/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
12.33:1
Closest name
Peach Puff
ΔE2000 7.9
Where it sits
Hue22° of 360°
Saturation70%
Lightness78%
Temperature
Warm ← → Cool4% 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#eebc9f
RGBrgb(238, 188, 159)
HSLhsl(22, 70%, 78%)
CMYKcmyk(0%, 21%, 33%, 7%)
LABlab(80.0 14.0 21.5)
LCHlch(80.0 25.7 57.0)
OKLCHoklch(0.833 0.070 51.6)
Decimal15645855
Display P3color(display-p3 0.933 0.737 0.624)

Copy-ready code

/* CSS */
color: #eebc9f;
background-color: #eebc9f;
/* Tailwind (arbitrary) */
class="text-[#eebc9f] bg-[#eebc9f]"
/* SCSS */
$brand: #eebc9f;
/* SwiftUI */
Color(red: 0.933, green: 0.737, blue: 0.624)
/* Android */
Color.parseColor("#eebc9f")
/* Flutter */
Color(0xFFEEBC9F)
/* Python / OpenCV (BGR) */
(159, 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 #eebc9f · 12.33:1
Use #000000AAA at every size.
Aa
White text · 1.70:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.33:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #eebc9f as text scores 1.70:1 on white and 12.33:1 on black.

Accessibility — WCAG contrast

Aa
#eebc9f on white: 1.70:1
AA ✗ fail · AA-large · AAA
Aa
#eebc9f on black: 12.33:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CAC09D
deuteranopia · #D5CB9F
tritanopia · #FCB3B4

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #eebc9f 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.

#FCF6F3
#F8EDE7
#F2D8C9
#eebc9f
#E69B70
#DD7A40
#D06425
#AD531F
#8B4219
#653316
#3F200E
Base = 300Lightest = 50 · #FCF6F3Darkest = 950 · #3F200E
:root {
  --brand-50: #FCF6F3;
  --brand-100: #F8EDE7;
  --brand-200: #F2D8C9;
  --brand-300: #eebc9f;
  --brand-400: #E69B70;
  --brand-500: #DD7A40;
  --brand-600: #D06425;
  --brand-700: #AD531F;
  --brand-800: #8B4219;
  --brand-900: #653316;
  --brand-950: #3F200E;
  --brand: #eebc9f;
  --brand-ink: #000000;
}

Colors that work with #eebc9f

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#EDD0C0
Hairlines and dividers
Muted text#9B684B
Captions on the surface
Accent#1B9FB1
Second voice, not a rival
Dark variant#6C3413
Hover, pressed, headers
Light variant#FBF0E9
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 #eebc9f

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#9FD1EE
Analogous left#EE9FA9
Analogous right#EEE39F
Split-complement 1#9FEEE3
Split-complement 2#9FA9EE
Triadic 1#9FEEBC
Triadic 2#BC9FEE
Tetradic#A9EE9F

RGB percentages

Red93.3%
Green73.7%
Blue62.4%

CMYK percentages

Cyan0.0%
Magenta21.0%
Yellow33.2%
Key (black)6.7%

Color previews

#eebc9f text on a black background

contrast 12.33:1

Card sample

#eebc9f text on a white background

contrast 1.70:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eebc9f

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.

#eebc9f 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.

#eebc9f, answered

What color is #eebc9f?

#eebc9f is a light vivid orange, closest to Peach Puff (ΔE2000 7.9). It sits at 22° on the hue wheel with 70% saturation and 78% lightness, which reads as warm.

What is the RGB value of #eebc9f?

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

Is #eebc9f a light or a dark color?

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

Should I use black or white text on #eebc9f?

Black. It scores 12.33:1 against #eebc9f, versus 1.70:1 for white — AAA at any size.

What is the complementary color of #eebc9f?

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

What colors go well with #eebc9f?

For interface work: #FAF7F4 as the surface, #EDD0C0 for borders, #9B684B for secondary text, #1B9FB1 as an accent and #6C3413 for hover and pressed states. For a palette, the analogous pair #EE9FA9 and #EEE39F stays calm, while #9FD1EE is the loudest partner.

What is #eebc9f in CMYK for printing?

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

Is #eebc9f warm or cool?

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

Work with #eebc9f in the Color Lab