Skip to content

#e2ac7f

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

RGB
226, 172, 127
HSL
27°, 63%, 69%
CMYK
0, 24, 44, 11
Luminance
0.4721

At a glance

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

Hex
#e2ac7f
Hue
27°
orange
Saturation
63%
vivid
Lightness
69%
light
Brightness
89%
HSV value
Perceived
73%
weighted brightness
Luminance
0.4721
WCAG relative
Temperature
Warm
1/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
10.44:1
Closest name
Burly Wood
ΔE2000 5.7
Where it sits
Hue27° of 360°
Saturation63%
Lightness69%
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#e2ac7f
RGBrgb(226, 172, 127)
HSLhsl(27, 63%, 69%)
CMYKcmyk(0%, 24%, 44%, 11%)
LABlab(74.3 14.2 30.8)
LCHlch(74.3 33.9 65.3)
OKLCHoklch(0.784 0.087 60.8)
Decimal14855295
Display P3color(display-p3 0.886 0.675 0.498)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#e2ac7f on white: 2.01:1
AA ✗ fail · AA-large · AAA
Aa
#e2ac7f on black: 10.44:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #BDB07C
deuteranopia · #C9BC80
tritanopia · #F2A1A0

Color scale — 50 to 950

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

#FBF7F4
#F7EFE8
#F0DCCB
#EAC4A4
#e2ac7f
#D68848
#C8732D
#A66026
#854D1E
#613A1A
#3C2410
Base = 400Lightest = 50 · #FBF7F4Darkest = 950 · #3C2410
:root {
  --brand-50: #FBF7F4;
  --brand-100: #F7EFE8;
  --brand-200: #F0DCCB;
  --brand-300: #EAC4A4;
  --brand-400: #e2ac7f;
  --brand-500: #D68848;
  --brand-600: #C8732D;
  --brand-700: #A66026;
  --brand-800: #854D1E;
  --brand-900: #613A1A;
  --brand-950: #3C2410;
  --brand: #e2ac7f;
  --brand-ink: #000000;
}

Colors that work with #e2ac7f

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#EDD4C0
Hairlines and dividers
Muted text#9B6F4B
Captions on the surface
Accent#228FAA
Second voice, not a rival
Dark variant#683C18
Hover, pressed, headers
Light variant#FAF2EA
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 #e2ac7f

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#7FB5E2
Analogous left#E27F83
Analogous right#E2DE7F
Split-complement 1#7FE2DE
Split-complement 2#7F83E2
Triadic 1#7FE2AC
Triadic 2#AC7FE2
Tetradic#83E27F

RGB percentages

Red88.6%
Green67.5%
Blue49.8%

CMYK percentages

Cyan0.0%
Magenta23.9%
Yellow43.8%
Key (black)11.4%

Color previews

#e2ac7f text on a black background

contrast 10.44:1

Card sample

#e2ac7f text on a white background

contrast 2.01:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #e2ac7f

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.

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

#e2ac7f, answered

What color is #e2ac7f?

#e2ac7f is a light vivid orange, closest to Burly Wood (ΔE2000 5.7). It sits at 27° on the hue wheel with 63% saturation and 69% lightness, which reads as warm.

What is the RGB value of #e2ac7f?

rgb(226, 172, 127) — 226 red, 172 green and 127 blue out of 255, or 88.6% / 67.5% / 49.8% by channel.

Is #e2ac7f a light or a dark color?

It is a mid-tone. Relative luminance is 0.4721 and perceived brightness is 73%, so black text on it reaches 10.44:1.

Should I use black or white text on #e2ac7f?

Black. It scores 10.44:1 against #e2ac7f, versus 2.01:1 for white — AAA at any size.

What is the complementary color of #e2ac7f?

#7FB5E2 sits directly opposite on the wheel. Softer options are the split-complements #7FE2DE and #7F83E2, which give the same contrast with far less vibration.

What colors go well with #e2ac7f?

For interface work: #FAF7F4 as the surface, #EDD4C0 for borders, #9B6F4B for secondary text, #228FAA as an accent and #683C18 for hover and pressed states. For a palette, the analogous pair #E27F83 and #E2DE7F stays calm, while #7FB5E2 is the loudest partner.

What is #e2ac7f in CMYK for printing?

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

Is #e2ac7f 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 #E7B894; nudged cooler, #E4867D.

Work with #e2ac7f in the Color Lab