#e2dfe5
a pale, muted violet · warm · closest name: lavender
RGB
226, 223, 229
HSL
270°, 10%, 89%
CMYK
1, 3, 0, 10
Luminance
0.7460
Every format
| HEX | #e2dfe5 |
| RGB | rgb(226, 223, 229) |
| HSL | hsl(270, 10%, 89%) |
| CMYK | cmyk(1%, 3%, 0%, 10%) |
| LAB | lab(89.2 2.1 -2.6) |
| LCH | lch(89.2 3.3 309.1) |
| OKLCH | oklch(0.908 0.009 308.4) |
Copy-ready code
/* CSS */
color: #e2dfe5;
background-color: #e2dfe5;
/* Tailwind (arbitrary) */
class="text-[#e2dfe5] bg-[#e2dfe5]"
/* SCSS */
$brand: #e2dfe5;
/* SwiftUI */
Color(red: 0.886, green: 0.875, blue: 0.898)
/* Android */
Color.parseColor("#e2dfe5")Accessibility — WCAG contrast
Aa
#e2dfe5 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dfe5 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green87.5%
Blue89.8%
CMYK percentages
Cyan1.3%
Magenta2.6%
Yellow0.0%
Key (black)10.2%
Color previews
#e2dfe5 text on a black background
contrast 15.92:1
Card sample
#e2dfe5 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dfe5;
Background color
Panel with #e2dfe5 background
background-color: #e2dfe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dfe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 223, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 223, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dfe5; background: linear-gradient(135deg, #e2dfe5, #E5DFE4);