#c8c7cb
a light, muted gray · warm · closest name: silver
RGB
200, 199, 203
HSL
255°, 4%, 79%
CMYK
2, 2, 0, 20
Luminance
0.5744
Every format
| HEX | #c8c7cb |
| RGB | rgb(200, 199, 203) |
| HSL | hsl(255, 4%, 79%) |
| CMYK | cmyk(2%, 2%, 0%, 20%) |
| LAB | lab(80.4 1.1 -1.9) |
| LCH | lch(80.4 2.2 300.0) |
| OKLCH | oklch(0.832 0.006 297.7) |
Copy-ready code
/* CSS */
color: #c8c7cb;
background-color: #c8c7cb;
/* Tailwind (arbitrary) */
class="text-[#c8c7cb] bg-[#c8c7cb]"
/* SCSS */
$brand: #c8c7cb;
/* SwiftUI */
Color(red: 0.784, green: 0.780, blue: 0.796)
/* Android */
Color.parseColor("#c8c7cb")Accessibility — WCAG contrast
Aa
#c8c7cb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8c7cb on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green78.0%
Blue79.6%
CMYK percentages
Cyan1.5%
Magenta2.0%
Yellow0.0%
Key (black)20.4%
Color previews
#c8c7cb text on a black background
contrast 12.49:1
Card sample
#c8c7cb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8c7cb;
Background color
Panel with #c8c7cb background
background-color: #c8c7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8c7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 199, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 199, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8c7cb; background: linear-gradient(135deg, #c8c7cb, #CBC7CB);