#f9ebee
a pale, vivid red · warm · closest name: white
RGB
249, 235, 238
HSL
347°, 54%, 95%
CMYK
0, 6, 4, 2
Luminance
0.8573
Every format
| HEX | #f9ebee |
| RGB | rgb(249, 235, 238) |
| HSL | hsl(347, 54%, 95%) |
| CMYK | cmyk(0%, 6%, 4%, 2%) |
| LAB | lab(94.2 5.2 0.3) |
| LCH | lch(94.2 5.2 2.7) |
| OKLCH | oklch(0.952 0.016 2.7) |
Copy-ready code
/* CSS */
color: #f9ebee;
background-color: #f9ebee;
/* Tailwind (arbitrary) */
class="text-[#f9ebee] bg-[#f9ebee]"
/* SCSS */
$brand: #f9ebee;
/* SwiftUI */
Color(red: 0.976, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#f9ebee")Accessibility — WCAG contrast
Aa
#f9ebee on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9ebee on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green92.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow4.4%
Key (black)2.4%
Color previews
#f9ebee text on a black background
contrast 18.15:1
Card sample
#f9ebee text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9ebee;
Background color
Panel with #f9ebee background
background-color: #f9ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9ebee; background: linear-gradient(135deg, #f9ebee, #F9F1EB);