#eee0e2
a pale, soft red · warm · closest name: lavender
RGB
238, 224, 226
HSL
351°, 29%, 91%
CMYK
0, 6, 5, 7
Luminance
0.7698
Every format
| HEX | #eee0e2 |
| RGB | rgb(238, 224, 226) |
| HSL | hsl(351, 29%, 91%) |
| CMYK | cmyk(0%, 6%, 5%, 7%) |
| LAB | lab(90.3 5.1 0.7) |
| LCH | lch(90.3 5.2 8.2) |
| OKLCH | oklch(0.918 0.015 7.5) |
Copy-ready code
/* CSS */
color: #eee0e2;
background-color: #eee0e2;
/* Tailwind (arbitrary) */
class="text-[#eee0e2] bg-[#eee0e2]"
/* SCSS */
$brand: #eee0e2;
/* SwiftUI */
Color(red: 0.933, green: 0.878, blue: 0.886)
/* Android */
Color.parseColor("#eee0e2")Accessibility — WCAG contrast
Aa
#eee0e2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee0e2 on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.8%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow5.0%
Key (black)6.7%
Color previews
#eee0e2 text on a black background
contrast 16.40:1
Card sample
#eee0e2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee0e2;
Background color
Panel with #eee0e2 background
background-color: #eee0e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee0e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 224, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 224, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee0e2; background: linear-gradient(135deg, #eee0e2, #EEE7E0);