#eee7ea
a pale, soft magenta / pink · warm · closest name: white
RGB
238, 231, 234
HSL
334°, 17%, 92%
CMYK
0, 3, 2, 7
Luminance
0.8127
Every format
| HEX | #eee7ea |
| RGB | rgb(238, 231, 234) |
| HSL | hsl(334, 17%, 92%) |
| CMYK | cmyk(0%, 3%, 2%, 7%) |
| LAB | lab(92.3 2.9 -0.6) |
| LCH | lch(92.3 3.0 347.9) |
| OKLCH | oklch(0.934 0.009 349.3) |
Copy-ready code
/* CSS */
color: #eee7ea;
background-color: #eee7ea;
/* Tailwind (arbitrary) */
class="text-[#eee7ea] bg-[#eee7ea]"
/* SCSS */
$brand: #eee7ea;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.918)
/* Android */
Color.parseColor("#eee7ea")Accessibility — WCAG contrast
Aa
#eee7ea on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee7ea on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow1.7%
Key (black)6.7%
Color previews
#eee7ea text on a black background
contrast 17.25:1
Card sample
#eee7ea text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee7ea;
Background color
Panel with #eee7ea background
background-color: #eee7ea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee7ea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee7ea; background: linear-gradient(135deg, #eee7ea, #EEE9E7);