#e7dfdf
a pale, muted red · warm · closest name: lavender
RGB
231, 223, 223
HSL
0°, 14%, 89%
CMYK
0, 4, 4, 9
Luminance
0.7509
Every format
| HEX | #e7dfdf |
| RGB | rgb(231, 223, 223) |
| HSL | hsl(0, 14%, 89%) |
| CMYK | cmyk(0%, 4%, 4%, 9%) |
| LAB | lab(89.4 2.7 1.0) |
| LCH | lch(89.4 2.9 19.6) |
| OKLCH | oklch(0.910 0.009 17.3) |
Copy-ready code
/* CSS */
color: #e7dfdf;
background-color: #e7dfdf;
/* Tailwind (arbitrary) */
class="text-[#e7dfdf] bg-[#e7dfdf]"
/* SCSS */
$brand: #e7dfdf;
/* SwiftUI */
Color(red: 0.906, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#e7dfdf")Accessibility — WCAG contrast
Aa
#e7dfdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7dfdf on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow3.5%
Key (black)9.4%
Color previews
#e7dfdf text on a black background
contrast 16.02:1
Card sample
#e7dfdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7dfdf;
Background color
Panel with #e7dfdf background
background-color: #e7dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7dfdf; background: linear-gradient(135deg, #e7dfdf, #E7E4DF);