#eae2eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 226, 235
HSL
293°, 18%, 90%
CMYK
0, 4, 0, 8
Luminance
0.7788
Every format
| HEX | #eae2eb |
| RGB | rgb(234, 226, 235) |
| HSL | hsl(293, 18%, 90%) |
| CMYK | cmyk(0%, 4%, 0%, 8%) |
| LAB | lab(90.7 4.3 -3.4) |
| LCH | lch(90.7 5.5 321.6) |
| OKLCH | oklch(0.922 0.015 322.3) |
Copy-ready code
/* CSS */
color: #eae2eb;
background-color: #eae2eb;
/* Tailwind (arbitrary) */
class="text-[#eae2eb] bg-[#eae2eb]"
/* SCSS */
$brand: #eae2eb;
/* SwiftUI */
Color(red: 0.918, green: 0.886, blue: 0.922)
/* Android */
Color.parseColor("#eae2eb")Accessibility — WCAG contrast
Aa
#eae2eb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae2eb on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green88.6%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta3.8%
Yellow0.0%
Key (black)7.8%
Color previews
#eae2eb text on a black background
contrast 16.58:1
Card sample
#eae2eb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae2eb;
Background color
Panel with #eae2eb background
background-color: #eae2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 226, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 226, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae2eb; background: linear-gradient(135deg, #eae2eb, #EBE2E6);