#e1dbff
a pale, electric blue · warm · closest name: lavender
RGB
225, 219, 255
HSL
250°, 100%, 93%
CMYK
12, 14, 0, 0
Luminance
0.7389
Every format
| HEX | #e1dbff |
| RGB | rgb(225, 219, 255) |
| HSL | hsl(250, 100%, 93%) |
| CMYK | cmyk(12%, 14%, 0%, 0%) |
| LAB | lab(88.9 8.8 -16.7) |
| LCH | lch(88.9 18.9 297.8) |
| OKLCH | oklch(0.907 0.049 293.0) |
Copy-ready code
/* CSS */
color: #e1dbff;
background-color: #e1dbff;
/* Tailwind (arbitrary) */
class="text-[#e1dbff] bg-[#e1dbff]"
/* SCSS */
$brand: #e1dbff;
/* SwiftUI */
Color(red: 0.882, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#e1dbff")Accessibility — WCAG contrast
Aa
#e1dbff on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1dbff on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green85.9%
Blue100.0%
CMYK percentages
Cyan11.8%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#e1dbff text on a black background
contrast 15.78:1
Card sample
#e1dbff text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1dbff;
Background color
Panel with #e1dbff background
background-color: #e1dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1dbff; background: linear-gradient(135deg, #e1dbff, #F9DBFF);