#e1dafe
a pale, electric blue · warm · closest name: lavender
RGB
225, 218, 254
HSL
252°, 95%, 93%
CMYK
11, 14, 0, 0
Luminance
0.7331
Every format
| HEX | #e1dafe |
| RGB | rgb(225, 218, 254) |
| HSL | hsl(252, 95%, 93%) |
| CMYK | cmyk(11%, 14%, 0%, 0%) |
| LAB | lab(88.6 9.2 -16.6) |
| LCH | lch(88.6 19.0 298.8) |
| OKLCH | oklch(0.905 0.049 294.3) |
Copy-ready code
/* CSS */
color: #e1dafe;
background-color: #e1dafe;
/* Tailwind (arbitrary) */
class="text-[#e1dafe] bg-[#e1dafe]"
/* SCSS */
$brand: #e1dafe;
/* SwiftUI */
Color(red: 0.882, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#e1dafe")Accessibility — WCAG contrast
Aa
#e1dafe on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1dafe on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green85.5%
Blue99.6%
CMYK percentages
Cyan11.4%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#e1dafe text on a black background
contrast 15.66:1
Card sample
#e1dafe text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1dafe;
Background color
Panel with #e1dafe background
background-color: #e1dafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1dafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1dafe; background: linear-gradient(135deg, #e1dafe, #F9DAFE);