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