#e9daef
a pale, soft violet · warm · closest name: lavender
RGB
233, 218, 239
HSL
283°, 40%, 90%
CMYK
3, 9, 0, 6
Luminance
0.7370
Every format
| HEX | #e9daef |
| RGB | rgb(233, 218, 239) |
| HSL | hsl(283, 40%, 90%) |
| CMYK | cmyk(3%, 9%, 0%, 6%) |
| LAB | lab(88.8 8.9 -8.4) |
| LCH | lch(88.8 12.2 316.6) |
| OKLCH | oklch(0.907 0.033 316.4) |
Copy-ready code
/* CSS */
color: #e9daef;
background-color: #e9daef;
/* Tailwind (arbitrary) */
class="text-[#e9daef] bg-[#e9daef]"
/* SCSS */
$brand: #e9daef;
/* SwiftUI */
Color(red: 0.914, green: 0.855, blue: 0.937)
/* Android */
Color.parseColor("#e9daef")Accessibility — WCAG contrast
Aa
#e9daef on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9daef on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green85.5%
Blue93.7%
CMYK percentages
Cyan2.5%
Magenta8.8%
Yellow0.0%
Key (black)6.3%
Color previews
#e9daef text on a black background
contrast 15.74:1
Card sample
#e9daef text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9daef;
Background color
Panel with #e9daef background
background-color: #e9daef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9daef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 218, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 218, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9daef; background: linear-gradient(135deg, #e9daef, #EFDAE7);