#eee3f2
a pale, soft violet · warm · closest name: lavender
RGB
238, 227, 242
HSL
284°, 37%, 92%
CMYK
2, 6, 0, 5
Luminance
0.7953
Every format
| HEX | #eee3f2 |
| RGB | rgb(238, 227, 242) |
| HSL | hsl(284, 37%, 92%) |
| CMYK | cmyk(2%, 6%, 0%, 5%) |
| LAB | lab(91.5 6.4 -5.9) |
| LCH | lch(91.5 8.7 317.0) |
| OKLCH | oklch(0.929 0.023 317.1) |
Copy-ready code
/* CSS */
color: #eee3f2;
background-color: #eee3f2;
/* Tailwind (arbitrary) */
class="text-[#eee3f2] bg-[#eee3f2]"
/* SCSS */
$brand: #eee3f2;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.949)
/* Android */
Color.parseColor("#eee3f2")Accessibility — WCAG contrast
Aa
#eee3f2 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee3f2 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue94.9%
CMYK percentages
Cyan1.7%
Magenta6.2%
Yellow0.0%
Key (black)5.1%
Color previews
#eee3f2 text on a black background
contrast 16.91:1
Card sample
#eee3f2 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee3f2;
Background color
Panel with #eee3f2 background
background-color: #eee3f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee3f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee3f2; background: linear-gradient(135deg, #eee3f2, #F2E3EC);