#e2ccf3
a pale, vivid violet · warm · closest name: lavender
RGB
226, 204, 243
HSL
274°, 62%, 88%
CMYK
7, 16, 0, 5
Luminance
0.6583
Every format
| HEX | #e2ccf3 |
| RGB | rgb(226, 204, 243) |
| HSL | hsl(274, 62%, 88%) |
| CMYK | cmyk(7%, 16%, 0%, 5%) |
| LAB | lab(84.9 14.7 -16.4) |
| LCH | lch(84.9 22.0 312.0) |
| OKLCH | oklch(0.875 0.058 310.4) |
Copy-ready code
/* CSS */
color: #e2ccf3;
background-color: #e2ccf3;
/* Tailwind (arbitrary) */
class="text-[#e2ccf3] bg-[#e2ccf3]"
/* SCSS */
$brand: #e2ccf3;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.953)
/* Android */
Color.parseColor("#e2ccf3")Accessibility — WCAG contrast
Aa
#e2ccf3 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ccf3 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue95.3%
CMYK percentages
Cyan7.0%
Magenta16.0%
Yellow0.0%
Key (black)4.7%
Color previews
#e2ccf3 text on a black background
contrast 14.17:1
Card sample
#e2ccf3 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ccf3;
Background color
Panel with #e2ccf3 background
background-color: #e2ccf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ccf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ccf3; background: linear-gradient(135deg, #e2ccf3, #F3CCEA);