Skip to content

#eedcc4

a pale, vivid orange · warm · closest name: Antique White

RGB
238, 220, 196
HSL
34°, 55%, 85%
CMYK
0, 8, 18, 7
Luminance
0.7335

At a glance

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

Hex
#eedcc4
Hue
34°
orange
Saturation
55%
vivid
Lightness
85%
pale
Brightness
93%
HSV value
Perceived
87%
weighted brightness
Luminance
0.7335
WCAG relative
Temperature
Warm
4/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
15.67:1
Closest name
Antique White
ΔE2000 3.6
Where it sits
Hue34° of 360°
Saturation55%
Lightness85%
Temperature
Warm ← → Cool4% 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#eedcc4
RGBrgb(238, 220, 196)
HSLhsl(34, 55%, 85%)
CMYKcmyk(0%, 8%, 18%, 7%)
LABlab(88.6 2.4 14.0)
LCHlch(88.6 14.2 80.5)
OKLCHoklch(0.903 0.038 75.1)
Decimal15654084
Display P3color(display-p3 0.933 0.863 0.769)

Copy-ready code

/* CSS */
color: #eedcc4;
background-color: #eedcc4;
/* Tailwind (arbitrary) */
class="text-[#eedcc4] bg-[#eedcc4]"
/* SCSS */
$brand: #eedcc4;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.769)
/* Android */
Color.parseColor("#eedcc4")
/* Flutter */
Color(0xFFEEDCC4)
/* Python / OpenCV (BGR) */
(196, 220, 238)

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

Accessibility — WCAG contrast

Aa
#eedcc4 on white: 1.34:1
AA ✗ fail · AA-large · AAA
Aa
#eedcc4 on black: 15.67:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E3DCC3
deuteranopia · #E8E0C5
tritanopia · #F6D7D5

Color scale — 50 to 950

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

#FBF8F4
#F6F1E9
#eedcc4
#E6CBA8
#D9B27C
#CD9851
#BE8437
#9E6E2E
#7F5824
#5C421E
#3A2913
Base = 200Lightest = 50 · #FBF8F4Darkest = 950 · #3A2913
:root {
  --brand-50: #FBF8F4;
  --brand-100: #F6F1E9;
  --brand-200: #eedcc4;
  --brand-300: #E6CBA8;
  --brand-400: #D9B27C;
  --brand-500: #CD9851;
  --brand-600: #BE8437;
  --brand-700: #9E6E2E;
  --brand-800: #7F5824;
  --brand-900: #5C421E;
  --brand-950: #3A2913;
  --brand: #eedcc4;
  --brand-ink: #000000;
}

Colors that work with #eedcc4

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#FAF8F4
Tinted page background
Border#EDD9C0
Hairlines and dividers
Muted text#9B794B
Captions on the surface
Accent#287BA4
Second voice, not a rival
Dark variant#63451C
Hover, pressed, headers
Light variant#F9F3EB
Selected rows, tints
Dark surface#241D14
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 #eedcc4

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#C4D6EE
Analogous left#EEC7C4
Analogous right#EBEEC4
Split-complement 1#C4EBEE
Split-complement 2#C7C4EE
Triadic 1#C4EEDC
Triadic 2#DCC4EE
Tetradic#C4EEC7

RGB percentages

Red93.3%
Green86.3%
Blue76.9%

CMYK percentages

Cyan0.0%
Magenta7.6%
Yellow17.6%
Key (black)6.7%

Color previews

#eedcc4 text on a black background

contrast 15.67:1

Card sample

#eedcc4 text on a white background

contrast 1.34:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(238, 220, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedcc4;
background: linear-gradient(135deg, #eedcc4, #E4EEC4);

Monochromatic scale

Palettes built from #eedcc4

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.

#eedcc4 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

Very light tints can drop out on uncoated stock; check it at 100% size before signing off.

#eedcc4, answered

What color is #eedcc4?

#eedcc4 is a pale vivid orange, closest to Antique White (ΔE2000 3.6). It sits at 34° on the hue wheel with 55% saturation and 85% lightness, which reads as warm.

What is the RGB value of #eedcc4?

rgb(238, 220, 196) — 238 red, 220 green and 196 blue out of 255, or 93.3% / 86.3% / 76.9% by channel.

Is #eedcc4 a light or a dark color?

It is a light color. Relative luminance is 0.7335 and perceived brightness is 87%, so black text on it reaches 15.67:1.

Should I use black or white text on #eedcc4?

Black. It scores 15.67:1 against #eedcc4, versus 1.34:1 for white — AAA at any size.

What is the complementary color of #eedcc4?

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

What colors go well with #eedcc4?

For interface work: #FAF8F4 as the surface, #EDD9C0 for borders, #9B794B for secondary text, #287BA4 as an accent and #63451C for hover and pressed states. For a palette, the analogous pair #EEC7C4 and #EBEEC4 stays calm, while #C4D6EE is the loudest partner.

What is #eedcc4 in CMYK for printing?

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

Is #eedcc4 warm or cool?

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

Work with #eedcc4 in the Color Lab