Skip to content

#ffd6d0

a pale, electric red · warm · closest name: Misty Rose

RGB
255, 214, 208
HSL
8°, 100%, 91%
CMYK
0, 16, 18, 0
Luminance
0.7391

At a glance

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

Hex
#ffd6d0
Hue
red
Saturation
100%
electric
Lightness
91%
pale
Brightness
100%
HSV value
Perceived
89%
weighted brightness
Luminance
0.7391
WCAG relative
Temperature
Warm
12/100 cool
Color family
Red
Tone
Electric
Best ink
Black
15.78:1
Closest name
Misty Rose
ΔE2000 4.9
Where it sits
Hue8° of 360°
Saturation100%
Lightness91%
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#ffd6d0
RGBrgb(255, 214, 208)
HSLhsl(8, 100%, 91%)
CMYKcmyk(0%, 16%, 18%, 0%)
LABlab(88.9 13.4 8.3)
LCHlch(88.9 15.8 31.8)
OKLCHoklch(0.909 0.047 27.8)
Decimal16766672
Display P3color(display-p3 1.000 0.839 0.816)

Copy-ready code

/* CSS */
color: #ffd6d0;
background-color: #ffd6d0;
/* Tailwind (arbitrary) */
class="text-[#ffd6d0] bg-[#ffd6d0]"
/* SCSS */
$brand: #ffd6d0;
/* SwiftUI */
Color(red: 1.000, green: 0.839, blue: 0.816)
/* Android */
Color.parseColor("#ffd6d0")
/* Flutter */
Color(0xFFFFD6D0)
/* Python / OpenCV (BGR) */
(208, 214, 255)

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

Accessibility — WCAG contrast

Aa
#ffd6d0 on white: 1.33:1
AA ✗ fail · AA-large · AAA
Aa
#ffd6d0 on black: 15.78:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DEDBCF
deuteranopia · #E7E2D0
tritanopia · #FFD1D4

Color scale — 50 to 950

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

#FEF3F1
#ffd6d0
#FCC8C0
#FF9D8F
#FF6C57
#FF3B1F
#F51F00
#CC1A00
#A31500
#761305
#490C03
Base = 100Lightest = 50 · #FEF3F1Darkest = 950 · #490C03
:root {
  --brand-50: #FEF3F1;
  --brand-100: #ffd6d0;
  --brand-200: #FCC8C0;
  --brand-300: #FF9D8F;
  --brand-400: #FF6C57;
  --brand-500: #FF3B1F;
  --brand-600: #F51F00;
  --brand-700: #CC1A00;
  --brand-800: #A31500;
  --brand-900: #761305;
  --brand-950: #490C03;
  --brand: #ffd6d0;
  --brand-ink: #000000;
}

Colors that work with #ffd6d0

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#FAF5F4
Tinted page background
Border#EDC6C0
Hairlines and dividers
Muted text#9B554B
Captions on the surface
Accent#00CCB2
Second voice, not a rival
Dark variant#801000
Hover, pressed, headers
Light variant#FFE9E5
Selected rows, tints
Dark surface#241614
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 #ffd6d0

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#D0F9FF
Analogous left#FFD0E2
Analogous right#FFEED0
Split-complement 1#D0FFEE
Split-complement 2#D0E2FF
Triadic 1#D0FFD6
Triadic 2#D6D0FF
Tetradic#E2FFD0

RGB percentages

Red100.0%
Green83.9%
Blue81.6%

CMYK percentages

Cyan0.0%
Magenta16.1%
Yellow18.4%
Key (black)0.0%

Color previews

#ffd6d0 text on a black background

contrast 15.78:1

Card sample

#ffd6d0 text on a white background

contrast 1.33:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(255, 214, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 214, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd6d0;
background: linear-gradient(135deg, #ffd6d0, #FFF5D0);

Monochromatic scale

Palettes built from #ffd6d0

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.

#ffd6d0 in the real world

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

Industries
Food and drinkEntertainmentRetailSport
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#ffd6d0, answered

What color is #ffd6d0?

#ffd6d0 is a pale electric red, closest to Misty Rose (ΔE2000 4.9). It sits at 8° on the hue wheel with 100% saturation and 91% lightness, which reads as warm.

What is the RGB value of #ffd6d0?

rgb(255, 214, 208) — 255 red, 214 green and 208 blue out of 255, or 100% / 83.9% / 81.6% by channel.

Is #ffd6d0 a light or a dark color?

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

Should I use black or white text on #ffd6d0?

Black. It scores 15.78:1 against #ffd6d0, versus 1.33:1 for white — AAA at any size.

What is the complementary color of #ffd6d0?

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

What colors go well with #ffd6d0?

For interface work: #FAF5F4 as the surface, #EDC6C0 for borders, #9B554B for secondary text, #00CCB2 as an accent and #801000 for hover and pressed states. For a palette, the analogous pair #FFD0E2 and #FFEED0 stays calm, while #D0F9FF is the loudest partner.

What is #ffd6d0 in CMYK for printing?

cmyk(0%, 16%, 18%, 0%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #ffd6d0 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 #FFE2D0; nudged cooler, #FFD0DB.

Work with #ffd6d0 in the Color Lab