#c8c7cf
a light, muted gray · warm · closest name: silver
RGB
200, 199, 207
HSL
248°, 8%, 80%
CMYK
3, 4, 0, 19
Luminance
0.5763
Every format
| HEX | #c8c7cf |
| RGB | rgb(200, 199, 207) |
| HSL | hsl(248, 8%, 80%) |
| CMYK | cmyk(3%, 4%, 0%, 19%) |
| LAB | lab(80.5 1.8 -3.9) |
| LCH | lch(80.5 4.3 295.4) |
| OKLCH | oklch(0.833 0.011 291.9) |
Copy-ready code
/* CSS */
color: #c8c7cf;
background-color: #c8c7cf;
/* Tailwind (arbitrary) */
class="text-[#c8c7cf] bg-[#c8c7cf]"
/* SCSS */
$brand: #c8c7cf;
/* SwiftUI */
Color(red: 0.784, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#c8c7cf")Accessibility — WCAG contrast
Aa
#c8c7cf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c7cf on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green78.0%
Blue81.2%
CMYK percentages
Cyan3.4%
Magenta3.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c8c7cf text on a black background
contrast 12.53:1
Card sample
#c8c7cf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c7cf;
Background color
Panel with #c8c7cf background
background-color: #c8c7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c7cf; background: linear-gradient(135deg, #c8c7cf, #CDC7CF);