#e5d4f3
a pale, vivid violet · warm · closest name: lavender
RGB
229, 212, 243
HSL
273°, 56%, 89%
CMYK
6, 13, 0, 5
Luminance
0.7022
Every format
| HEX | #e5d4f3 |
| RGB | rgb(229, 212, 243) |
| HSL | hsl(273, 56%, 89%) |
| CMYK | cmyk(6%, 13%, 0%, 5%) |
| LAB | lab(87.1 11.4 -13.0) |
| LCH | lch(87.1 17.4 311.3) |
| OKLCH | oklch(0.893 0.046 309.9) |
Copy-ready code
/* CSS */
color: #e5d4f3;
background-color: #e5d4f3;
/* Tailwind (arbitrary) */
class="text-[#e5d4f3] bg-[#e5d4f3]"
/* SCSS */
$brand: #e5d4f3;
/* SwiftUI */
Color(red: 0.898, green: 0.831, blue: 0.953)
/* Android */
Color.parseColor("#e5d4f3")Accessibility — WCAG contrast
Aa
#e5d4f3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5d4f3 on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green83.1%
Blue95.3%
CMYK percentages
Cyan5.8%
Magenta12.8%
Yellow0.0%
Key (black)4.7%
Color previews
#e5d4f3 text on a black background
contrast 15.04:1
Card sample
#e5d4f3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5d4f3;
Background color
Panel with #e5d4f3 background
background-color: #e5d4f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5d4f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 212, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 212, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5d4f3; background: linear-gradient(135deg, #e5d4f3, #F3D4EC);