#e1dfdf
a pale, muted gray · warm · closest name: lavender
RGB
225, 223, 223
HSL
0°, 3%, 88%
CMYK
0, 1, 1, 12
Luminance
0.7411
Every format
| HEX | #e1dfdf |
| RGB | rgb(225, 223, 223) |
| HSL | hsl(0, 3%, 88%) |
| CMYK | cmyk(0%, 1%, 1%, 12%) |
| LAB | lab(89.0 0.7 0.2) |
| LCH | lch(89.0 0.7 19.4) |
| OKLCH | oklch(0.905 0.002 17.2) |
Copy-ready code
/* CSS */
color: #e1dfdf;
background-color: #e1dfdf;
/* Tailwind (arbitrary) */
class="text-[#e1dfdf] bg-[#e1dfdf]"
/* SCSS */
$brand: #e1dfdf;
/* SwiftUI */
Color(red: 0.882, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#e1dfdf")Accessibility — WCAG contrast
Aa
#e1dfdf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1dfdf on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta0.9%
Yellow0.9%
Key (black)11.8%
Color previews
#e1dfdf text on a black background
contrast 15.82:1
Card sample
#e1dfdf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1dfdf;
Background color
Panel with #e1dfdf background
background-color: #e1dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1dfdf; background: linear-gradient(135deg, #e1dfdf, #E1E0DF);