#f9bfdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 191, 223
HSL
327°, 83%, 86%
CMYK
0, 23, 10, 2
Luminance
0.6273
Every format
| HEX | #f9bfdf |
| RGB | rgb(249, 191, 223) |
| HSL | hsl(327, 83%, 86%) |
| CMYK | cmyk(0%, 23%, 10%, 2%) |
| LAB | lab(83.3 25.7 -7.9) |
| LCH | lch(83.3 26.9 343.0) |
| OKLCH | oklch(0.866 0.078 344.6) |
Copy-ready code
/* CSS */
color: #f9bfdf;
background-color: #f9bfdf;
/* Tailwind (arbitrary) */
class="text-[#f9bfdf] bg-[#f9bfdf]"
/* SCSS */
$brand: #f9bfdf;
/* SwiftUI */
Color(red: 0.976, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#f9bfdf")Accessibility — WCAG contrast
Aa
#f9bfdf on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9bfdf on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green74.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow10.4%
Key (black)2.4%
Color previews
#f9bfdf text on a black background
contrast 13.55:1
Card sample
#f9bfdf text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9bfdf;
Background color
Panel with #f9bfdf background
background-color: #f9bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9bfdf; background: linear-gradient(135deg, #f9bfdf, #F9C6BF);