#e2ccfe
a pale, electric violet · warm · closest name: lavender
RGB
226, 204, 254
HSL
266°, 96%, 90%
CMYK
11, 20, 0, 0
Luminance
0.6651
Every format
| HEX | #e2ccfe |
| RGB | rgb(226, 204, 254) |
| HSL | hsl(266, 96%, 90%) |
| CMYK | cmyk(11%, 20%, 0%, 0%) |
| LAB | lab(85.3 16.9 -21.7) |
| LCH | lch(85.3 27.5 307.9) |
| OKLCH | oklch(0.879 0.072 304.9) |
Copy-ready code
/* CSS */
color: #e2ccfe;
background-color: #e2ccfe;
/* Tailwind (arbitrary) */
class="text-[#e2ccfe] bg-[#e2ccfe]"
/* SCSS */
$brand: #e2ccfe;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.996)
/* Android */
Color.parseColor("#e2ccfe")Accessibility — WCAG contrast
Aa
#e2ccfe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ccfe on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue99.6%
CMYK percentages
Cyan11.0%
Magenta19.7%
Yellow0.0%
Key (black)0.4%
Color previews
#e2ccfe text on a black background
contrast 14.30:1
Card sample
#e2ccfe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ccfe;
Background color
Panel with #e2ccfe background
background-color: #e2ccfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ccfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ccfe; background: linear-gradient(135deg, #e2ccfe, #FECCF9);