#eee1e7
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 225, 231
HSL
332°, 28%, 91%
CMYK
0, 6, 3, 7
Luminance
0.7780
Every format
| HEX | #eee1e7 |
| RGB | rgb(238, 225, 231) |
| HSL | hsl(332, 28%, 91%) |
| CMYK | cmyk(0%, 6%, 3%, 7%) |
| LAB | lab(90.7 5.5 -1.3) |
| LCH | lch(90.7 5.6 346.2) |
| OKLCH | oklch(0.922 0.016 347.7) |
Copy-ready code
/* CSS */
color: #eee1e7;
background-color: #eee1e7;
/* Tailwind (arbitrary) */
class="text-[#eee1e7] bg-[#eee1e7]"
/* SCSS */
$brand: #eee1e7;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.906)
/* Android */
Color.parseColor("#eee1e7")Accessibility — WCAG contrast
Aa
#eee1e7 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee1e7 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow2.9%
Key (black)6.7%
Color previews
#eee1e7 text on a black background
contrast 16.56:1
Card sample
#eee1e7 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee1e7;
Background color
Panel with #eee1e7 background
background-color: #eee1e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee1e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee1e7; background: linear-gradient(135deg, #eee1e7, #EEE4E1);