#eee5fc
a pale, electric violet · warm · closest name: lavender
RGB
238, 229, 252
HSL
264°, 79%, 94%
CMYK
6, 9, 0, 1
Luminance
0.8124
Every format
| HEX | #eee5fc |
| RGB | rgb(238, 229, 252) |
| HSL | hsl(264, 79%, 94%) |
| CMYK | cmyk(6%, 9%, 0%, 1%) |
| LAB | lab(92.2 7.2 -10.0) |
| LCH | lch(92.2 12.3 305.6) |
| OKLCH | oklch(0.936 0.032 303.5) |
Copy-ready code
/* CSS */
color: #eee5fc;
background-color: #eee5fc;
/* Tailwind (arbitrary) */
class="text-[#eee5fc] bg-[#eee5fc]"
/* SCSS */
$brand: #eee5fc;
/* SwiftUI */
Color(red: 0.933, green: 0.898, blue: 0.988)
/* Android */
Color.parseColor("#eee5fc")Accessibility — WCAG contrast
Aa
#eee5fc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee5fc on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.8%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta9.1%
Yellow0.0%
Key (black)1.2%
Color previews
#eee5fc text on a black background
contrast 17.25:1
Card sample
#eee5fc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee5fc;
Background color
Panel with #eee5fc background
background-color: #eee5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 229, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 229, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee5fc; background: linear-gradient(135deg, #eee5fc, #FCE5FB);