#eecce8
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 204, 232
HSL
311°, 50%, 87%
CMYK
0, 14, 3, 7
Luminance
0.6719
Every format
| HEX | #eecce8 |
| RGB | rgb(238, 204, 232) |
| HSL | hsl(311, 50%, 87%) |
| CMYK | cmyk(0%, 14%, 3%, 7%) |
| LAB | lab(85.6 16.6 -9.4) |
| LCH | lch(85.6 19.1 330.6) |
| OKLCH | oklch(0.882 0.053 332.0) |
Copy-ready code
/* CSS */
color: #eecce8;
background-color: #eecce8;
/* Tailwind (arbitrary) */
class="text-[#eecce8] bg-[#eecce8]"
/* SCSS */
$brand: #eecce8;
/* SwiftUI */
Color(red: 0.933, green: 0.800, blue: 0.910)
/* Android */
Color.parseColor("#eecce8")Accessibility — WCAG contrast
Aa
#eecce8 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecce8 on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.0%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow2.5%
Key (black)6.7%
Color previews
#eecce8 text on a black background
contrast 14.44:1
Card sample
#eecce8 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecce8;
Background color
Panel with #eecce8 background
background-color: #eecce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 204, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 204, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecce8; background: linear-gradient(135deg, #eecce8, #EECCD1);