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