#e2ccf0
a pale, vivid violet · warm · closest name: lavender
RGB
226, 204, 240
HSL
277°, 55%, 87%
CMYK
6, 15, 0, 6
Luminance
0.6565
Every format
| HEX | #e2ccf0 |
| RGB | rgb(226, 204, 240) |
| HSL | hsl(277, 55%, 87%) |
| CMYK | cmyk(6%, 15%, 0%, 6%) |
| LAB | lab(84.8 14.1 -14.9) |
| LCH | lch(84.8 20.5 313.5) |
| OKLCH | oklch(0.875 0.054 312.3) |
Copy-ready code
/* CSS */
color: #e2ccf0;
background-color: #e2ccf0;
/* Tailwind (arbitrary) */
class="text-[#e2ccf0] bg-[#e2ccf0]"
/* SCSS */
$brand: #e2ccf0;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.941)
/* Android */
Color.parseColor("#e2ccf0")Accessibility — WCAG contrast
Aa
#e2ccf0 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ccf0 on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue94.1%
CMYK percentages
Cyan5.8%
Magenta15.0%
Yellow0.0%
Key (black)5.9%
Color previews
#e2ccf0 text on a black background
contrast 14.13:1
Card sample
#e2ccf0 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ccf0;
Background color
Panel with #e2ccf0 background
background-color: #e2ccf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ccf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ccf0; background: linear-gradient(135deg, #e2ccf0, #F0CCE6);