#e9e3f2
a pale, soft violet · warm · closest name: lavender
RGB
233, 227, 242
HSL
264°, 37%, 92%
CMYK
4, 6, 0, 5
Luminance
0.7867
Every format
| HEX | #e9e3f2 |
| RGB | rgb(233, 227, 242) |
| HSL | hsl(264, 37%, 92%) |
| CMYK | cmyk(4%, 6%, 0%, 5%) |
| LAB | lab(91.1 4.7 -6.5) |
| LCH | lch(91.1 8.1 305.8) |
| OKLCH | oklch(0.925 0.021 304.0) |
Copy-ready code
/* CSS */
color: #e9e3f2;
background-color: #e9e3f2;
/* Tailwind (arbitrary) */
class="text-[#e9e3f2] bg-[#e9e3f2]"
/* SCSS */
$brand: #e9e3f2;
/* SwiftUI */
Color(red: 0.914, green: 0.890, blue: 0.949)
/* Android */
Color.parseColor("#e9e3f2")Accessibility — WCAG contrast
Aa
#e9e3f2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9e3f2 on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green89.0%
Blue94.9%
CMYK percentages
Cyan3.7%
Magenta6.2%
Yellow0.0%
Key (black)5.1%
Color previews
#e9e3f2 text on a black background
contrast 16.73:1
Card sample
#e9e3f2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9e3f2;
Background color
Panel with #e9e3f2 background
background-color: #e9e3f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9e3f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 227, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 227, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9e3f2; background: linear-gradient(135deg, #e9e3f2, #F2E3F1);