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