#e2dcef
a pale, soft violet · warm · closest name: lavender
RGB
226, 220, 239
HSL
259°, 37%, 90%
CMYK
5, 8, 0, 6
Luminance
0.7359
Every format
| HEX | #e2dcef |
| RGB | rgb(226, 220, 239) |
| HSL | hsl(259, 37%, 90%) |
| CMYK | cmyk(5%, 8%, 0%, 6%) |
| LAB | lab(88.7 5.5 -8.5) |
| LCH | lch(88.7 10.2 302.9) |
| OKLCH | oklch(0.905 0.026 300.2) |
Copy-ready code
/* CSS */
color: #e2dcef;
background-color: #e2dcef;
/* Tailwind (arbitrary) */
class="text-[#e2dcef] bg-[#e2dcef]"
/* SCSS */
$brand: #e2dcef;
/* SwiftUI */
Color(red: 0.886, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#e2dcef")Accessibility — WCAG contrast
Aa
#e2dcef on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dcef on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green86.3%
Blue93.7%
CMYK percentages
Cyan5.4%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#e2dcef text on a black background
contrast 15.72:1
Card sample
#e2dcef text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dcef;
Background color
Panel with #e2dcef background
background-color: #e2dcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dcef; background: linear-gradient(135deg, #e2dcef, #EFDCEF);