#eee8fc
a pale, electric violet · warm · “lavender”
RGB
238, 232, 252
HSL
258°, 77%, 95%
CMYK
6, 8, 0, 1
Luminance
0.8292
Every format
| HEX | #eee8fc |
| RGB | rgb(238, 232, 252) |
| HSL | hsl(258, 77%, 95%) |
| CMYK | cmyk(6%, 8%, 0%, 1%) |
| LAB | lab(93.0 5.6 -8.9) |
| LCH | lch(93.0 10.6 302.3) |
| OKLCH | oklch(0.942 0.028 299.5) |
Copy-ready code
/* CSS */
color: #eee8fc;
background-color: #eee8fc;
/* Tailwind (arbitrary) */
class="text-[#eee8fc] bg-[#eee8fc]"
/* SCSS */
$brand: #eee8fc;
/* SwiftUI */
Color(red: 0.933, green: 0.910, blue: 0.988)
/* Android */
Color.parseColor("#eee8fc")Accessibility — WCAG contrast
Aa
#eee8fc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee8fc on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.0%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta7.9%
Yellow0.0%
Key (black)1.2%
Color previews
#eee8fc text on a black background
contrast 17.58:1
Card sample
#eee8fc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee8fc;
Background color
Panel with #eee8fc background
background-color: #eee8fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee8fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 232, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 232, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee8fc; background: linear-gradient(135deg, #eee8fc, #FBE8FC);