#eecee4
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 206, 228
HSL
319°, 49%, 87%
CMYK
0, 13, 4, 7
Luminance
0.6792
Every format
| HEX | #eecee4 |
| RGB | rgb(238, 206, 228) |
| HSL | hsl(319, 49%, 87%) |
| CMYK | cmyk(0%, 13%, 4%, 7%) |
| LAB | lab(86.0 14.9 -6.7) |
| LCH | lch(86.0 16.3 335.7) |
| OKLCH | oklch(0.885 0.046 337.4) |
Copy-ready code
/* CSS */
color: #eecee4;
background-color: #eecee4;
/* Tailwind (arbitrary) */
class="text-[#eecee4] bg-[#eecee4]"
/* SCSS */
$brand: #eecee4;
/* SwiftUI */
Color(red: 0.933, green: 0.808, blue: 0.894)
/* Android */
Color.parseColor("#eecee4")Accessibility — WCAG contrast
Aa
#eecee4 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecee4 on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.8%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow4.2%
Key (black)6.7%
Color previews
#eecee4 text on a black background
contrast 14.58:1
Card sample
#eecee4 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecee4;
Background color
Panel with #eecee4 background
background-color: #eecee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 206, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 206, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecee4; background: linear-gradient(135deg, #eecee4, #EECECF);