#eee9f0
a pale, soft violet · warm · closest name: lavender
RGB
238, 233, 240
HSL
283°, 19%, 93%
CMYK
1, 3, 0, 6
Luminance
0.8275
Every format
| HEX | #eee9f0 |
| RGB | rgb(238, 233, 240) |
| HSL | hsl(283, 19%, 93%) |
| CMYK | cmyk(1%, 3%, 0%, 6%) |
| LAB | lab(92.9 2.9 -2.8) |
| LCH | lch(92.9 4.0 316.3) |
| OKLCH | oklch(0.940 0.011 316.5) |
Copy-ready code
/* CSS */
color: #eee9f0;
background-color: #eee9f0;
/* Tailwind (arbitrary) */
class="text-[#eee9f0] bg-[#eee9f0]"
/* SCSS */
$brand: #eee9f0;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.941)
/* Android */
Color.parseColor("#eee9f0")Accessibility — WCAG contrast
Aa
#eee9f0 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee9f0 on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta2.9%
Yellow0.0%
Key (black)5.9%
Color previews
#eee9f0 text on a black background
contrast 17.55:1
Card sample
#eee9f0 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee9f0;
Background color
Panel with #eee9f0 background
background-color: #eee9f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee9f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee9f0; background: linear-gradient(135deg, #eee9f0, #F0E9ED);