#ecccf4
a pale, vivid violet · warm · closest name: lavender
RGB
236, 204, 244
HSL
288°, 65%, 88%
CMYK
3, 16, 0, 4
Luminance
0.6755
Every format
| HEX | #ecccf4 |
| RGB | rgb(236, 204, 244) |
| HSL | hsl(288, 65%, 88%) |
| CMYK | cmyk(3%, 16%, 0%, 4%) |
| LAB | lab(85.8 18.2 -15.5) |
| LCH | lch(85.8 23.9 319.6) |
| OKLCH | oklch(0.884 0.064 319.5) |
Copy-ready code
/* CSS */
color: #ecccf4;
background-color: #ecccf4;
/* Tailwind (arbitrary) */
class="text-[#ecccf4] bg-[#ecccf4]"
/* SCSS */
$brand: #ecccf4;
/* SwiftUI */
Color(red: 0.925, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#ecccf4")Accessibility — WCAG contrast
Aa
#ecccf4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecccf4 on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.0%
Blue95.7%
CMYK percentages
Cyan3.3%
Magenta16.4%
Yellow0.0%
Key (black)4.3%
Color previews
#ecccf4 text on a black background
contrast 14.51:1
Card sample
#ecccf4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecccf4;
Background color
Panel with #ecccf4 background
background-color: #ecccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecccf4; background: linear-gradient(135deg, #ecccf4, #F4CCE1);