Skip to content

#e2c97f

a light, vivid yellow · warm · closest name: Khaki

RGB
226, 201, 127
HSL
45°, 63%, 69%
CMYK
0, 11, 44, 11
Luminance
0.5947

At a glance

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

Hex
#e2c97f
Hue
45°
yellow
Saturation
63%
vivid
Lightness
69%
light
Brightness
89%
HSV value
Perceived
79%
weighted brightness
Luminance
0.5947
WCAG relative
Temperature
Warm
12/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
12.89:1
Closest name
Khaki
ΔE2000 7.9
Where it sits
Hue45° of 360°
Saturation63%
Lightness69%
Temperature
Warm ← → Cool12% 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#e2c97f
RGBrgb(226, 201, 127)
HSLhsl(45, 63%, 69%)
CMYKcmyk(0%, 11%, 44%, 11%)
LABlab(81.5 -1.1 40.1)
LCHlch(81.5 40.1 91.6)
OKLCHoklch(0.841 0.098 91.4)
Decimal14862719
Display P3color(display-p3 0.886 0.788 0.498)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#e2c97f on white: 1.63:1
AA ✗ fail · AA-large · AAA
Aa
#e2c97f on black: 12.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D8C679
deuteranopia · #DECE82
tritanopia · #F0BEB7

Color scale — 50 to 950

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

#FBF9F4
#F7F3E8
#F0E7CB
#EAD8A4
#e2c97f
#D6B248
#C8A12D
#A68626
#856B1E
#614F1A
#3C3110
Base = 400Lightest = 50 · #FBF9F4Darkest = 950 · #3C3110
:root {
  --brand-50: #FBF9F4;
  --brand-100: #F7F3E8;
  --brand-200: #F0E7CB;
  --brand-300: #EAD8A4;
  --brand-400: #e2c97f;
  --brand-500: #D6B248;
  --brand-600: #C8A12D;
  --brand-700: #A68626;
  --brand-800: #856B1E;
  --brand-900: #614F1A;
  --brand-950: #3C3110;
  --brand: #e2c97f;
  --brand-ink: #000000;
}

Colors that work with #e2c97f

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#FAF9F4
Tinted page background
Border#EDE1C0
Hairlines and dividers
Muted text#9B874B
Captions on the surface
Accent#2267AA
Second voice, not a rival
Dark variant#685418
Hover, pressed, headers
Light variant#FAF6EA
Selected rows, tints
Dark surface#242014
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 #e2c97f

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
  • Thin strokes and 1px borders — they disappear on light UI
  • 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#7F98E2
Analogous left#E2977F
Analogous right#CAE27F
Split-complement 1#7FCAE2
Split-complement 2#977FE2
Triadic 1#7FE2C9
Triadic 2#C97FE2
Tetradic#7FE297

RGB percentages

Red88.6%
Green78.8%
Blue49.8%

CMYK percentages

Cyan0.0%
Magenta11.1%
Yellow43.8%
Key (black)11.4%

Color previews

#e2c97f text on a black background

contrast 12.89:1

Card sample

#e2c97f text on a white background

contrast 1.63:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #e2c97f

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.

#e2c97f in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
RetailLeisureEnergyWarning systems
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#e2c97f, answered

What color is #e2c97f?

#e2c97f is a light vivid yellow, closest to Khaki (ΔE2000 7.9). It sits at 45° on the hue wheel with 63% saturation and 69% lightness, which reads as warm.

What is the RGB value of #e2c97f?

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

Is #e2c97f a light or a dark color?

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

Should I use black or white text on #e2c97f?

Black. It scores 12.89:1 against #e2c97f, versus 1.63:1 for white — AAA at any size.

What is the complementary color of #e2c97f?

#7F98E2 sits directly opposite on the wheel. Softer options are the split-complements #7FCAE2 and #977FE2, which give the same contrast with far less vibration.

What colors go well with #e2c97f?

For interface work: #FAF9F4 as the surface, #EDE1C0 for borders, #9B874B for secondary text, #2267AA as an accent and #685418 for hover and pressed states. For a palette, the analogous pair #E2977F and #CAE27F stays calm, while #7F98E2 is the loudest partner.

What is #e2c97f in CMYK for printing?

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

Is #e2c97f warm or cool?

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

Work with #e2c97f in the Color Lab