#f9c7df
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 199, 223
HSL
331°, 81%, 88%
CMYK
0, 20, 10, 2
Luminance
0.6631
Every format
| HEX | #f9c7df |
| RGB | rgb(249, 199, 223) |
| HSL | hsl(331, 81%, 88%) |
| CMYK | cmyk(0%, 20%, 10%, 2%) |
| LAB | lab(85.2 21.5 -5.1) |
| LCH | lch(85.2 22.1 346.6) |
| OKLCH | oklch(0.880 0.064 348.0) |
Copy-ready code
/* CSS */
color: #f9c7df;
background-color: #f9c7df;
/* Tailwind (arbitrary) */
class="text-[#f9c7df] bg-[#f9c7df]"
/* SCSS */
$brand: #f9c7df;
/* SwiftUI */
Color(red: 0.976, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#f9c7df")Accessibility — WCAG contrast
Aa
#f9c7df on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c7df on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green78.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow10.4%
Key (black)2.4%
Color previews
#f9c7df text on a black background
contrast 14.26:1
Card sample
#f9c7df text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c7df;
Background color
Panel with #f9c7df background
background-color: #f9c7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c7df; background: linear-gradient(135deg, #f9c7df, #F9D0C7);