#e1dfec
a pale, soft blue · warm · closest name: lavender
RGB
225, 223, 236
HSL
249°, 26%, 90%
CMYK
5, 6, 0, 8
Luminance
0.7484
Every format
| HEX | #e1dfec |
| RGB | rgb(225, 223, 236) |
| HSL | hsl(249, 26%, 90%) |
| CMYK | cmyk(5%, 6%, 0%, 8%) |
| LAB | lab(89.3 3.0 -6.1) |
| LCH | lch(89.3 6.8 296.6) |
| OKLCH | oklch(0.909 0.018 293.1) |
Copy-ready code
/* CSS */
color: #e1dfec;
background-color: #e1dfec;
/* Tailwind (arbitrary) */
class="text-[#e1dfec] bg-[#e1dfec]"
/* SCSS */
$brand: #e1dfec;
/* SwiftUI */
Color(red: 0.882, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#e1dfec")Accessibility — WCAG contrast
Aa
#e1dfec on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1dfec on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green87.5%
Blue92.5%
CMYK percentages
Cyan4.7%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#e1dfec text on a black background
contrast 15.97:1
Card sample
#e1dfec text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1dfec;
Background color
Panel with #e1dfec background
background-color: #e1dfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1dfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1dfec; background: linear-gradient(135deg, #e1dfec, #EADFEC);