#e5dfdf
a pale, muted red · warm · closest name: lavender
RGB
229, 223, 223
HSL
0°, 10%, 89%
CMYK
0, 3, 3, 10
Luminance
0.7476
Every format
| HEX | #e5dfdf |
| RGB | rgb(229, 223, 223) |
| HSL | hsl(0, 10%, 89%) |
| CMYK | cmyk(0%, 3%, 3%, 10%) |
| LAB | lab(89.3 2.0 0.7) |
| LCH | lch(89.3 2.1 19.5) |
| OKLCH | oklch(0.908 0.007 17.3) |
Copy-ready code
/* CSS */
color: #e5dfdf;
background-color: #e5dfdf;
/* Tailwind (arbitrary) */
class="text-[#e5dfdf] bg-[#e5dfdf]"
/* SCSS */
$brand: #e5dfdf;
/* SwiftUI */
Color(red: 0.898, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#e5dfdf")Accessibility — WCAG contrast
Aa
#e5dfdf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5dfdf on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow2.6%
Key (black)10.2%
Color previews
#e5dfdf text on a black background
contrast 15.95:1
Card sample
#e5dfdf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5dfdf;
Background color
Panel with #e5dfdf background
background-color: #e5dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5dfdf; background: linear-gradient(135deg, #e5dfdf, #E5E3DF);