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