Skip to content

#eed2c8

a pale, vivid orange · warm · closest name: Misty Rose

RGB
238, 210, 200
HSL
16°, 53%, 86%
CMYK
0, 12, 16, 7
Luminance
0.6844

At a glance

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

Hex
#eed2c8
Hue
16°
orange
Saturation
53%
vivid
Lightness
86%
pale
Brightness
93%
HSV value
Perceived
85%
weighted brightness
Luminance
0.6844
WCAG relative
Temperature
Warm
8/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
14.69:1
Closest name
Misty Rose
ΔE2000 5.1
Where it sits
Hue16° of 360°
Saturation53%
Lightness86%
Temperature
Warm ← → Cool8% 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#eed2c8
RGBrgb(238, 210, 200)
HSLhsl(16, 53%, 86%)
CMYKcmyk(0%, 12%, 16%, 7%)
LABlab(86.2 8.2 8.5)
LCHlch(86.2 11.8 46.3)
OKLCHoklch(0.884 0.034 40.7)
Decimal15651528
Display P3color(display-p3 0.933 0.824 0.784)

Copy-ready code

/* CSS */
color: #eed2c8;
background-color: #eed2c8;
/* Tailwind (arbitrary) */
class="text-[#eed2c8] bg-[#eed2c8]"
/* SCSS */
$brand: #eed2c8;
/* SwiftUI */
Color(red: 0.933, green: 0.824, blue: 0.784)
/* Android */
Color.parseColor("#eed2c8")
/* Flutter */
Color(0xFFEED2C8)
/* Python / OpenCV (BGR) */
(200, 210, 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 #eed2c8 · 14.69:1
Use #000000AAA at every size.
Aa
White text · 1.43:1
AA fail · AA large fail · AAA fail
Aa
Black text · 14.69:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #eed2c8 as text scores 1.43:1 on white and 14.69:1 on black.

Accessibility — WCAG contrast

Aa
#eed2c8 on white: 1.43:1
AA ✗ fail · AA-large · AAA
Aa
#eed2c8 on black: 14.69:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D8D5C7
deuteranopia · #DFDAC8
tritanopia · #F6CECF

Color scale — 50 to 950

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

#FBF6F4
#F6EDE9
#eed2c8
#E5B9A9
#D7967E
#CA7354
#BB5C3A
#9C4D30
#7D3D27
#5B2F1F
#391D14
Base = 200Lightest = 50 · #FBF6F4Darkest = 950 · #391D14
:root {
  --brand-50: #FBF6F4;
  --brand-100: #F6EDE9;
  --brand-200: #eed2c8;
  --brand-300: #E5B9A9;
  --brand-400: #D7967E;
  --brand-500: #CA7354;
  --brand-600: #BB5C3A;
  --brand-700: #9C4D30;
  --brand-800: #7D3D27;
  --brand-900: #5B2F1F;
  --brand-950: #391D14;
  --brand: #eed2c8;
  --brand-ink: #000000;
}

Colors that work with #eed2c8

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#FAF6F4
Tinted page background
Border#ECCCC1
Hairlines and dividers
Muted text#9B604B
Captions on the surface
Accent#2D9F9F
Second voice, not a rival
Dark variant#61301E
Hover, pressed, headers
Light variant#F9EFEC
Selected rows, tints
Dark surface#241814
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 #eed2c8

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#C8E4EE
Analogous left#EEC8D1
Analogous right#EEE5C8
Split-complement 1#C8EEE5
Split-complement 2#C8D1EE
Triadic 1#C8EED2
Triadic 2#D2C8EE
Tetradic#D1EEC8

RGB percentages

Red93.3%
Green82.4%
Blue78.4%

CMYK percentages

Cyan0.0%
Magenta11.8%
Yellow16.0%
Key (black)6.7%

Color previews

#eed2c8 text on a black background

contrast 14.69:1

Card sample

#eed2c8 text on a white background

contrast 1.43:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #eed2c8

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.

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

#eed2c8, answered

What color is #eed2c8?

#eed2c8 is a pale vivid orange, closest to Misty Rose (ΔE2000 5.1). It sits at 16° on the hue wheel with 53% saturation and 86% lightness, which reads as warm.

What is the RGB value of #eed2c8?

rgb(238, 210, 200) — 238 red, 210 green and 200 blue out of 255, or 93.3% / 82.4% / 78.4% by channel.

Is #eed2c8 a light or a dark color?

It is a light color. Relative luminance is 0.6844 and perceived brightness is 85%, so black text on it reaches 14.69:1.

Should I use black or white text on #eed2c8?

Black. It scores 14.69:1 against #eed2c8, versus 1.43:1 for white — AAA at any size.

What is the complementary color of #eed2c8?

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

What colors go well with #eed2c8?

For interface work: #FAF6F4 as the surface, #ECCCC1 for borders, #9B604B for secondary text, #2D9F9F as an accent and #61301E for hover and pressed states. For a palette, the analogous pair #EEC8D1 and #EEE5C8 stays calm, while #C8E4EE is the loudest partner.

What is #eed2c8 in CMYK for printing?

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

Is #eed2c8 warm or cool?

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

Work with #eed2c8 in the Color Lab