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