#cdcfcf
a light, muted gray · cool · closest name: silver
RGB
205, 207, 207
HSL
180°, 2%, 81%
CMYK
1, 0, 0, 19
Luminance
0.6211
Every format
| HEX | #cdcfcf |
| RGB | rgb(205, 207, 207) |
| HSL | hsl(180, 2%, 81%) |
| CMYK | cmyk(1%, 0%, 0%, 19%) |
| LAB | lab(83.0 -0.7 -0.2) |
| LCH | lch(83.0 0.7 199.4) |
| OKLCH | oklch(0.853 0.002 197.1) |
Copy-ready code
/* CSS */
color: #cdcfcf;
background-color: #cdcfcf;
/* Tailwind (arbitrary) */
class="text-[#cdcfcf] bg-[#cdcfcf]"
/* SCSS */
$brand: #cdcfcf;
/* SwiftUI */
Color(red: 0.804, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#cdcfcf")Accessibility — WCAG contrast
Aa
#cdcfcf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcfcf on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.2%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow0.0%
Key (black)18.8%
Color previews
#cdcfcf text on a black background
contrast 13.42:1
Card sample
#cdcfcf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcfcf;
Background color
Panel with #cdcfcf background
background-color: #cdcfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcfcf; background: linear-gradient(135deg, #cdcfcf, #CDCECF);