#c7cfcf
a light, muted gray · cool · closest name: silver
RGB
199, 207, 207
HSL
180°, 8%, 80%
CMYK
4, 0, 0, 19
Luminance
0.6127
Every format
| HEX | #c7cfcf |
| RGB | rgb(199, 207, 207) |
| HSL | hsl(180, 8%, 80%) |
| CMYK | cmyk(4%, 0%, 0%, 19%) |
| LAB | lab(82.5 -2.7 -0.9) |
| LCH | lch(82.5 2.9 199.3) |
| OKLCH | oklch(0.848 0.009 197.0) |
Copy-ready code
/* CSS */
color: #c7cfcf;
background-color: #c7cfcf;
/* Tailwind (arbitrary) */
class="text-[#c7cfcf] bg-[#c7cfcf]"
/* SCSS */
$brand: #c7cfcf;
/* SwiftUI */
Color(red: 0.780, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#c7cfcf")Accessibility — WCAG contrast
Aa
#c7cfcf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cfcf on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.2%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c7cfcf text on a black background
contrast 13.25:1
Card sample
#c7cfcf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cfcf;
Background color
Panel with #c7cfcf background
background-color: #c7cfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cfcf; background: linear-gradient(135deg, #c7cfcf, #C7CACF);