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