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