#e9def4
a pale, vivid violet · warm · closest name: lavender
RGB
233, 222, 244
HSL
270°, 50%, 91%
CMYK
5, 9, 0, 4
Luminance
0.7610
Every format
| HEX | #e9def4 |
| RGB | rgb(233, 222, 244) |
| HSL | hsl(270, 50%, 91%) |
| CMYK | cmyk(5%, 9%, 0%, 4%) |
| LAB | lab(89.9 7.7 -9.3) |
| LCH | lch(89.9 12.1 309.5) |
| OKLCH | oklch(0.916 0.032 308.1) |
Copy-ready code
/* CSS */
color: #e9def4;
background-color: #e9def4;
/* Tailwind (arbitrary) */
class="text-[#e9def4] bg-[#e9def4]"
/* SCSS */
$brand: #e9def4;
/* SwiftUI */
Color(red: 0.914, green: 0.871, blue: 0.957)
/* Android */
Color.parseColor("#e9def4")Accessibility — WCAG contrast
Aa
#e9def4 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9def4 on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green87.1%
Blue95.7%
CMYK percentages
Cyan4.5%
Magenta9.0%
Yellow0.0%
Key (black)4.3%
Color previews
#e9def4 text on a black background
contrast 16.22:1
Card sample
#e9def4 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9def4;
Background color
Panel with #e9def4 background
background-color: #e9def4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9def4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 222, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 222, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9def4; background: linear-gradient(135deg, #e9def4, #F4DEF0);