#e3ddf4
a pale, vivid violet · warm · closest name: lavender
RGB
227, 221, 244
HSL
256°, 51%, 91%
CMYK
7, 9, 0, 4
Luminance
0.7458
Every format
| HEX | #e3ddf4 |
| RGB | rgb(227, 221, 244) |
| HSL | hsl(256, 51%, 91%) |
| CMYK | cmyk(7%, 9%, 0%, 4%) |
| LAB | lab(89.2 6.3 -10.5) |
| LCH | lch(89.2 12.2 300.9) |
| OKLCH | oklch(0.909 0.032 297.7) |
Copy-ready code
/* CSS */
color: #e3ddf4;
background-color: #e3ddf4;
/* Tailwind (arbitrary) */
class="text-[#e3ddf4] bg-[#e3ddf4]"
/* SCSS */
$brand: #e3ddf4;
/* SwiftUI */
Color(red: 0.890, green: 0.867, blue: 0.957)
/* Android */
Color.parseColor("#e3ddf4")Accessibility — WCAG contrast
Aa
#e3ddf4 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3ddf4 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green86.7%
Blue95.7%
CMYK percentages
Cyan7.0%
Magenta9.4%
Yellow0.0%
Key (black)4.3%
Color previews
#e3ddf4 text on a black background
contrast 15.92:1
Card sample
#e3ddf4 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3ddf4;
Background color
Panel with #e3ddf4 background
background-color: #e3ddf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3ddf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 221, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 221, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3ddf4; background: linear-gradient(135deg, #e3ddf4, #F2DDF4);