#e1ddf2
a pale, soft blue · warm · closest name: lavender
RGB
225, 221, 242
HSL
251°, 45%, 91%
CMYK
7, 9, 0, 5
Luminance
0.7413
Every format
| HEX | #e1ddf2 |
| RGB | rgb(225, 221, 242) |
| HSL | hsl(251, 45%, 91%) |
| CMYK | cmyk(7%, 9%, 0%, 5%) |
| LAB | lab(89.0 5.2 -9.7) |
| LCH | lch(89.0 11.1 298.2) |
| OKLCH | oklch(0.907 0.029 294.6) |
Copy-ready code
/* CSS */
color: #e1ddf2;
background-color: #e1ddf2;
/* Tailwind (arbitrary) */
class="text-[#e1ddf2] bg-[#e1ddf2]"
/* SCSS */
$brand: #e1ddf2;
/* SwiftUI */
Color(red: 0.882, green: 0.867, blue: 0.949)
/* Android */
Color.parseColor("#e1ddf2")Accessibility — WCAG contrast
Aa
#e1ddf2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1ddf2 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green86.7%
Blue94.9%
CMYK percentages
Cyan7.0%
Magenta8.7%
Yellow0.0%
Key (black)5.1%
Color previews
#e1ddf2 text on a black background
contrast 15.83:1
Card sample
#e1ddf2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1ddf2;
Background color
Panel with #e1ddf2 background
background-color: #e1ddf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1ddf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 221, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 221, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1ddf2; background: linear-gradient(135deg, #e1ddf2, #EFDDF2);