#eee8e9
a pale, soft red · warm · closest name: white
RGB
238, 232, 233
HSL
350°, 15%, 92%
CMYK
0, 3, 2, 7
Luminance
0.8177
Every format
| HEX | #eee8e9 |
| RGB | rgb(238, 232, 233) |
| HSL | hsl(350, 15%, 92%) |
| CMYK | cmyk(0%, 3%, 2%, 7%) |
| LAB | lab(92.5 2.2 0.2) |
| LCH | lch(92.5 2.2 6.0) |
| OKLCH | oklch(0.936 0.007 5.6) |
Copy-ready code
/* CSS */
color: #eee8e9;
background-color: #eee8e9;
/* Tailwind (arbitrary) */
class="text-[#eee8e9] bg-[#eee8e9]"
/* SCSS */
$brand: #eee8e9;
/* SwiftUI */
Color(red: 0.933, green: 0.910, blue: 0.914)
/* Android */
Color.parseColor("#eee8e9")Accessibility — WCAG contrast
Aa
#eee8e9 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee8e9 on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.0%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow2.1%
Key (black)6.7%
Color previews
#eee8e9 text on a black background
contrast 17.35:1
Card sample
#eee8e9 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee8e9;
Background color
Panel with #eee8e9 background
background-color: #eee8e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee8e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 232, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 232, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee8e9; background: linear-gradient(135deg, #eee8e9, #EEEBE8);