#f9bfc7
a pale, electric red · warm · closest name: pink
RGB
249, 191, 199
HSL
352°, 83%, 86%
CMYK
0, 23, 20, 2
Luminance
0.6152
Every format
| HEX | #f9bfc7 |
| RGB | rgb(249, 191, 199) |
| HSL | hsl(352, 83%, 86%) |
| CMYK | cmyk(0%, 23%, 20%, 2%) |
| LAB | lab(82.7 21.9 4.1) |
| LCH | lch(82.7 22.3 10.5) |
| OKLCH | oklch(0.859 0.067 9.4) |
Copy-ready code
/* CSS */
color: #f9bfc7;
background-color: #f9bfc7;
/* Tailwind (arbitrary) */
class="text-[#f9bfc7] bg-[#f9bfc7]"
/* SCSS */
$brand: #f9bfc7;
/* SwiftUI */
Color(red: 0.976, green: 0.749, blue: 0.780)
/* Android */
Color.parseColor("#f9bfc7")Accessibility — WCAG contrast
Aa
#f9bfc7 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9bfc7 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green74.9%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow20.1%
Key (black)2.4%
Color previews
#f9bfc7 text on a black background
contrast 13.30:1
Card sample
#f9bfc7 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9bfc7;
Background color
Panel with #f9bfc7 background
background-color: #f9bfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9bfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 191, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 191, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9bfc7; background: linear-gradient(135deg, #f9bfc7, #F9DEBF);