#e0dbf0
a pale, soft blue · warm · closest name: lavender
RGB
224, 219, 240
HSL
254°, 41%, 90%
CMYK
7, 9, 0, 6
Luminance
0.7280
Every format
| HEX | #e0dbf0 |
| RGB | rgb(224, 219, 240) |
| HSL | hsl(254, 41%, 90%) |
| CMYK | cmyk(7%, 9%, 0%, 6%) |
| LAB | lab(88.3 5.6 -9.6) |
| LCH | lch(88.3 11.1 300.0) |
| OKLCH | oklch(0.902 0.029 296.7) |
Copy-ready code
/* CSS */
color: #e0dbf0;
background-color: #e0dbf0;
/* Tailwind (arbitrary) */
class="text-[#e0dbf0] bg-[#e0dbf0]"
/* SCSS */
$brand: #e0dbf0;
/* SwiftUI */
Color(red: 0.878, green: 0.859, blue: 0.941)
/* Android */
Color.parseColor("#e0dbf0")Accessibility — WCAG contrast
Aa
#e0dbf0 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0dbf0 on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green85.9%
Blue94.1%
CMYK percentages
Cyan6.7%
Magenta8.8%
Yellow0.0%
Key (black)5.9%
Color previews
#e0dbf0 text on a black background
contrast 15.56:1
Card sample
#e0dbf0 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0dbf0;
Background color
Panel with #e0dbf0 background
background-color: #e0dbf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0dbf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 219, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 219, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0dbf0; background: linear-gradient(135deg, #e0dbf0, #EEDBF0);