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