#eee9f4
a pale, soft violet · warm · closest name: lavender
RGB
238, 233, 244
HSL
267°, 33%, 94%
CMYK
3, 5, 0, 4
Luminance
0.8299
Every format
| HEX | #eee9f4 |
| RGB | rgb(238, 233, 244) |
| HSL | hsl(267, 33%, 94%) |
| CMYK | cmyk(3%, 5%, 0%, 4%) |
| LAB | lab(93.0 3.6 -4.7) |
| LCH | lch(93.0 6.0 307.6) |
| OKLCH | oklch(0.941 0.016 306.4) |
Copy-ready code
/* CSS */
color: #eee9f4;
background-color: #eee9f4;
/* Tailwind (arbitrary) */
class="text-[#eee9f4] bg-[#eee9f4]"
/* SCSS */
$brand: #eee9f4;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.957)
/* Android */
Color.parseColor("#eee9f4")Accessibility — WCAG contrast
Aa
#eee9f4 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee9f4 on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue95.7%
CMYK percentages
Cyan2.5%
Magenta4.5%
Yellow0.0%
Key (black)4.3%
Color previews
#eee9f4 text on a black background
contrast 17.60:1
Card sample
#eee9f4 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee9f4;
Background color
Panel with #eee9f4 background
background-color: #eee9f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee9f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee9f4; background: linear-gradient(135deg, #eee9f4, #F4E9F3);