#eee3fb
a pale, electric violet · warm · closest name: lavender
RGB
238, 227, 251
HSL
268°, 75%, 94%
CMYK
5, 10, 0, 2
Luminance
0.8008
Every format
| HEX | #eee3fb |
| RGB | rgb(238, 227, 251) |
| HSL | hsl(268, 75%, 94%) |
| CMYK | cmyk(5%, 10%, 0%, 2%) |
| LAB | lab(91.7 8.0 -10.3) |
| LCH | lch(91.7 13.1 308.0) |
| OKLCH | oklch(0.932 0.034 306.3) |
Copy-ready code
/* CSS */
color: #eee3fb;
background-color: #eee3fb;
/* Tailwind (arbitrary) */
class="text-[#eee3fb] bg-[#eee3fb]"
/* SCSS */
$brand: #eee3fb;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.984)
/* Android */
Color.parseColor("#eee3fb")Accessibility — WCAG contrast
Aa
#eee3fb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee3fb on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta9.6%
Yellow0.0%
Key (black)1.6%
Color previews
#eee3fb text on a black background
contrast 17.02:1
Card sample
#eee3fb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee3fb;
Background color
Panel with #eee3fb background
background-color: #eee3fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee3fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee3fb; background: linear-gradient(135deg, #eee3fb, #FBE3F8);