#dfcfcf
a light, soft red · warm · closest name: silver
RGB
223, 207, 207
HSL
0°, 20%, 84%
CMYK
0, 7, 7, 13
Luminance
0.6482
Every format
| HEX | #dfcfcf |
| RGB | rgb(223, 207, 207) |
| HSL | hsl(0, 20%, 84%) |
| CMYK | cmyk(0%, 7%, 7%, 13%) |
| LAB | lab(84.4 5.5 2.0) |
| LCH | lch(84.4 5.9 19.9) |
| OKLCH | oklch(0.868 0.018 17.5) |
Copy-ready code
/* CSS */
color: #dfcfcf;
background-color: #dfcfcf;
/* Tailwind (arbitrary) */
class="text-[#dfcfcf] bg-[#dfcfcf]"
/* SCSS */
$brand: #dfcfcf;
/* SwiftUI */
Color(red: 0.875, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#dfcfcf")Accessibility — WCAG contrast
Aa
#dfcfcf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcfcf on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow7.2%
Key (black)12.5%
Color previews
#dfcfcf text on a black background
contrast 13.96:1
Card sample
#dfcfcf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcfcf;
Background color
Panel with #dfcfcf background
background-color: #dfcfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcfcf; background: linear-gradient(135deg, #dfcfcf, #DFDACF);