#f9eef0
a pale, vivid red · warm · closest name: white
RGB
249, 238, 240
HSL
349°, 48%, 96%
CMYK
0, 4, 4, 2
Luminance
0.8758
Every format
| HEX | #f9eef0 |
| RGB | rgb(249, 238, 240) |
| HSL | hsl(349, 48%, 96%) |
| CMYK | cmyk(0%, 4%, 4%, 2%) |
| LAB | lab(95.0 4.0 0.4) |
| LCH | lch(95.0 4.1 5.1) |
| OKLCH | oklch(0.958 0.012 4.7) |
Copy-ready code
/* CSS */
color: #f9eef0;
background-color: #f9eef0;
/* Tailwind (arbitrary) */
class="text-[#f9eef0] bg-[#f9eef0]"
/* SCSS */
$brand: #f9eef0;
/* SwiftUI */
Color(red: 0.976, green: 0.933, blue: 0.941)
/* Android */
Color.parseColor("#f9eef0")Accessibility — WCAG contrast
Aa
#f9eef0 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9eef0 on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green93.3%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow3.6%
Key (black)2.4%
Color previews
#f9eef0 text on a black background
contrast 18.52:1
Card sample
#f9eef0 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9eef0;
Background color
Panel with #f9eef0 background
background-color: #f9eef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9eef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 238, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 238, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9eef0; background: linear-gradient(135deg, #f9eef0, #F9F3EE);