#e1dffc
a pale, electric blue · warm · closest name: lavender
RGB
225, 223, 252
HSL
244°, 83%, 93%
CMYK
11, 12, 0, 1
Luminance
0.7581
Every format
| HEX | #e1dffc |
| RGB | rgb(225, 223, 252) |
| HSL | hsl(244, 83%, 93%) |
| CMYK | cmyk(11%, 12%, 0%, 1%) |
| LAB | lab(89.8 6.1 -13.8) |
| LCH | lch(89.8 15.1 294.0) |
| OKLCH | oklch(0.914 0.039 288.8) |
Copy-ready code
/* CSS */
color: #e1dffc;
background-color: #e1dffc;
/* Tailwind (arbitrary) */
class="text-[#e1dffc] bg-[#e1dffc]"
/* SCSS */
$brand: #e1dffc;
/* SwiftUI */
Color(red: 0.882, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#e1dffc")Accessibility — WCAG contrast
Aa
#e1dffc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1dffc on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green87.5%
Blue98.8%
CMYK percentages
Cyan10.7%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#e1dffc text on a black background
contrast 16.16:1
Card sample
#e1dffc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1dffc;
Background color
Panel with #e1dffc background
background-color: #e1dffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1dffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1dffc; background: linear-gradient(135deg, #e1dffc, #F4DFFC);