#e7ddf6
a pale, vivid violet · warm · closest name: lavender
RGB
231, 221, 246
HSL
264°, 58%, 92%
CMYK
6, 10, 0, 4
Luminance
0.7536
Every format
| HEX | #e7ddf6 |
| RGB | rgb(231, 221, 246) |
| HSL | hsl(264, 58%, 92%) |
| CMYK | cmyk(6%, 10%, 0%, 4%) |
| LAB | lab(89.6 8.0 -10.9) |
| LCH | lch(89.6 13.5 306.0) |
| OKLCH | oklch(0.913 0.035 303.8) |
Copy-ready code
/* CSS */
color: #e7ddf6;
background-color: #e7ddf6;
/* Tailwind (arbitrary) */
class="text-[#e7ddf6] bg-[#e7ddf6]"
/* SCSS */
$brand: #e7ddf6;
/* SwiftUI */
Color(red: 0.906, green: 0.867, blue: 0.965)
/* Android */
Color.parseColor("#e7ddf6")Accessibility — WCAG contrast
Aa
#e7ddf6 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ddf6 on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green86.7%
Blue96.5%
CMYK percentages
Cyan6.1%
Magenta10.2%
Yellow0.0%
Key (black)3.5%
Color previews
#e7ddf6 text on a black background
contrast 16.07:1
Card sample
#e7ddf6 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ddf6;
Background color
Panel with #e7ddf6 background
background-color: #e7ddf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ddf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 221, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 221, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ddf6; background: linear-gradient(135deg, #e7ddf6, #F6DDF4);