#eeeaf0
a pale, soft violet · warm · closest name: lavender
RGB
238, 234, 240
HSL
280°, 17%, 93%
CMYK
1, 3, 0, 6
Luminance
0.8331
Every format
| HEX | #eeeaf0 |
| RGB | rgb(238, 234, 240) |
| HSL | hsl(280, 17%, 93%) |
| CMYK | cmyk(1%, 3%, 0%, 6%) |
| LAB | lab(93.2 2.4 -2.4) |
| LCH | lch(93.2 3.4 314.9) |
| OKLCH | oklch(0.942 0.009 314.8) |
Copy-ready code
/* CSS */
color: #eeeaf0;
background-color: #eeeaf0;
/* Tailwind (arbitrary) */
class="text-[#eeeaf0] bg-[#eeeaf0]"
/* SCSS */
$brand: #eeeaf0;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.941)
/* Android */
Color.parseColor("#eeeaf0")Accessibility — WCAG contrast
Aa
#eeeaf0 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeaf0 on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta2.5%
Yellow0.0%
Key (black)5.9%
Color previews
#eeeaf0 text on a black background
contrast 17.66:1
Card sample
#eeeaf0 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeaf0;
Background color
Panel with #eeeaf0 background
background-color: #eeeaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeaf0; background: linear-gradient(135deg, #eeeaf0, #F0EAEE);