Skip to content

#f9c9df

a pale, electric magenta / pink · warm · closest name: Pink

RGB
249, 201, 223
HSL
333°, 80%, 88%
CMYK
0, 19, 10, 2
Luminance
0.6724

At a glance

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

Hex
#f9c9df
Hue
333°
magenta / pink
Saturation
80%
electric
Lightness
88%
pale
Brightness
98%
HSV value
Perceived
86%
weighted brightness
Luminance
0.6724
WCAG relative
Temperature
Warm
32/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
14.45:1
Closest name
Pink
ΔE2000 5.6
Where it sits
Hue333° of 360°
Saturation80%
Lightness88%
Temperature
Warm ← → Cool32% 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#f9c9df
RGBrgb(249, 201, 223)
HSLhsl(333, 80%, 88%)
CMYKcmyk(0%, 19%, 10%, 2%)
LABlab(85.6 20.4 -4.4)
LCHlch(85.6 20.9 347.8)
OKLCHoklch(0.884 0.061 349.2)
Decimal16370143
Display P3color(display-p3 0.976 0.788 0.875)

Copy-ready code

/* CSS */
color: #f9c9df;
background-color: #f9c9df;
/* Tailwind (arbitrary) */
class="text-[#f9c9df] bg-[#f9c9df]"
/* SCSS */
$brand: #f9c9df;
/* SwiftUI */
Color(red: 0.976, green: 0.788, blue: 0.875)
/* Android */
Color.parseColor("#f9c9df")
/* Flutter */
Color(0xFFF9C9DF)
/* Python / OpenCV (BGR) */
(223, 201, 249)

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

Accessibility — WCAG contrast

Aa
#f9c9df on white: 1.45:1
AA ✗ fail · AA-large · AAA
Aa
#f9c9df on black: 14.45:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CDD1E0
deuteranopia · #D7D9DE
tritanopia · #FFC8D0

Color scale — 50 to 950

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

#FCF3F7
#F9E6EF
#f9c9df
#F49AC3
#EE68A5
#E93587
#DC1872
#B8145F
#93104C
#6A1039
#420A24
Base = 200Lightest = 50 · #FCF3F7Darkest = 950 · #420A24
:root {
  --brand-50: #FCF3F7;
  --brand-100: #F9E6EF;
  --brand-200: #f9c9df;
  --brand-300: #F49AC3;
  --brand-400: #EE68A5;
  --brand-500: #E93587;
  --brand-600: #DC1872;
  --brand-700: #B8145F;
  --brand-800: #93104C;
  --brand-900: #6A1039;
  --brand-950: #420A24;
  --brand: #f9c9df;
  --brand-ink: #000000;
}

Colors that work with #f9c9df

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#FAF4F7
Tinted page background
Border#EDC0D4
Hairlines and dividers
Muted text#9B4B6F
Captions on the surface
Accent#11BB41
Second voice, not a rival
Dark variant#730D3B
Hover, pressed, headers
Light variant#FCE8F1
Selected rows, tints
Dark surface#24141B
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 #f9c9df

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#C9F9E3
Analogous left#F9C9F7
Analogous right#F9CBC9
Split-complement 1#C9F9CB
Split-complement 2#C9F7F9
Triadic 1#DFF9C9
Triadic 2#C9DFF9
Tetradic#F7F9C9

RGB percentages

Red97.6%
Green78.8%
Blue87.5%

CMYK percentages

Cyan0.0%
Magenta19.3%
Yellow10.4%
Key (black)2.4%

Color previews

#f9c9df text on a black background

contrast 14.45:1

Card sample

#f9c9df text on a white background

contrast 1.45:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f9c9df

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.

#f9c9df in the real world

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

Industries
BeautyFashionLifestyleYouth brands
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

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

#f9c9df, answered

What color is #f9c9df?

#f9c9df is a pale electric magenta / pink, closest to Pink (ΔE2000 5.6). It sits at 333° on the hue wheel with 80% saturation and 88% lightness, which reads as warm.

What is the RGB value of #f9c9df?

rgb(249, 201, 223) — 249 red, 201 green and 223 blue out of 255, or 97.6% / 78.8% / 87.5% by channel.

Is #f9c9df a light or a dark color?

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

Should I use black or white text on #f9c9df?

Black. It scores 14.45:1 against #f9c9df, versus 1.45:1 for white — AAA at any size.

What is the complementary color of #f9c9df?

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

What colors go well with #f9c9df?

For interface work: #FAF4F7 as the surface, #EDC0D4 for borders, #9B4B6F for secondary text, #11BB41 as an accent and #730D3B for hover and pressed states. For a palette, the analogous pair #F9C9F7 and #F9CBC9 stays calm, while #C9F9E3 is the loudest partner.

What is #f9c9df in CMYK for printing?

cmyk(0%, 19%, 10%, 2%). 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 #f9c9df warm or cool?

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

Work with #f9c9df in the Color Lab