#c8c6cd
a light, muted gray · warm · closest name: silver
RGB
200, 198, 205
HSL
257°, 7%, 79%
CMYK
2, 3, 0, 20
Luminance
0.5708
Every format
| HEX | #c8c6cd |
| RGB | rgb(200, 198, 205) |
| HSL | hsl(257, 7%, 79%) |
| CMYK | cmyk(2%, 3%, 0%, 20%) |
| LAB | lab(80.2 2.0 -3.2) |
| LCH | lch(80.2 3.8 301.6) |
| OKLCH | oklch(0.830 0.010 299.2) |
Copy-ready code
/* CSS */
color: #c8c6cd;
background-color: #c8c6cd;
/* Tailwind (arbitrary) */
class="text-[#c8c6cd] bg-[#c8c6cd]"
/* SCSS */
$brand: #c8c6cd;
/* SwiftUI */
Color(red: 0.784, green: 0.776, blue: 0.804)
/* Android */
Color.parseColor("#c8c6cd")Accessibility — WCAG contrast
Aa
#c8c6cd on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c6cd on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green77.6%
Blue80.4%
CMYK percentages
Cyan2.4%
Magenta3.4%
Yellow0.0%
Key (black)19.6%
Color previews
#c8c6cd text on a black background
contrast 12.42:1
Card sample
#c8c6cd text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c6cd;
Background color
Panel with #c8c6cd background
background-color: #c8c6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 198, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 198, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c6cd; background: linear-gradient(135deg, #c8c6cd, #CDC6CD);