#e8dbf2
a pale, vivid violet · warm · closest name: lavender
RGB
232, 219, 242
HSL
274°, 47%, 90%
CMYK
4, 10, 0, 5
Luminance
0.7423
Every format
| HEX | #e8dbf2 |
| RGB | rgb(232, 219, 242) |
| HSL | hsl(274, 47%, 90%) |
| CMYK | cmyk(4%, 10%, 0%, 5%) |
| LAB | lab(89.0 8.6 -9.6) |
| LCH | lch(89.0 12.9 311.7) |
| OKLCH | oklch(0.909 0.034 310.7) |
Copy-ready code
/* CSS */
color: #e8dbf2;
background-color: #e8dbf2;
/* Tailwind (arbitrary) */
class="text-[#e8dbf2] bg-[#e8dbf2]"
/* SCSS */
$brand: #e8dbf2;
/* SwiftUI */
Color(red: 0.910, green: 0.859, blue: 0.949)
/* Android */
Color.parseColor("#e8dbf2")Accessibility — WCAG contrast
Aa
#e8dbf2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8dbf2 on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green85.9%
Blue94.9%
CMYK percentages
Cyan4.1%
Magenta9.5%
Yellow0.0%
Key (black)5.1%
Color previews
#e8dbf2 text on a black background
contrast 15.85:1
Card sample
#e8dbf2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8dbf2;
Background color
Panel with #e8dbf2 background
background-color: #e8dbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8dbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 219, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 219, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8dbf2; background: linear-gradient(135deg, #e8dbf2, #F2DBED);