#eee8f9
a pale, vivid violet · warm · closest name: lavender
RGB
238, 232, 249
HSL
261°, 59%, 94%
CMYK
4, 7, 0, 2
Luminance
0.8273
Every format
| HEX | #eee8f9 |
| RGB | rgb(238, 232, 249) |
| HSL | hsl(261, 59%, 94%) |
| CMYK | cmyk(4%, 7%, 0%, 2%) |
| LAB | lab(92.9 5.1 -7.5) |
| LCH | lch(92.9 9.1 304.1) |
| OKLCH | oklch(0.941 0.024 301.9) |
Copy-ready code
/* CSS */
color: #eee8f9;
background-color: #eee8f9;
/* Tailwind (arbitrary) */
class="text-[#eee8f9] bg-[#eee8f9]"
/* SCSS */
$brand: #eee8f9;
/* SwiftUI */
Color(red: 0.933, green: 0.910, blue: 0.976)
/* Android */
Color.parseColor("#eee8f9")Accessibility — WCAG contrast
Aa
#eee8f9 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee8f9 on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.0%
Blue97.6%
CMYK percentages
Cyan4.4%
Magenta6.8%
Yellow0.0%
Key (black)2.4%
Color previews
#eee8f9 text on a black background
contrast 17.55:1
Card sample
#eee8f9 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee8f9;
Background color
Panel with #eee8f9 background
background-color: #eee8f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee8f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 232, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 232, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee8f9; background: linear-gradient(135deg, #eee8f9, #F9E8F9);