#e2dbef
a pale, soft violet · warm · closest name: lavender
RGB
226, 219, 239
HSL
261°, 39%, 90%
CMYK
5, 8, 0, 6
Luminance
0.7306
Every format
| HEX | #e2dbef |
| RGB | rgb(226, 219, 239) |
| HSL | hsl(261, 39%, 90%) |
| CMYK | cmyk(5%, 8%, 0%, 6%) |
| LAB | lab(88.5 6.0 -8.9) |
| LCH | lch(88.5 10.8 304.1) |
| OKLCH | oklch(0.903 0.028 301.7) |
Copy-ready code
/* CSS */
color: #e2dbef;
background-color: #e2dbef;
/* Tailwind (arbitrary) */
class="text-[#e2dbef] bg-[#e2dbef]"
/* SCSS */
$brand: #e2dbef;
/* SwiftUI */
Color(red: 0.886, green: 0.859, blue: 0.937)
/* Android */
Color.parseColor("#e2dbef")Accessibility — WCAG contrast
Aa
#e2dbef on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dbef on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green85.9%
Blue93.7%
CMYK percentages
Cyan5.4%
Magenta8.4%
Yellow0.0%
Key (black)6.3%
Color previews
#e2dbef text on a black background
contrast 15.61:1
Card sample
#e2dbef text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dbef;
Background color
Panel with #e2dbef background
background-color: #e2dbef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dbef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 219, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 219, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dbef; background: linear-gradient(135deg, #e2dbef, #EFDBEF);