#f9bfcf
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 191, 207
HSL
343°, 83%, 86%
CMYK
0, 23, 17, 2
Luminance
0.6191
Every format
| HEX | #f9bfcf |
| RGB | rgb(249, 191, 207) |
| HSL | hsl(343, 83%, 86%) |
| CMYK | cmyk(0%, 23%, 17%, 2%) |
| LAB | lab(82.9 23.1 0.1) |
| LCH | lch(82.9 23.1 0.1) |
| OKLCH | oklch(0.861 0.069 0.4) |
Copy-ready code
/* CSS */
color: #f9bfcf;
background-color: #f9bfcf;
/* Tailwind (arbitrary) */
class="text-[#f9bfcf] bg-[#f9bfcf]"
/* SCSS */
$brand: #f9bfcf;
/* SwiftUI */
Color(red: 0.976, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#f9bfcf")Accessibility — WCAG contrast
Aa
#f9bfcf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9bfcf on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green74.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow16.9%
Key (black)2.4%
Color previews
#f9bfcf text on a black background
contrast 13.38:1
Card sample
#f9bfcf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9bfcf;
Background color
Panel with #f9bfcf background
background-color: #f9bfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9bfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9bfcf; background: linear-gradient(135deg, #f9bfcf, #F9D6BF);