#e1dafb
a pale, electric blue · warm · closest name: lavender
RGB
225, 218, 251
HSL
253°, 81%, 92%
CMYK
10, 13, 0, 2
Luminance
0.7312
Every format
| HEX | #e1dafb |
| RGB | rgb(225, 218, 251) |
| HSL | hsl(253, 81%, 92%) |
| CMYK | cmyk(10%, 13%, 0%, 2%) |
| LAB | lab(88.5 8.6 -15.2) |
| LCH | lch(88.5 17.4 299.4) |
| OKLCH | oklch(0.904 0.045 295.2) |
Copy-ready code
/* CSS */
color: #e1dafb;
background-color: #e1dafb;
/* Tailwind (arbitrary) */
class="text-[#e1dafb] bg-[#e1dafb]"
/* SCSS */
$brand: #e1dafb;
/* SwiftUI */
Color(red: 0.882, green: 0.855, blue: 0.984)
/* Android */
Color.parseColor("#e1dafb")Accessibility — WCAG contrast
Aa
#e1dafb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1dafb on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green85.5%
Blue98.4%
CMYK percentages
Cyan10.4%
Magenta13.1%
Yellow0.0%
Key (black)1.6%
Color previews
#e1dafb text on a black background
contrast 15.62:1
Card sample
#e1dafb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1dafb;
Background color
Panel with #e1dafb background
background-color: #e1dafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1dafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 218, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 218, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1dafb; background: linear-gradient(135deg, #e1dafb, #F7DAFB);