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