#e2cdfc
a pale, electric violet · warm · closest name: lavender
RGB
226, 205, 252
HSL
267°, 89%, 90%
CMYK
10, 19, 0, 1
Luminance
0.6686
Every format
| HEX | #e2cdfc |
| RGB | rgb(226, 205, 252) |
| HSL | hsl(267, 89%, 90%) |
| CMYK | cmyk(10%, 19%, 0%, 1%) |
| LAB | lab(85.4 16.0 -20.3) |
| LCH | lch(85.4 25.9 308.1) |
| OKLCH | oklch(0.880 0.068 305.3) |
Copy-ready code
/* CSS */
color: #e2cdfc;
background-color: #e2cdfc;
/* Tailwind (arbitrary) */
class="text-[#e2cdfc] bg-[#e2cdfc]"
/* SCSS */
$brand: #e2cdfc;
/* SwiftUI */
Color(red: 0.886, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#e2cdfc")Accessibility — WCAG contrast
Aa
#e2cdfc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cdfc on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.4%
Blue98.8%
CMYK percentages
Cyan10.3%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#e2cdfc text on a black background
contrast 14.37:1
Card sample
#e2cdfc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cdfc;
Background color
Panel with #e2cdfc background
background-color: #e2cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cdfc; background: linear-gradient(135deg, #e2cdfc, #FCCDF7);