Skip to content

#eebc9c

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

RGB
238, 188, 156
HSL
23°, 71%, 77%
CMYK
0, 21, 35, 7
Luminance
0.5654

At a glance

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

Hex
#eebc9c
Hue
23°
orange
Saturation
71%
vivid
Lightness
77%
light
Brightness
93%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5654
WCAG relative
Temperature
Warm
4/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
12.31:1
Closest name
Peach Puff
ΔE2000 7.6
Where it sits
Hue23° of 360°
Saturation71%
Lightness77%
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#eebc9c
RGBrgb(238, 188, 156)
HSLhsl(23, 71%, 77%)
CMYKcmyk(0%, 21%, 35%, 7%)
LABlab(79.9 13.7 23.1)
LCHlch(79.9 26.8 59.4)
OKLCHoklch(0.832 0.072 54.1)
Decimal15645852
Display P3color(display-p3 0.933 0.737 0.612)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#eebc9c on white: 1.71:1
AA ✗ fail · AA-large · AAA
Aa
#eebc9c on black: 12.31:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CAC09A
deuteranopia · #D6CA9C
tritanopia · #FCB3B3

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #eebc9c 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
#F8EEE7
#F2D9C9
#eebc9c
#E69E6F
#DE7D3F
#D16724
#AE561E
#8B4518
#653415
#3F210D
Base = 300Lightest = 50 · #FCF6F3Darkest = 950 · #3F210D
:root {
  --brand-50: #FCF6F3;
  --brand-100: #F8EEE7;
  --brand-200: #F2D9C9;
  --brand-300: #eebc9c;
  --brand-400: #E69E6F;
  --brand-500: #DE7D3F;
  --brand-600: #D16724;
  --brand-700: #AE561E;
  --brand-800: #8B4518;
  --brand-900: #653415;
  --brand-950: #3F210D;
  --brand: #eebc9c;
  --brand-ink: #000000;
}

Colors that work with #eebc9c

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#EDD1C0
Hairlines and dividers
Muted text#9B6A4B
Captions on the surface
Accent#1A9CB2
Second voice, not a rival
Dark variant#6D3613
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 #eebc9c

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#9CCEEE
Analogous left#EE9CA5
Analogous right#EEE59C
Split-complement 1#9CEEE5
Split-complement 2#9CA5EE
Triadic 1#9CEEBC
Triadic 2#BC9CEE
Tetradic#A5EE9C

RGB percentages

Red93.3%
Green73.7%
Blue61.2%

CMYK percentages

Cyan0.0%
Magenta21.0%
Yellow34.5%
Key (black)6.7%

Color previews

#eebc9c text on a black background

contrast 12.31:1

Card sample

#eebc9c text on a white background

contrast 1.71:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eebc9c

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.

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

#eebc9c, answered

What color is #eebc9c?

#eebc9c is a light vivid orange, closest to Peach Puff (ΔE2000 7.6). It sits at 23° on the hue wheel with 71% saturation and 77% lightness, which reads as warm.

What is the RGB value of #eebc9c?

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

Is #eebc9c a light or a dark color?

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

Should I use black or white text on #eebc9c?

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

What is the complementary color of #eebc9c?

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

What colors go well with #eebc9c?

For interface work: #FAF7F4 as the surface, #EDD1C0 for borders, #9B6A4B for secondary text, #1A9CB2 as an accent and #6D3613 for hover and pressed states. For a palette, the analogous pair #EE9CA5 and #EEE59C stays calm, while #9CCEEE is the loudest partner.

What is #eebc9c 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 #eebc9c 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 #F2CCB2; nudged cooler, #EF9D9B.

Work with #eebc9c in the Color Lab