#eee6fa
a pale, vivid violet · warm · closest name: lavender
RGB
238, 230, 250
HSL
264°, 67%, 94%
CMYK
5, 8, 0, 2
Luminance
0.8167
Every format
| HEX | #eee6fa |
| RGB | rgb(238, 230, 250) |
| HSL | hsl(264, 67%, 94%) |
| CMYK | cmyk(5%, 8%, 0%, 2%) |
| LAB | lab(92.4 6.3 -8.7) |
| LCH | lch(92.4 10.7 305.9) |
| OKLCH | oklch(0.937 0.028 303.9) |
Copy-ready code
/* CSS */
color: #eee6fa;
background-color: #eee6fa;
/* Tailwind (arbitrary) */
class="text-[#eee6fa] bg-[#eee6fa]"
/* SCSS */
$brand: #eee6fa;
/* SwiftUI */
Color(red: 0.933, green: 0.902, blue: 0.980)
/* Android */
Color.parseColor("#eee6fa")Accessibility — WCAG contrast
Aa
#eee6fa on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee6fa on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.2%
Blue98.0%
CMYK percentages
Cyan4.8%
Magenta8.0%
Yellow0.0%
Key (black)2.0%
Color previews
#eee6fa text on a black background
contrast 17.33:1
Card sample
#eee6fa text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee6fa;
Background color
Panel with #eee6fa background
background-color: #eee6fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee6fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 230, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 230, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee6fa; background: linear-gradient(135deg, #eee6fa, #FAE6F9);