#eee4ea
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 228, 234
HSL
324°, 23%, 91%
CMYK
0, 4, 2, 7
Luminance
0.7960
Every format
| HEX | #eee4ea |
| RGB | rgb(238, 228, 234) |
| HSL | hsl(324, 23%, 91%) |
| CMYK | cmyk(0%, 4%, 2%, 7%) |
| LAB | lab(91.5 4.4 -1.7) |
| LCH | lch(91.5 4.7 339.0) |
| OKLCH | oklch(0.928 0.013 340.6) |
Copy-ready code
/* CSS */
color: #eee4ea;
background-color: #eee4ea;
/* Tailwind (arbitrary) */
class="text-[#eee4ea] bg-[#eee4ea]"
/* SCSS */
$brand: #eee4ea;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.918)
/* Android */
Color.parseColor("#eee4ea")Accessibility — WCAG contrast
Aa
#eee4ea on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee4ea on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow1.7%
Key (black)6.7%
Color previews
#eee4ea text on a black background
contrast 16.92:1
Card sample
#eee4ea text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee4ea;
Background color
Panel with #eee4ea background
background-color: #eee4ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee4ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee4ea; background: linear-gradient(135deg, #eee4ea, #EEE5E4);