Skip to content

#f7d9da

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

RGB
247, 217, 218
HSL
358°, 65%, 91%
CMYK
0, 12, 12, 3
Luminance
0.7446

At a glance

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

Hex
#f7d9da
Hue
358°
red
Saturation
65%
vivid
Lightness
91%
pale
Brightness
97%
HSV value
Perceived
89%
weighted brightness
Luminance
0.7446
WCAG relative
Temperature
Warm
18/100 cool
Color family
Red
Tone
Vivid
Best ink
Black
15.89:1
Closest name
Misty Rose
ΔE2000 3.1
Where it sits
Hue358° of 360°
Saturation65%
Lightness91%
Temperature
Warm ← → Cool18% 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#f7d9da
RGBrgb(247, 217, 218)
HSLhsl(358, 65%, 91%)
CMYKcmyk(0%, 12%, 12%, 3%)
LABlab(89.1 10.5 3.3)
LCHlch(89.1 11.0 17.5)
OKLCHoklch(0.910 0.033 15.5)
Decimal16243162
Display P3color(display-p3 0.969 0.851 0.855)

Copy-ready code

/* CSS */
color: #f7d9da;
background-color: #f7d9da;
/* Tailwind (arbitrary) */
class="text-[#f7d9da] bg-[#f7d9da]"
/* SCSS */
$brand: #f7d9da;
/* SwiftUI */
Color(red: 0.969, green: 0.851, blue: 0.855)
/* Android */
Color.parseColor("#f7d9da")
/* Flutter */
Color(0xFFF7D9DA)
/* Python / OpenCV (BGR) */
(218, 217, 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 #f7d9da · 15.89:1
Use #000000AAA at every size.
Aa
White text · 1.32:1
AA fail · AA large fail · AAA fail
Aa
Black text · 15.89:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #f7d9da as text scores 1.32:1 on white and 15.89:1 on black.

Accessibility — WCAG contrast

Aa
#f7d9da on white: 1.32:1
AA ✗ fail · AA-large · AAA
Aa
#f7d9da on black: 15.89:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DEDDDA
deuteranopia · #E4E2DA
tritanopia · #FED7D9

Color scale — 50 to 950

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

#FBF3F4
#f7d9da
#F1CBCC
#EBA2A5
#E27478
#D8464B
#CA2B30
#A92328
#871C20
#62181B
#3D0F11
Base = 100Lightest = 50 · #FBF3F4Darkest = 950 · #3D0F11
:root {
  --brand-50: #FBF3F4;
  --brand-100: #f7d9da;
  --brand-200: #F1CBCC;
  --brand-300: #EBA2A5;
  --brand-400: #E27478;
  --brand-500: #D8464B;
  --brand-600: #CA2B30;
  --brand-700: #A92328;
  --brand-800: #871C20;
  --brand-900: #62181B;
  --brand-950: #3D0F11;
  --brand: #f7d9da;
  --brand-ink: #000000;
}

Colors that work with #f7d9da

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#FAF4F4
Tinted page background
Border#EDC0C1
Hairlines and dividers
Muted text#9B4B4D
Captions on the surface
Accent#1FAD85
Second voice, not a rival
Dark variant#691619
Hover, pressed, headers
Light variant#FBEAEA
Selected rows, tints
Dark surface#241414
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 #f7d9da

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#D9F7F6
Analogous left#F7D9E9
Analogous right#F7E7D9
Split-complement 1#D9F7E7
Split-complement 2#D9E9F7
Triadic 1#DAF7D9
Triadic 2#D9DAF7
Tetradic#E9F7D9

RGB percentages

Red96.9%
Green85.1%
Blue85.5%

CMYK percentages

Cyan0.0%
Magenta12.1%
Yellow11.7%
Key (black)3.1%

Color previews

#f7d9da text on a black background

contrast 15.89:1

Card sample

#f7d9da text on a white background

contrast 1.32:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f7d9da

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.

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

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

#f7d9da, answered

What color is #f7d9da?

#f7d9da is a pale vivid red, closest to Misty Rose (ΔE2000 3.1). It sits at 358° on the hue wheel with 65% saturation and 91% lightness, which reads as warm.

What is the RGB value of #f7d9da?

rgb(247, 217, 218) — 247 red, 217 green and 218 blue out of 255, or 96.9% / 85.1% / 85.5% by channel.

Is #f7d9da a light or a dark color?

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

Should I use black or white text on #f7d9da?

Black. It scores 15.89:1 against #f7d9da, versus 1.32:1 for white — AAA at any size.

What is the complementary color of #f7d9da?

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

What colors go well with #f7d9da?

For interface work: #FAF4F4 as the surface, #EDC0C1 for borders, #9B4B4D for secondary text, #1FAD85 as an accent and #691619 for hover and pressed states. For a palette, the analogous pair #F7D9E9 and #F7E7D9 stays calm, while #D9F7F6 is the loudest partner.

What is #f7d9da in CMYK for printing?

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

Is #f7d9da warm or cool?

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

Work with #f7d9da in the Color Lab