Skip to content

#e2bc9a

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

RGB
226, 188, 154
HSL
28°, 55%, 75%
CMYK
0, 17, 32, 11
Luminance
0.5447

At a glance

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

Hex
#e2bc9a
Hue
28°
orange
Saturation
55%
vivid
Lightness
75%
light
Brightness
89%
HSV value
Perceived
77%
weighted brightness
Luminance
0.5447
WCAG relative
Temperature
Warm
1/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
11.89:1
Closest name
Burly Wood
ΔE2000 4.7
Where it sits
Hue28° of 360°
Saturation55%
Lightness75%
Temperature
Warm ← → Cool1% 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#e2bc9a
RGBrgb(226, 188, 154)
HSLhsl(28, 55%, 75%)
CMYKcmyk(0%, 17%, 32%, 11%)
LABlab(78.7 8.8 22.3)
LCHlch(78.7 24.0 68.5)
OKLCHoklch(0.820 0.063 63.6)
Decimal14859418
Display P3color(display-p3 0.886 0.737 0.604)

Copy-ready code

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

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

Accessibility — WCAG contrast

Aa
#e2bc9a on white: 1.77:1
AA ✗ fail · AA-large · AAA
Aa
#e2bc9a on black: 11.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C8BE98
deuteranopia · #D1C69B
tritanopia · #EEB4B3

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #e2bc9a 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
#F6EFE9
#EEDDCE
#e2bc9a
#D9A87C
#CD8B51
#BE7737
#9F632D
#7F4F24
#5C3B1E
#3A2513
Base = 300Lightest = 50 · #FBF7F4Darkest = 950 · #3A2513
:root {
  --brand-50: #FBF7F4;
  --brand-100: #F6EFE9;
  --brand-200: #EEDDCE;
  --brand-300: #e2bc9a;
  --brand-400: #D9A87C;
  --brand-500: #CD8B51;
  --brand-600: #BE7737;
  --brand-700: #9F632D;
  --brand-800: #7F4F24;
  --brand-900: #5C3B1E;
  --brand-950: #3A2513;
  --brand: #e2bc9a;
  --brand-ink: #000000;
}

Colors that work with #e2bc9a

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#EDD5C0
Hairlines and dividers
Muted text#9B704B
Captions on the surface
Accent#2987A3
Second voice, not a rival
Dark variant#633E1C
Hover, pressed, headers
Light variant#F9F2EB
Selected rows, tints
Dark surface#241C14
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 #e2bc9a

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#9AC0E2
Analogous left#E29A9C
Analogous right#E2E09A
Split-complement 1#9AE2E0
Split-complement 2#9A9CE2
Triadic 1#9AE2BC
Triadic 2#BC9AE2
Tetradic#9CE29A

RGB percentages

Red88.6%
Green73.7%
Blue60.4%

CMYK percentages

Cyan0.0%
Magenta16.8%
Yellow31.9%
Key (black)11.4%

Color previews

#e2bc9a text on a black background

contrast 11.89:1

Card sample

#e2bc9a text on a white background

contrast 1.77:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #e2bc9a

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.

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

#e2bc9a, answered

What color is #e2bc9a?

#e2bc9a is a light vivid orange, closest to Burly Wood (ΔE2000 4.7). It sits at 28° on the hue wheel with 55% saturation and 75% lightness, which reads as warm.

What is the RGB value of #e2bc9a?

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

Is #e2bc9a a light or a dark color?

It is a light color. Relative luminance is 0.5447 and perceived brightness is 77%, so black text on it reaches 11.89:1.

Should I use black or white text on #e2bc9a?

Black. It scores 11.89:1 against #e2bc9a, versus 1.77:1 for white — AAA at any size.

What is the complementary color of #e2bc9a?

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

What colors go well with #e2bc9a?

For interface work: #FAF7F4 as the surface, #EDD5C0 for borders, #9B704B for secondary text, #2987A3 as an accent and #633E1C for hover and pressed states. For a palette, the analogous pair #E29A9C and #E2E09A stays calm, while #9AC0E2 is the loudest partner.

What is #e2bc9a in CMYK for printing?

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

Is #e2bc9a warm or cool?

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

Work with #e2bc9a in the Color Lab