Skip to content

#f9b0cc

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

RGB
249, 176, 204
HSL
337°, 86%, 83%
CMYK
0, 29, 18, 2
Luminance
0.5555

At a glance

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

Hex
#f9b0cc
Hue
337°
magenta / pink
Saturation
86%
electric
Lightness
83%
light
Brightness
98%
HSV value
Perceived
80%
weighted brightness
Luminance
0.5555
WCAG relative
Temperature
Warm
29/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
12.11:1
Closest name
Light Pink
ΔE2000 5.6
Where it sits
Hue337° of 360°
Saturation86%
Lightness83%
Temperature
Warm ← → Cool29% 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#f9b0cc
RGBrgb(249, 176, 204)
HSLhsl(337, 86%, 83%)
CMYKcmyk(0%, 29%, 18%, 2%)
LABlab(79.4 30.6 -3.5)
LCHlch(79.4 30.8 353.5)
OKLCHoklch(0.834 0.092 354.5)
Decimal16363724
Display P3color(display-p3 0.976 0.690 0.800)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#f9b0cc on white: 1.73:1
AA ✗ fail · AA-large · AAA
Aa
#f9b0cc on black: 12.11:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #B8BDCD
deuteranopia · #C9C9CA
tritanopia · #FFADBA

Color scale — 50 to 950

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

#FDF2F6
#FAE5ED
#f9b0cc
#F797BC
#F3639A
#EF2E78
#E41162
#BE0E52
#980C41
#6E0D32
#44081F
Base = 200Lightest = 50 · #FDF2F6Darkest = 950 · #44081F
:root {
  --brand-50: #FDF2F6;
  --brand-100: #FAE5ED;
  --brand-200: #f9b0cc;
  --brand-300: #F797BC;
  --brand-400: #F3639A;
  --brand-500: #EF2E78;
  --brand-600: #E41162;
  --brand-700: #BE0E52;
  --brand-800: #980C41;
  --brand-900: #6E0D32;
  --brand-950: #44081F;
  --brand: #f9b0cc;
  --brand-ink: #000000;
}

Colors that work with #f9b0cc

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#EDC0D1
Hairlines and dividers
Muted text#9B4B69
Captions on the surface
Accent#0AC24D
Second voice, not a rival
Dark variant#770933
Hover, pressed, headers
Light variant#FDE7F0
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 #f9b0cc

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#B0F9DD
Analogous left#F9B0F0
Analogous right#F9B8B0
Split-complement 1#B0F9B8
Split-complement 2#B0F0F9
Triadic 1#CCF9B0
Triadic 2#B0CCF9
Tetradic#F0F9B0

RGB percentages

Red97.6%
Green69.0%
Blue80.0%

CMYK percentages

Cyan0.0%
Magenta29.3%
Yellow18.1%
Key (black)2.4%

Color previews

#f9b0cc text on a black background

contrast 12.11:1

Card sample

#f9b0cc text on a white background

contrast 1.73:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f9b0cc

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.

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

#f9b0cc, answered

What color is #f9b0cc?

#f9b0cc is a light electric magenta / pink, closest to Light Pink (ΔE2000 5.6). It sits at 337° on the hue wheel with 86% saturation and 83% lightness, which reads as warm.

What is the RGB value of #f9b0cc?

rgb(249, 176, 204) — 249 red, 176 green and 204 blue out of 255, or 97.6% / 69% / 80% by channel.

Is #f9b0cc a light or a dark color?

It is a light color. Relative luminance is 0.5555 and perceived brightness is 80%, so black text on it reaches 12.11:1.

Should I use black or white text on #f9b0cc?

Black. It scores 12.11:1 against #f9b0cc, versus 1.73:1 for white — AAA at any size.

What is the complementary color of #f9b0cc?

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

What colors go well with #f9b0cc?

For interface work: #FAF4F7 as the surface, #EDC0D1 for borders, #9B4B69 for secondary text, #0AC24D as an accent and #770933 for hover and pressed states. For a palette, the analogous pair #F9B0F0 and #F9B8B0 stays calm, while #B0F9DD is the loudest partner.

What is #f9b0cc in CMYK for printing?

cmyk(0%, 29%, 18%, 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 #f9b0cc warm or cool?

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

Work with #f9b0cc in the Color Lab