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