#e8d4f3
a pale, vivid violet · warm · closest name: lavender
RGB
232, 212, 243
HSL
279°, 56%, 89%
CMYK
5, 13, 0, 5
Luminance
0.7071
Every format
| HEX | #e8d4f3 |
| RGB | rgb(232, 212, 243) |
| HSL | hsl(279, 56%, 89%) |
| CMYK | cmyk(5%, 13%, 0%, 5%) |
| LAB | lab(87.3 12.4 -12.7) |
| LCH | lch(87.3 17.7 314.5) |
| OKLCH | oklch(0.896 0.047 313.7) |
Copy-ready code
/* CSS */
color: #e8d4f3;
background-color: #e8d4f3;
/* Tailwind (arbitrary) */
class="text-[#e8d4f3] bg-[#e8d4f3]"
/* SCSS */
$brand: #e8d4f3;
/* SwiftUI */
Color(red: 0.910, green: 0.831, blue: 0.953)
/* Android */
Color.parseColor("#e8d4f3")Accessibility — WCAG contrast
Aa
#e8d4f3 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8d4f3 on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green83.1%
Blue95.3%
CMYK percentages
Cyan4.5%
Magenta12.8%
Yellow0.0%
Key (black)4.7%
Color previews
#e8d4f3 text on a black background
contrast 15.14:1
Card sample
#e8d4f3 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8d4f3;
Background color
Panel with #e8d4f3 background
background-color: #e8d4f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8d4f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 212, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 212, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8d4f3; background: linear-gradient(135deg, #e8d4f3, #F3D4E9);