#f9e8eb
a pale, vivid red · warm · closest name: white
RGB
249, 232, 235
HSL
349°, 59%, 94%
CMYK
0, 7, 6, 2
Luminance
0.8385
Every format
| HEX | #f9e8eb |
| RGB | rgb(249, 232, 235) |
| HSL | hsl(349, 59%, 94%) |
| CMYK | cmyk(0%, 7%, 6%, 2%) |
| LAB | lab(93.4 6.3 0.6) |
| LCH | lch(93.4 6.3 5.7) |
| OKLCH | oklch(0.945 0.019 5.3) |
Copy-ready code
/* CSS */
color: #f9e8eb;
background-color: #f9e8eb;
/* Tailwind (arbitrary) */
class="text-[#f9e8eb] bg-[#f9e8eb]"
/* SCSS */
$brand: #f9e8eb;
/* SwiftUI */
Color(red: 0.976, green: 0.910, blue: 0.922)
/* Android */
Color.parseColor("#f9e8eb")Accessibility — WCAG contrast
Aa
#f9e8eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9e8eb on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green91.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow5.6%
Key (black)2.4%
Color previews
#f9e8eb text on a black background
contrast 17.77:1
Card sample
#f9e8eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9e8eb;
Background color
Panel with #f9e8eb background
background-color: #f9e8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9e8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 232, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 232, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9e8eb; background: linear-gradient(135deg, #f9e8eb, #F9F0E8);