Skip to content

#f9c9da

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

RGB
249, 201, 218
HSL
339°, 80%, 88%
CMYK
0, 19, 12, 2
Luminance
0.6697

At a glance

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

Hex
#f9c9da
Hue
339°
magenta / pink
Saturation
80%
electric
Lightness
88%
pale
Brightness
98%
HSV value
Perceived
86%
weighted brightness
Luminance
0.6697
WCAG relative
Temperature
Warm
28/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
14.39:1
Closest name
Pink
ΔE2000 4.4
Where it sits
Hue339° of 360°
Saturation80%
Lightness88%
Temperature
Warm ← → Cool28% 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#f9c9da
RGBrgb(249, 201, 218)
HSLhsl(339, 80%, 88%)
CMYKcmyk(0%, 19%, 12%, 2%)
LABlab(85.5 19.6 -2.0)
LCHlch(85.5 19.7 354.3)
OKLCHoklch(0.882 0.058 355.2)
Decimal16370138
Display P3color(display-p3 0.976 0.788 0.855)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#f9c9da on white: 1.46:1
AA ✗ fail · AA-large · AAA
Aa
#f9c9da on black: 14.39:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #CED1DB
deuteranopia · #D9D9D9
tritanopia · #FFC7CF

Color scale — 50 to 950

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

#FCF3F6
#F9E6ED
#f9c9da
#F49ABA
#EE6897
#E93574
#DC185E
#B8144E
#93103E
#6A1030
#420A1E
Base = 200Lightest = 50 · #FCF3F6Darkest = 950 · #420A1E
:root {
  --brand-50: #FCF3F6;
  --brand-100: #F9E6ED;
  --brand-200: #f9c9da;
  --brand-300: #F49ABA;
  --brand-400: #EE6897;
  --brand-500: #E93574;
  --brand-600: #DC185E;
  --brand-700: #B8144E;
  --brand-800: #93103E;
  --brand-900: #6A1030;
  --brand-950: #420A1E;
  --brand: #f9c9da;
  --brand-ink: #000000;
}

Colors that work with #f9c9da

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#FAF4F6
Tinted page background
Border#EDC0D0
Hairlines and dividers
Muted text#9B4B67
Captions on the surface
Accent#11BB55
Second voice, not a rival
Dark variant#730D31
Hover, pressed, headers
Light variant#FCE8EF
Selected rows, tints
Dark surface#24141A
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 #f9c9da

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#C9F9E8
Analogous left#F9C9F2
Analogous right#F9D0C9
Split-complement 1#C9F9D0
Split-complement 2#C9F2F9
Triadic 1#DAF9C9
Triadic 2#C9DAF9
Tetradic#F2F9C9

RGB percentages

Red97.6%
Green78.8%
Blue85.5%

CMYK percentages

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

Color previews

#f9c9da text on a black background

contrast 14.39:1

Card sample

#f9c9da text on a white background

contrast 1.46:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f9c9da

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.

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

#f9c9da, answered

What color is #f9c9da?

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

What is the RGB value of #f9c9da?

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

Is #f9c9da a light or a dark color?

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

Should I use black or white text on #f9c9da?

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

What is the complementary color of #f9c9da?

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

What colors go well with #f9c9da?

For interface work: #FAF4F6 as the surface, #EDC0D0 for borders, #9B4B67 for secondary text, #11BB55 as an accent and #730D31 for hover and pressed states. For a palette, the analogous pair #F9C9F2 and #F9D0C9 stays calm, while #C9F9E8 is the loudest partner.

What is #f9c9da in CMYK for printing?

cmyk(0%, 19%, 12%, 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 #f9c9da warm or cool?

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

Work with #f9c9da in the Color Lab