#eeeaf3
a pale, soft violet · warm · closest name: lavender
RGB
238, 234, 243
HSL
267°, 27%, 94%
CMYK
2, 4, 0, 5
Luminance
0.8349
Every format
| HEX | #eeeaf3 |
| RGB | rgb(238, 234, 243) |
| HSL | hsl(267, 27%, 94%) |
| CMYK | cmyk(2%, 4%, 0%, 5%) |
| LAB | lab(93.2 3.0 -3.9) |
| LCH | lch(93.2 4.9 307.3) |
| OKLCH | oklch(0.943 0.013 306.0) |
Copy-ready code
/* CSS */
color: #eeeaf3;
background-color: #eeeaf3;
/* Tailwind (arbitrary) */
class="text-[#eeeaf3] bg-[#eeeaf3]"
/* SCSS */
$brand: #eeeaf3;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.953)
/* Android */
Color.parseColor("#eeeaf3")Accessibility — WCAG contrast
Aa
#eeeaf3 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeaf3 on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue95.3%
CMYK percentages
Cyan2.1%
Magenta3.7%
Yellow0.0%
Key (black)4.7%
Color previews
#eeeaf3 text on a black background
contrast 17.70:1
Card sample
#eeeaf3 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeaf3;
Background color
Panel with #eeeaf3 background
background-color: #eeeaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeaf3; background: linear-gradient(135deg, #eeeaf3, #F3EAF2);