#eee4e7
a pale, soft magenta / pink · warm · closest name: white
RGB
238, 228, 231
HSL
342°, 23%, 91%
CMYK
0, 4, 3, 7
Luminance
0.7943
Every format
| HEX | #eee4e7 |
| RGB | rgb(238, 228, 231) |
| HSL | hsl(342, 23%, 91%) |
| CMYK | cmyk(0%, 4%, 3%, 7%) |
| LAB | lab(91.4 3.9 -0.3) |
| LCH | lch(91.4 3.9 356.3) |
| OKLCH | oklch(0.928 0.011 357.0) |
Copy-ready code
/* CSS */
color: #eee4e7;
background-color: #eee4e7;
/* Tailwind (arbitrary) */
class="text-[#eee4e7] bg-[#eee4e7]"
/* SCSS */
$brand: #eee4e7;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.906)
/* Android */
Color.parseColor("#eee4e7")Accessibility — WCAG contrast
Aa
#eee4e7 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee4e7 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow2.9%
Key (black)6.7%
Color previews
#eee4e7 text on a black background
contrast 16.89:1
Card sample
#eee4e7 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee4e7;
Background color
Panel with #eee4e7 background
background-color: #eee4e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee4e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee4e7; background: linear-gradient(135deg, #eee4e7, #EEE8E4);