#eae3f3
a pale, soft violet · warm · closest name: lavender
RGB
234, 227, 243
HSL
266°, 40%, 92%
CMYK
4, 7, 0, 5
Luminance
0.7890
Every format
| HEX | #eae3f3 |
| RGB | rgb(234, 227, 243) |
| HSL | hsl(266, 40%, 92%) |
| CMYK | cmyk(4%, 7%, 0%, 5%) |
| LAB | lab(91.2 5.2 -6.9) |
| LCH | lch(91.2 8.7 307.2) |
| OKLCH | oklch(0.926 0.023 305.6) |
Copy-ready code
/* CSS */
color: #eae3f3;
background-color: #eae3f3;
/* Tailwind (arbitrary) */
class="text-[#eae3f3] bg-[#eae3f3]"
/* SCSS */
$brand: #eae3f3;
/* SwiftUI */
Color(red: 0.918, green: 0.890, blue: 0.953)
/* Android */
Color.parseColor("#eae3f3")Accessibility — WCAG contrast
Aa
#eae3f3 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae3f3 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green89.0%
Blue95.3%
CMYK percentages
Cyan3.7%
Magenta6.6%
Yellow0.0%
Key (black)4.7%
Color previews
#eae3f3 text on a black background
contrast 16.78:1
Card sample
#eae3f3 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae3f3;
Background color
Panel with #eae3f3 background
background-color: #eae3f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae3f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 227, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 227, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae3f3; background: linear-gradient(135deg, #eae3f3, #F3E3F1);