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