Skip to content

#efe2c2

a light, vivid yellow · warm · closest name: Blanched Almond

RGB
239, 226, 194
HSL
43°, 58%, 85%
CMYK
0, 5, 19, 6
Luminance
0.7664

At a glance

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

Hex
#efe2c2
Hue
43°
yellow
Saturation
58%
vivid
Lightness
85%
light
Brightness
94%
HSV value
Perceived
89%
weighted brightness
Luminance
0.7664
WCAG relative
Temperature
Warm
11/100 cool
Color family
Yellow
Tone
Vivid
Best ink
Black
16.33:1
Closest name
Blanched Almond
ΔE2000 4
Where it sits
Hue43° of 360°
Saturation58%
Lightness85%
Temperature
Warm ← → Cool11% 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#efe2c2
RGBrgb(239, 226, 194)
HSLhsl(43, 58%, 85%)
CMYKcmyk(0%, 5%, 19%, 6%)
LABlab(90.2 -0.7 17.3)
LCHlch(90.2 17.3 92.2)
OKLCHoklch(0.915 0.044 88.5)
Decimal15721154
Display P3color(display-p3 0.937 0.886 0.761)

Copy-ready code

/* CSS */
color: #efe2c2;
background-color: #efe2c2;
/* Tailwind (arbitrary) */
class="text-[#efe2c2] bg-[#efe2c2]"
/* SCSS */
$brand: #efe2c2;
/* SwiftUI */
Color(red: 0.937, green: 0.886, blue: 0.761)
/* Android */
Color.parseColor("#efe2c2")
/* Flutter */
Color(0xFFEFE2C2)
/* Python / OpenCV (BGR) */
(194, 226, 239)

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

Accessibility — WCAG contrast

Aa
#efe2c2 on white: 1.29:1
AA ✗ fail · AA-large · AAA
Aa
#efe2c2 on black: 16.33:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #EAE1C0
deuteranopia · #EDE4C3
tritanopia · #F7DDD9

Color scale — 50 to 950

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

#FBF9F4
#F7F3E9
#efe2c2
#E8D5A6
#DCC07A
#D0AB4D
#C29933
#A27F2A
#816622
#5E4B1C
#3B2F12
Base = 200Lightest = 50 · #FBF9F4Darkest = 950 · #3B2F12
:root {
  --brand-50: #FBF9F4;
  --brand-100: #F7F3E9;
  --brand-200: #efe2c2;
  --brand-300: #E8D5A6;
  --brand-400: #DCC07A;
  --brand-500: #D0AB4D;
  --brand-600: #C29933;
  --brand-700: #A27F2A;
  --brand-800: #816622;
  --brand-900: #5E4B1C;
  --brand-950: #3B2F12;
  --brand: #efe2c2;
  --brand-ink: #000000;
}

Colors that work with #efe2c2

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#EDE0C0
Hairlines and dividers
Muted text#9B844B
Captions on the surface
Accent#256AA7
Second voice, not a rival
Dark variant#65501B
Hover, pressed, headers
Light variant#FAF5EB
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 #efe2c2

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#C2CFEF
Analogous left#EFCCC2
Analogous right#E5EFC2
Split-complement 1#C2E5EF
Split-complement 2#CCC2EF
Triadic 1#C2EFE2
Triadic 2#E2C2EF
Tetradic#C2EFCC

RGB percentages

Red93.7%
Green88.6%
Blue76.1%

CMYK percentages

Cyan0.0%
Magenta5.4%
Yellow18.8%
Key (black)6.3%

Color previews

#efe2c2 text on a black background

contrast 16.33:1

Card sample

#efe2c2 text on a white background

contrast 1.29:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #efe2c2

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.

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

#efe2c2, answered

What color is #efe2c2?

#efe2c2 is a light vivid yellow, closest to Blanched Almond (ΔE2000 4). It sits at 43° on the hue wheel with 58% saturation and 85% lightness, which reads as warm.

What is the RGB value of #efe2c2?

rgb(239, 226, 194) — 239 red, 226 green and 194 blue out of 255, or 93.7% / 88.6% / 76.1% by channel.

Is #efe2c2 a light or a dark color?

It is a light color. Relative luminance is 0.7664 and perceived brightness is 89%, so black text on it reaches 16.33:1.

Should I use black or white text on #efe2c2?

Black. It scores 16.33:1 against #efe2c2, versus 1.29:1 for white — AAA at any size.

What is the complementary color of #efe2c2?

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

What colors go well with #efe2c2?

For interface work: #FAF9F4 as the surface, #EDE0C0 for borders, #9B844B for secondary text, #256AA7 as an accent and #65501B for hover and pressed states. For a palette, the analogous pair #EFCCC2 and #E5EFC2 stays calm, while #C2CFEF is the loudest partner.

What is #efe2c2 in CMYK for printing?

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

Is #efe2c2 warm or cool?

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

Work with #efe2c2 in the Color Lab