Skip to content

#f6d2c9

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

RGB
246, 210, 201
HSL
12°, 71%, 88%
CMYK
0, 15, 18, 4
Luminance
0.6990

At a glance

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

Hex
#f6d2c9
Hue
12°
red
Saturation
71%
vivid
Lightness
88%
pale
Brightness
96%
HSV value
Perceived
86%
weighted brightness
Luminance
0.6990
WCAG relative
Temperature
Warm
10/100 cool
Color family
Red
Tone
Vivid
Best ink
Black
14.98:1
Closest name
Misty Rose
ΔE2000 5
Where it sits
Hue12° of 360°
Saturation71%
Lightness88%
Temperature
Warm ← → Cool10% 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#f6d2c9
RGBrgb(246, 210, 201)
HSLhsl(12, 71%, 88%)
CMYKcmyk(0%, 15%, 18%, 4%)
LABlab(87.0 11.2 9.1)
LCHlch(87.0 14.4 39.2)
OKLCHoklch(0.892 0.043 34.3)
Decimal16175817
Display P3color(display-p3 0.965 0.824 0.788)

Copy-ready code

/* CSS */
color: #f6d2c9;
background-color: #f6d2c9;
/* Tailwind (arbitrary) */
class="text-[#f6d2c9] bg-[#f6d2c9]"
/* SCSS */
$brand: #f6d2c9;
/* SwiftUI */
Color(red: 0.965, green: 0.824, blue: 0.788)
/* Android */
Color.parseColor("#f6d2c9")
/* Flutter */
Color(0xFFF6D2C9)
/* Python / OpenCV (BGR) */
(201, 210, 246)

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

Accessibility — WCAG contrast

Aa
#f6d2c9 on white: 1.40:1
AA ✗ fail · AA-large · AAA
Aa
#f6d2c9 on black: 14.98:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #DAD6C8
deuteranopia · #E2DCC9
tritanopia · #FFCDD0

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #f6d2c9 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
#F8EBE7
#f6d2c9
#EFAF9F
#E7876F
#DF5F3F
#D24623
#AF3A1D
#8C2F17
#652515
#3F170D
Base = 200Lightest = 50 · #FCF5F3Darkest = 950 · #3F170D
:root {
  --brand-50: #FCF5F3;
  --brand-100: #F8EBE7;
  --brand-200: #f6d2c9;
  --brand-300: #EFAF9F;
  --brand-400: #E7876F;
  --brand-500: #DF5F3F;
  --brand-600: #D24623;
  --brand-700: #AF3A1D;
  --brand-800: #8C2F17;
  --brand-900: #652515;
  --brand-950: #3F170D;
  --brand: #f6d2c9;
  --brand-ink: #000000;
}

Colors that work with #f6d2c9

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#EDC9C0
Hairlines and dividers
Muted text#9B5B4B
Captions on the surface
Accent#1AB2AB
Second voice, not a rival
Dark variant#6D2412
Hover, pressed, headers
Light variant#FBEDE9
Selected rows, tints
Dark surface#241714
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 #f6d2c9

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#C9EDF6
Analogous left#F6C9D6
Analogous right#F6E8C9
Split-complement 1#C9F6E8
Split-complement 2#C9D6F6
Triadic 1#C9F6D2
Triadic 2#D2C9F6
Tetradic#D6F6C9

RGB percentages

Red96.5%
Green82.4%
Blue78.8%

CMYK percentages

Cyan0.0%
Magenta14.6%
Yellow18.3%
Key (black)3.5%

Color previews

#f6d2c9 text on a black background

contrast 14.98:1

Card sample

#f6d2c9 text on a white background

contrast 1.40:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f6d2c9

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.

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

#f6d2c9, answered

What color is #f6d2c9?

#f6d2c9 is a pale vivid red, closest to Misty Rose (ΔE2000 5). It sits at 12° on the hue wheel with 71% saturation and 88% lightness, which reads as warm.

What is the RGB value of #f6d2c9?

rgb(246, 210, 201) — 246 red, 210 green and 201 blue out of 255, or 96.5% / 82.4% / 78.8% by channel.

Is #f6d2c9 a light or a dark color?

It is a light color. Relative luminance is 0.6990 and perceived brightness is 86%, so black text on it reaches 14.98:1.

Should I use black or white text on #f6d2c9?

Black. It scores 14.98:1 against #f6d2c9, versus 1.40:1 for white — AAA at any size.

What is the complementary color of #f6d2c9?

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

What colors go well with #f6d2c9?

For interface work: #FAF6F4 as the surface, #EDC9C0 for borders, #9B5B4B for secondary text, #1AB2AB as an accent and #6D2412 for hover and pressed states. For a palette, the analogous pair #F6C9D6 and #F6E8C9 stays calm, while #C9EDF6 is the loudest partner.

What is #f6d2c9 in CMYK for printing?

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

Is #f6d2c9 warm or cool?

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

Work with #f6d2c9 in the Color Lab