#eeeaea
a pale, muted red · warm · closest name: white
RGB
238, 234, 234
HSL
0°, 11%, 93%
CMYK
0, 2, 2, 7
Luminance
0.8296
Every format
| HEX | #eeeaea |
| RGB | rgb(238, 234, 234) |
| HSL | hsl(0, 11%, 93%) |
| CMYK | cmyk(0%, 2%, 2%, 7%) |
| LAB | lab(93.0 1.3 0.5) |
| LCH | lch(93.0 1.4 19.7) |
| OKLCH | oklch(0.940 0.004 17.2) |
Copy-ready code
/* CSS */
color: #eeeaea;
background-color: #eeeaea;
/* Tailwind (arbitrary) */
class="text-[#eeeaea] bg-[#eeeaea]"
/* SCSS */
$brand: #eeeaea;
/* SwiftUI */
Color(red: 0.933, green: 0.918, blue: 0.918)
/* Android */
Color.parseColor("#eeeaea")Accessibility — WCAG contrast
Aa
#eeeaea on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeaea on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.8%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow1.7%
Key (black)6.7%
Color previews
#eeeaea text on a black background
contrast 17.59:1
Card sample
#eeeaea text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeaea;
Background color
Panel with #eeeaea background
background-color: #eeeaea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeaea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 234, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 234, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeaea; background: linear-gradient(135deg, #eeeaea, #EEEDEA);