#e7d4fc
a pale, electric violet · warm · closest name: lavender
RGB
231, 212, 252
HSL
269°, 87%, 91%
CMYK
8, 16, 0, 1
Luminance
0.7110
Every format
| HEX | #e7d4fc |
| RGB | rgb(231, 212, 252) |
| HSL | hsl(269, 87%, 91%) |
| CMYK | cmyk(8%, 16%, 0%, 1%) |
| LAB | lab(87.5 13.8 -17.1) |
| LCH | lch(87.5 22.0 309.0) |
| OKLCH | oklch(0.898 0.058 306.7) |
Copy-ready code
/* CSS */
color: #e7d4fc;
background-color: #e7d4fc;
/* Tailwind (arbitrary) */
class="text-[#e7d4fc] bg-[#e7d4fc]"
/* SCSS */
$brand: #e7d4fc;
/* SwiftUI */
Color(red: 0.906, green: 0.831, blue: 0.988)
/* Android */
Color.parseColor("#e7d4fc")Accessibility — WCAG contrast
Aa
#e7d4fc on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7d4fc on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green83.1%
Blue98.8%
CMYK percentages
Cyan8.3%
Magenta15.9%
Yellow0.0%
Key (black)1.2%
Color previews
#e7d4fc text on a black background
contrast 15.22:1
Card sample
#e7d4fc text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7d4fc;
Background color
Panel with #e7d4fc background
background-color: #e7d4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7d4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 212, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 212, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7d4fc; background: linear-gradient(135deg, #e7d4fc, #FCD4F6);