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