#dfdbdf
a pale, muted gray · warm · closest name: lavender
RGB
223, 219, 223
HSL
300°, 6%, 87%
CMYK
0, 2, 0, 13
Luminance
0.7168
Every format
| HEX | #dfdbdf |
| RGB | rgb(223, 219, 223) |
| HSL | hsl(300, 6%, 87%) |
| CMYK | cmyk(0%, 2%, 0%, 13%) |
| LAB | lab(87.8 2.1 -1.5) |
| LCH | lch(87.8 2.5 324.4) |
| OKLCH | oklch(0.896 0.007 325.6) |
Copy-ready code
/* CSS */
color: #dfdbdf;
background-color: #dfdbdf;
/* Tailwind (arbitrary) */
class="text-[#dfdbdf] bg-[#dfdbdf]"
/* SCSS */
$brand: #dfdbdf;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#dfdbdf")Accessibility — WCAG contrast
Aa
#dfdbdf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdbdf on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow0.0%
Key (black)12.5%
Color previews
#dfdbdf text on a black background
contrast 15.34:1
Card sample
#dfdbdf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdbdf;
Background color
Panel with #dfdbdf background
background-color: #dfdbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdbdf; background: linear-gradient(135deg, #dfdbdf, #DFDBDC);