#eee2f3
a pale, soft violet · warm · closest name: lavender
RGB
238, 226, 243
HSL
282°, 42%, 92%
CMYK
2, 7, 0, 5
Luminance
0.7904
Every format
| HEX | #eee2f3 |
| RGB | rgb(238, 226, 243) |
| HSL | hsl(282, 42%, 92%) |
| CMYK | cmyk(2%, 7%, 0%, 5%) |
| LAB | lab(91.3 7.1 -6.8) |
| LCH | lch(91.3 9.8 316.2) |
| OKLCH | oklch(0.927 0.026 316.1) |
Copy-ready code
/* CSS */
color: #eee2f3;
background-color: #eee2f3;
/* Tailwind (arbitrary) */
class="text-[#eee2f3] bg-[#eee2f3]"
/* SCSS */
$brand: #eee2f3;
/* SwiftUI */
Color(red: 0.933, green: 0.886, blue: 0.953)
/* Android */
Color.parseColor("#eee2f3")Accessibility — WCAG contrast
Aa
#eee2f3 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee2f3 on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.6%
Blue95.3%
CMYK percentages
Cyan2.1%
Magenta7.0%
Yellow0.0%
Key (black)4.7%
Color previews
#eee2f3 text on a black background
contrast 16.81:1
Card sample
#eee2f3 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee2f3;
Background color
Panel with #eee2f3 background
background-color: #eee2f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee2f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 226, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 226, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee2f3; background: linear-gradient(135deg, #eee2f3, #F3E2ED);