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