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