Skip to content

#ebc9b1

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

RGB
235, 201, 177
HSL
25°, 59%, 81%
CMYK
0, 15, 25, 8
Luminance
0.6261

At a glance

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

Hex
#ebc9b1
Hue
25°
orange
Saturation
59%
vivid
Lightness
81%
light
Brightness
92%
HSV value
Perceived
82%
weighted brightness
Luminance
0.6261
WCAG relative
Temperature
Warm
3/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
13.52:1
Closest name
Peach Puff
ΔE2000 4.9
Where it sits
Hue25° of 360°
Saturation59%
Lightness81%
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#ebc9b1
RGBrgb(235, 201, 177)
HSLhsl(25, 59%, 81%)
CMYKcmyk(0%, 15%, 25%, 8%)
LABlab(83.2 8.4 16.4)
LCHlch(83.2 18.5 62.9)
OKLCHoklch(0.859 0.050 57.2)
Decimal15452593
Display P3color(display-p3 0.922 0.788 0.694)

Copy-ready code

/* CSS */
color: #ebc9b1;
background-color: #ebc9b1;
/* Tailwind (arbitrary) */
class="text-[#ebc9b1] bg-[#ebc9b1]"
/* SCSS */
$brand: #ebc9b1;
/* SwiftUI */
Color(red: 0.922, green: 0.788, blue: 0.694)
/* Android */
Color.parseColor("#ebc9b1")
/* Flutter */
Color(0xFFEBC9B1)
/* Python / OpenCV (BGR) */
(177, 201, 235)

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 #ebc9b1 · 13.52:1
Use #000000AAA at every size.
Aa
White text · 1.55:1
AA fail · AA large fail · AAA fail
Aa
Black text · 13.52:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #ebc9b1 as text scores 1.55:1 on white and 13.52:1 on black.

Accessibility — WCAG contrast

Aa
#ebc9b1 on white: 1.55:1
AA ✗ fail · AA-large · AAA
Aa
#ebc9b1 on black: 13.52:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D3CBAF
deuteranopia · #DBD2B1
tritanopia · #F6C3C2

Color scale — 50 to 950

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

#FBF7F4
#F7EEE9
#EFDBCD
#ebc9b1
#DDA279
#D1834C
#C36E32
#A25C2A
#824921
#5F371C
#3B2311
Base = 300Lightest = 50 · #FBF7F4Darkest = 950 · #3B2311
:root {
  --brand-50: #FBF7F4;
  --brand-100: #F7EEE9;
  --brand-200: #EFDBCD;
  --brand-300: #ebc9b1;
  --brand-400: #DDA279;
  --brand-500: #D1834C;
  --brand-600: #C36E32;
  --brand-700: #A25C2A;
  --brand-800: #824921;
  --brand-900: #5F371C;
  --brand-950: #3B2311;
  --brand: #ebc9b1;
  --brand-ink: #000000;
}

Colors that work with #ebc9b1

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#9B6C4B
Captions on the surface
Accent#2592A7
Second voice, not a rival
Dark variant#65391A
Hover, pressed, headers
Light variant#FAF1EB
Selected rows, tints
Dark surface#241B14
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 #ebc9b1

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#B1D3EB
Analogous left#EBB1B6
Analogous right#EBE6B1
Split-complement 1#B1EBE6
Split-complement 2#B1B6EB
Triadic 1#B1EBC9
Triadic 2#C9B1EB
Tetradic#B6EBB1

RGB percentages

Red92.2%
Green78.8%
Blue69.4%

CMYK percentages

Cyan0.0%
Magenta14.5%
Yellow24.7%
Key (black)7.8%

Color previews

#ebc9b1 text on a black background

contrast 13.52:1

Card sample

#ebc9b1 text on a white background

contrast 1.55:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(235, 201, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 201, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc9b1;
background: linear-gradient(135deg, #ebc9b1, #E6EBB1);

Monochromatic scale

Palettes built from #ebc9b1

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.

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

#ebc9b1, answered

What color is #ebc9b1?

#ebc9b1 is a light vivid orange, closest to Peach Puff (ΔE2000 4.9). It sits at 25° on the hue wheel with 59% saturation and 81% lightness, which reads as warm.

What is the RGB value of #ebc9b1?

rgb(235, 201, 177) — 235 red, 201 green and 177 blue out of 255, or 92.2% / 78.8% / 69.4% by channel.

Is #ebc9b1 a light or a dark color?

It is a light color. Relative luminance is 0.6261 and perceived brightness is 82%, so black text on it reaches 13.52:1.

Should I use black or white text on #ebc9b1?

Black. It scores 13.52:1 against #ebc9b1, versus 1.55:1 for white — AAA at any size.

What is the complementary color of #ebc9b1?

#B1D3EB sits directly opposite on the wheel. Softer options are the split-complements #B1EBE6 and #B1B6EB, which give the same contrast with far less vibration.

What colors go well with #ebc9b1?

For interface work: #FAF7F4 as the surface, #EDD2C0 for borders, #9B6C4B for secondary text, #2592A7 as an accent and #65391A for hover and pressed states. For a palette, the analogous pair #EBB1B6 and #EBE6B1 stays calm, while #B1D3EB is the loudest partner.

What is #ebc9b1 in CMYK for printing?

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

Is #ebc9b1 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 #F0D7C5; nudged cooler, #ECB3B0.

Work with #ebc9b1 in the Color Lab