#f9b1cf
a light, electric magenta / pink · warm · closest name: pink
RGB
249, 177, 207
HSL
335°, 86%, 84%
CMYK
0, 29, 17, 2
Luminance
0.5609
Every format
| HEX | #f9b1cf |
| RGB | rgb(249, 177, 207) |
| HSL | hsl(335, 86%, 84%) |
| CMYK | cmyk(0%, 29%, 17%, 2%) |
| LAB | lab(79.7 30.5 -4.6) |
| LCH | lch(79.7 30.9 351.4) |
| OKLCH | oklch(0.837 0.092 352.6) |
Copy-ready code
/* CSS */
color: #f9b1cf;
background-color: #f9b1cf;
/* Tailwind (arbitrary) */
class="text-[#f9b1cf] bg-[#f9b1cf]"
/* SCSS */
$brand: #f9b1cf;
/* SwiftUI */
Color(red: 0.976, green: 0.694, blue: 0.812)
/* Android */
Color.parseColor("#f9b1cf")Accessibility — WCAG contrast
Aa
#f9b1cf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9b1cf on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green69.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow16.9%
Key (black)2.4%
Color previews
#f9b1cf text on a black background
contrast 12.22:1
Card sample
#f9b1cf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9b1cf;
Background color
Panel with #f9b1cf background
background-color: #f9b1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9b1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 177, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 177, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9b1cf; background: linear-gradient(135deg, #f9b1cf, #F9C3B1);