Skip to content

#f0cdd1

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

RGB
240, 205, 209
HSL
353°, 54%, 87%
CMYK
0, 15, 13, 6
Luminance
0.6679

At a glance

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

Hex
#f0cdd1
Hue
353°
red
Saturation
54%
vivid
Lightness
87%
pale
Brightness
94%
HSV value
Perceived
85%
weighted brightness
Luminance
0.6679
WCAG relative
Temperature
Warm
20/100 cool
Color family
Red
Tone
Vivid
Best ink
Black
14.36:1
Closest name
Misty Rose
ΔE2000 6.2
Where it sits
Hue353° of 360°
Saturation54%
Lightness87%
Temperature
Warm ← → Cool20% 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#f0cdd1
RGBrgb(240, 205, 209)
HSLhsl(353, 54%, 87%)
CMYKcmyk(0%, 15%, 13%, 6%)
LABlab(85.4 12.9 2.6)
LCHlch(85.4 13.2 11.3)
OKLCHoklch(0.879 0.040 10.1)
Decimal15781329
Display P3color(display-p3 0.941 0.804 0.820)

Copy-ready code

/* CSS */
color: #f0cdd1;
background-color: #f0cdd1;
/* Tailwind (arbitrary) */
class="text-[#f0cdd1] bg-[#f0cdd1]"
/* SCSS */
$brand: #f0cdd1;
/* SwiftUI */
Color(red: 0.941, green: 0.804, blue: 0.820)
/* Android */
Color.parseColor("#f0cdd1")
/* Flutter */
Color(0xFFF0CDD1)
/* Python / OpenCV (BGR) */
(209, 205, 240)

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

Accessibility — WCAG contrast

Aa
#f0cdd1 on white: 1.46:1
AA ✗ fail · AA-large · AAA
Aa
#f0cdd1 on black: 14.36:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #D2D2D1
deuteranopia · #DAD8D0
tritanopia · #F7CBCE

Color scale — 50 to 950

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

#FBF4F5
#F6E9EB
#f0cdd1
#E5A9B0
#D87E88
#CB5260
#BC3948
#9D2F3C
#7E2630
#5B1F26
#391318
Base = 200Lightest = 50 · #FBF4F5Darkest = 950 · #391318
:root {
  --brand-50: #FBF4F5;
  --brand-100: #F6E9EB;
  --brand-200: #f0cdd1;
  --brand-300: #E5A9B0;
  --brand-400: #D87E88;
  --brand-500: #CB5260;
  --brand-600: #BC3948;
  --brand-700: #9D2F3C;
  --brand-800: #7E2630;
  --brand-900: #5B1F26;
  --brand-950: #391318;
  --brand: #f0cdd1;
  --brand-ink: #000000;
}

Colors that work with #f0cdd1

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#FAF4F5
Tinted page background
Border#ECC0C5
Hairlines and dividers
Muted text#9B4B54
Captions on the surface
Accent#2CA077
Second voice, not a rival
Dark variant#621D25
Hover, pressed, headers
Light variant#F9EBED
Selected rows, tints
Dark surface#241416
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 #f0cdd1

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#CDF0EC
Analogous left#F0CDE3
Analogous right#F0DBCD
Split-complement 1#CDF0DB
Split-complement 2#CDE3F0
Triadic 1#D1F0CD
Triadic 2#CDD1F0
Tetradic#E3F0CD

RGB percentages

Red94.1%
Green80.4%
Blue82.0%

CMYK percentages

Cyan0.0%
Magenta14.6%
Yellow12.9%
Key (black)5.9%

Color previews

#f0cdd1 text on a black background

contrast 14.36:1

Card sample

#f0cdd1 text on a white background

contrast 1.46:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f0cdd1

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.

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

#f0cdd1, answered

What color is #f0cdd1?

#f0cdd1 is a pale vivid red, closest to Misty Rose (ΔE2000 6.2). It sits at 353° on the hue wheel with 54% saturation and 87% lightness, which reads as warm.

What is the RGB value of #f0cdd1?

rgb(240, 205, 209) — 240 red, 205 green and 209 blue out of 255, or 94.1% / 80.4% / 82% by channel.

Is #f0cdd1 a light or a dark color?

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

Should I use black or white text on #f0cdd1?

Black. It scores 14.36:1 against #f0cdd1, versus 1.46:1 for white — AAA at any size.

What is the complementary color of #f0cdd1?

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

What colors go well with #f0cdd1?

For interface work: #FAF4F5 as the surface, #ECC0C5 for borders, #9B4B54 for secondary text, #2CA077 as an accent and #621D25 for hover and pressed states. For a palette, the analogous pair #F0CDE3 and #F0DBCD stays calm, while #CDF0EC is the loudest partner.

What is #f0cdd1 in CMYK for printing?

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

Is #f0cdd1 warm or cool?

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

Work with #f0cdd1 in the Color Lab