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