#eee1f0
a pale, soft magenta / pink · warm · closest name: lavender
RGB
238, 225, 240
HSL
292°, 33%, 91%
CMYK
1, 6, 0, 6
Luminance
0.7832
Every format
| HEX | #eee1f0 |
| RGB | rgb(238, 225, 240) |
| HSL | hsl(292, 33%, 91%) |
| CMYK | cmyk(1%, 6%, 0%, 6%) |
| LAB | lab(90.9 7.0 -5.7) |
| LCH | lch(90.9 9.1 321.0) |
| OKLCH | oklch(0.924 0.024 321.7) |
Copy-ready code
/* CSS */
color: #eee1f0;
background-color: #eee1f0;
/* Tailwind (arbitrary) */
class="text-[#eee1f0] bg-[#eee1f0]"
/* SCSS */
$brand: #eee1f0;
/* SwiftUI */
Color(red: 0.933, green: 0.882, blue: 0.941)
/* Android */
Color.parseColor("#eee1f0")Accessibility — WCAG contrast
Aa
#eee1f0 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee1f0 on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.2%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta6.3%
Yellow0.0%
Key (black)5.9%
Color previews
#eee1f0 text on a black background
contrast 16.66:1
Card sample
#eee1f0 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee1f0;
Background color
Panel with #eee1f0 background
background-color: #eee1f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee1f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 225, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 225, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee1f0; background: linear-gradient(135deg, #eee1f0, #F0E1E8);