#eae7eb
a pale, muted violet · warm · closest name: lavender
RGB
234, 231, 235
HSL
285°, 9%, 91%
CMYK
0, 2, 0, 8
Luminance
0.8064
Every format
| HEX | #eae7eb |
| RGB | rgb(234, 231, 235) |
| HSL | hsl(285, 9%, 91%) |
| CMYK | cmyk(0%, 2%, 0%, 8%) |
| LAB | lab(92.0 1.7 -1.6) |
| LCH | lch(92.0 2.3 317.4) |
| OKLCH | oklch(0.931 0.006 317.8) |
Copy-ready code
/* CSS */
color: #eae7eb;
background-color: #eae7eb;
/* Tailwind (arbitrary) */
class="text-[#eae7eb] bg-[#eae7eb]"
/* SCSS */
$brand: #eae7eb;
/* SwiftUI */
Color(red: 0.918, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#eae7eb")Accessibility — WCAG contrast
Aa
#eae7eb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae7eb on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green90.6%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#eae7eb text on a black background
contrast 17.13:1
Card sample
#eae7eb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae7eb;
Background color
Panel with #eae7eb background
background-color: #eae7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae7eb; background: linear-gradient(135deg, #eae7eb, #EBE7E9);