Skip to content

#f7d8cd

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

RGB
247, 216, 205
HSL
16°, 72%, 89%
CMYK
0, 13, 17, 3
Luminance
0.7329

At a glance

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

Hex
#f7d8cd
Hue
16°
orange
Saturation
72%
vivid
Lightness
89%
pale
Brightness
97%
HSV value
Perceived
88%
weighted brightness
Luminance
0.7329
WCAG relative
Temperature
Warm
8/100 cool
Color family
Orange
Tone
Vivid
Best ink
Black
15.66:1
Closest name
Misty Rose
ΔE2000 4.3
Where it sits
Hue16° of 360°
Saturation72%
Lightness89%
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#f7d8cd
RGBrgb(247, 216, 205)
HSLhsl(16, 72%, 89%)
CMYKcmyk(0%, 13%, 17%, 3%)
LABlab(88.6 9.0 9.4)
LCHlch(88.6 13.0 46.1)
OKLCHoklch(0.905 0.038 40.5)
Decimal16242893
Display P3color(display-p3 0.969 0.847 0.804)

Copy-ready code

/* CSS */
color: #f7d8cd;
background-color: #f7d8cd;
/* Tailwind (arbitrary) */
class="text-[#f7d8cd] bg-[#f7d8cd]"
/* SCSS */
$brand: #f7d8cd;
/* SwiftUI */
Color(red: 0.969, green: 0.847, blue: 0.804)
/* Android */
Color.parseColor("#f7d8cd")
/* Flutter */
Color(0xFFF7D8CD)
/* Python / OpenCV (BGR) */
(205, 216, 247)

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

Accessibility — WCAG contrast

Aa
#f7d8cd on white: 1.34:1
AA ✗ fail · AA-large · AAA
Aa
#f7d8cd on black: 15.66:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DFDBCC
deuteranopia · #E6E1CD
tritanopia · #FFD4D5

Color scale — 50 to 950

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

#FCF5F3
#F8ECE7
#f7d8cd
#F0B49E
#E88E6E
#E0683E
#D35022
#B0431C
#8D3517
#662A14
#401A0D
Base = 200Lightest = 50 · #FCF5F3Darkest = 950 · #401A0D
:root {
  --brand-50: #FCF5F3;
  --brand-100: #F8ECE7;
  --brand-200: #f7d8cd;
  --brand-300: #F0B49E;
  --brand-400: #E88E6E;
  --brand-500: #E0683E;
  --brand-600: #D35022;
  --brand-700: #B0431C;
  --brand-800: #8D3517;
  --brand-900: #662A14;
  --brand-950: #401A0D;
  --brand: #f7d8cd;
  --brand-ink: #000000;
}

Colors that work with #f7d8cd

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#EDCCC0
Hairlines and dividers
Muted text#9B604B
Captions on the surface
Accent#19B3B3
Second voice, not a rival
Dark variant#6E2A12
Hover, pressed, headers
Light variant#FBEEE9
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 #f7d8cd

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#CDECF7
Analogous left#F7CDD7
Analogous right#F7EDCD
Split-complement 1#CDF7ED
Split-complement 2#CDD7F7
Triadic 1#CDF7D8
Triadic 2#D8CDF7
Tetradic#D7F7CD

RGB percentages

Red96.9%
Green84.7%
Blue80.4%

CMYK percentages

Cyan0.0%
Magenta12.6%
Yellow17.0%
Key (black)3.1%

Color previews

#f7d8cd text on a black background

contrast 15.66:1

Card sample

#f7d8cd text on a white background

contrast 1.34:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(247, 216, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 216, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7d8cd;
background: linear-gradient(135deg, #f7d8cd, #F7F4CD);

Monochromatic scale

Palettes built from #f7d8cd

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.

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

#f7d8cd, answered

What color is #f7d8cd?

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

What is the RGB value of #f7d8cd?

rgb(247, 216, 205) — 247 red, 216 green and 205 blue out of 255, or 96.9% / 84.7% / 80.4% by channel.

Is #f7d8cd a light or a dark color?

It is a light color. Relative luminance is 0.7329 and perceived brightness is 88%, so black text on it reaches 15.66:1.

Should I use black or white text on #f7d8cd?

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

What is the complementary color of #f7d8cd?

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

What colors go well with #f7d8cd?

For interface work: #FAF6F4 as the surface, #EDCCC0 for borders, #9B604B for secondary text, #19B3B3 as an accent and #6E2A12 for hover and pressed states. For a palette, the analogous pair #F7CDD7 and #F7EDCD stays calm, while #CDECF7 is the loudest partner.

What is #f7d8cd in CMYK for printing?

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

Is #f7d8cd 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 #F7DECD; nudged cooler, #F8CCD1.

Work with #f7d8cd in the Color Lab