#c7cdcd
a light, muted gray · cool · closest name: silver
RGB
199, 205, 205
HSL
180°, 6%, 79%
CMYK
3, 0, 0, 20
Luminance
0.6021
Every format
| HEX | #c7cdcd |
| RGB | rgb(199, 205, 205) |
| HSL | hsl(180, 6%, 79%) |
| CMYK | cmyk(3%, 0%, 0%, 20%) |
| LAB | lab(82.0 -2.0 -0.7) |
| LCH | lch(82.0 2.2 199.1) |
| OKLCH | oklch(0.844 0.007 197.0) |
Copy-ready code
/* CSS */
color: #c7cdcd;
background-color: #c7cdcd;
/* Tailwind (arbitrary) */
class="text-[#c7cdcd] bg-[#c7cdcd]"
/* SCSS */
$brand: #c7cdcd;
/* SwiftUI */
Color(red: 0.780, green: 0.804, blue: 0.804)
/* Android */
Color.parseColor("#c7cdcd")Accessibility — WCAG contrast
Aa
#c7cdcd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cdcd on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green80.4%
Blue80.4%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow0.0%
Key (black)19.6%
Color previews
#c7cdcd text on a black background
contrast 13.04:1
Card sample
#c7cdcd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cdcd;
Background color
Panel with #c7cdcd background
background-color: #c7cdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 205, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 205, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cdcd; background: linear-gradient(135deg, #c7cdcd, #C7C9CD);