Skip to content

#f9c1df

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

RGB
249, 193, 223
HSL
328°, 82%, 87%
CMYK
0, 23, 10, 2
Luminance
0.6361

At a glance

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

Hex
#f9c1df
Hue
328°
magenta / pink
Saturation
82%
electric
Lightness
87%
pale
Brightness
98%
HSV value
Perceived
84%
weighted brightness
Luminance
0.6361
WCAG relative
Temperature
Warm
35/100 cool
Color family
Magenta / pink
Tone
Electric
Best ink
Black
13.72:1
Closest name
Pink
ΔE2000 6.6
Where it sits
Hue328° of 360°
Saturation82%
Lightness87%
Temperature
Warm ← → Cool35% 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#f9c1df
RGBrgb(249, 193, 223)
HSLhsl(328, 82%, 87%)
CMYKcmyk(0%, 23%, 10%, 2%)
LABlab(83.8 24.6 -7.2)
LCHlch(83.8 25.7 343.7)
OKLCHoklch(0.870 0.074 345.3)
Decimal16368095
Display P3color(display-p3 0.976 0.757 0.875)

Copy-ready code

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

Accessibility — WCAG contrast

Aa
#f9c1df on white: 1.53:1
AA ✗ fail · AA-large · AAA
Aa
#f9c1df on black: 13.72:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #C4CCE0
deuteranopia · #D1D4DD
tritanopia · #FFC1CB

Color scale — 50 to 950

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

#FCF2F8
#FAE6F0
#f9c1df
#F599CA
#F066B0
#EB3295
#DF1681
#BA126C
#950E56
#6C0F40
#430928
Base = 200Lightest = 50 · #FCF2F8Darkest = 950 · #430928
:root {
  --brand-50: #FCF2F8;
  --brand-100: #FAE6F0;
  --brand-200: #f9c1df;
  --brand-300: #F599CA;
  --brand-400: #F066B0;
  --brand-500: #EB3295;
  --brand-600: #DF1681;
  --brand-700: #BA126C;
  --brand-800: #950E56;
  --brand-900: #6C0F40;
  --brand-950: #430928;
  --brand: #f9c1df;
  --brand-ink: #000000;
}

Colors that work with #f9c1df

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#FAF4F8
Tinted page background
Border#EDC0D8
Hairlines and dividers
Muted text#9B4B76
Captions on the surface
Accent#0FBD33
Second voice, not a rival
Dark variant#740B43
Hover, pressed, headers
Light variant#FDE8F3
Selected rows, tints
Dark surface#24141D
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 #f9c1df

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#C1F9DB
Analogous left#F7C1F9
Analogous right#F9C1C3
Split-complement 1#C3F9C1
Split-complement 2#C1F9F7
Triadic 1#DFF9C1
Triadic 2#C1DFF9
Tetradic#F9F7C1

RGB percentages

Red97.6%
Green75.7%
Blue87.5%

CMYK percentages

Cyan0.0%
Magenta22.5%
Yellow10.4%
Key (black)2.4%

Color previews

#f9c1df text on a black background

contrast 13.72:1

Card sample

#f9c1df text on a white background

contrast 1.53:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

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

Monochromatic scale

Palettes built from #f9c1df

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.

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

#f9c1df, answered

What color is #f9c1df?

#f9c1df is a pale electric magenta / pink, closest to Pink (ΔE2000 6.6). It sits at 328° on the hue wheel with 82% saturation and 87% lightness, which reads as warm.

What is the RGB value of #f9c1df?

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

Is #f9c1df a light or a dark color?

It is a light color. Relative luminance is 0.6361 and perceived brightness is 84%, so black text on it reaches 13.72:1.

Should I use black or white text on #f9c1df?

Black. It scores 13.72:1 against #f9c1df, versus 1.53:1 for white — AAA at any size.

What is the complementary color of #f9c1df?

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

What colors go well with #f9c1df?

For interface work: #FAF4F8 as the surface, #EDC0D8 for borders, #9B4B76 for secondary text, #0FBD33 as an accent and #740B43 for hover and pressed states. For a palette, the analogous pair #F7C1F9 and #F9C1C3 stays calm, while #C1F9DB is the loudest partner.

What is #f9c1df in CMYK for printing?

cmyk(0%, 23%, 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 #f9c1df warm or cool?

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

Work with #f9c1df in the Color Lab