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