#eee5f9
a pale, vivid violet · warm · closest name: lavender
RGB
238, 229, 249
HSL
267°, 63%, 94%
CMYK
4, 8, 0, 2
Luminance
0.8106
Every format
| HEX | #eee5f9 |
| RGB | rgb(238, 229, 249) |
| HSL | hsl(267, 63%, 94%) |
| CMYK | cmyk(4%, 8%, 0%, 2%) |
| LAB | lab(92.2 6.6 -8.6) |
| LCH | lch(92.2 10.8 307.7) |
| OKLCH | oklch(0.935 0.028 306.0) |
Copy-ready code
/* CSS */
color: #eee5f9;
background-color: #eee5f9;
/* Tailwind (arbitrary) */
class="text-[#eee5f9] bg-[#eee5f9]"
/* SCSS */
$brand: #eee5f9;
/* SwiftUI */
Color(red: 0.933, green: 0.898, blue: 0.976)
/* Android */
Color.parseColor("#eee5f9")Accessibility — WCAG contrast
Aa
#eee5f9 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee5f9 on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.8%
Blue97.6%
CMYK percentages
Cyan4.4%
Magenta8.0%
Yellow0.0%
Key (black)2.4%
Color previews
#eee5f9 text on a black background
contrast 17.21:1
Card sample
#eee5f9 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee5f9;
Background color
Panel with #eee5f9 background
background-color: #eee5f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee5f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 229, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 229, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee5f9; background: linear-gradient(135deg, #eee5f9, #F9E5F7);