#eee2fc
a pale, electric violet · warm · closest name: lavender
RGB
238, 226, 252
HSL
268°, 81%, 94%
CMYK
6, 10, 0, 1
Luminance
0.7960
Every format
| HEX | #eee2fc |
| RGB | rgb(238, 226, 252) |
| HSL | hsl(268, 81%, 94%) |
| CMYK | cmyk(6%, 10%, 0%, 1%) |
| LAB | lab(91.5 8.8 -11.1) |
| LCH | lch(91.5 14.2 308.2) |
| OKLCH | oklch(0.930 0.037 306.4) |
Copy-ready code
/* CSS */
color: #eee2fc;
background-color: #eee2fc;
/* Tailwind (arbitrary) */
class="text-[#eee2fc] bg-[#eee2fc]"
/* SCSS */
$brand: #eee2fc;
/* SwiftUI */
Color(red: 0.933, green: 0.886, blue: 0.988)
/* Android */
Color.parseColor("#eee2fc")Accessibility — WCAG contrast
Aa
#eee2fc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee2fc on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.6%
Blue98.8%
CMYK percentages
Cyan5.6%
Magenta10.3%
Yellow0.0%
Key (black)1.2%
Color previews
#eee2fc text on a black background
contrast 16.92:1
Card sample
#eee2fc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee2fc;
Background color
Panel with #eee2fc background
background-color: #eee2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 226, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 226, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee2fc; background: linear-gradient(135deg, #eee2fc, #FCE2F9);