#e4def2
a pale, soft violet · warm · closest name: lavender
RGB
228, 222, 242
HSL
258°, 44%, 91%
CMYK
6, 8, 0, 5
Luminance
0.7515
Every format
| HEX | #e4def2 |
| RGB | rgb(228, 222, 242) |
| HSL | hsl(258, 44%, 91%) |
| CMYK | cmyk(6%, 8%, 0%, 5%) |
| LAB | lab(89.5 5.7 -9.0) |
| LCH | lch(89.5 10.7 302.3) |
| OKLCH | oklch(0.911 0.028 299.5) |
Copy-ready code
/* CSS */
color: #e4def2;
background-color: #e4def2;
/* Tailwind (arbitrary) */
class="text-[#e4def2] bg-[#e4def2]"
/* SCSS */
$brand: #e4def2;
/* SwiftUI */
Color(red: 0.894, green: 0.871, blue: 0.949)
/* Android */
Color.parseColor("#e4def2")Accessibility — WCAG contrast
Aa
#e4def2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4def2 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green87.1%
Blue94.9%
CMYK percentages
Cyan5.8%
Magenta8.3%
Yellow0.0%
Key (black)5.1%
Color previews
#e4def2 text on a black background
contrast 16.03:1
Card sample
#e4def2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4def2;
Background color
Panel with #e4def2 background
background-color: #e4def2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4def2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 222, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 222, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4def2; background: linear-gradient(135deg, #e4def2, #F1DEF2);