#c7c8cd
a light, muted gray · warm · closest name: silver
RGB
199, 200, 205
HSL
230°, 6%, 79%
CMYK
3, 2, 0, 20
Luminance
0.5786
Every format
| HEX | #c7c8cd |
| RGB | rgb(199, 200, 205) |
| HSL | hsl(230, 6%, 79%) |
| CMYK | cmyk(3%, 2%, 0%, 20%) |
| LAB | lab(80.7 0.6 -2.6) |
| LCH | lch(80.7 2.7 282.7) |
| OKLCH | oklch(0.834 0.007 277.1) |
Copy-ready code
/* CSS */
color: #c7c8cd;
background-color: #c7c8cd;
/* Tailwind (arbitrary) */
class="text-[#c7c8cd] bg-[#c7c8cd]"
/* SCSS */
$brand: #c7c8cd;
/* SwiftUI */
Color(red: 0.780, green: 0.784, blue: 0.804)
/* Android */
Color.parseColor("#c7c8cd")Accessibility — WCAG contrast
Aa
#c7c8cd on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c8cd on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green78.4%
Blue80.4%
CMYK percentages
Cyan2.9%
Magenta2.4%
Yellow0.0%
Key (black)19.6%
Color previews
#c7c8cd text on a black background
contrast 12.57:1
Card sample
#c7c8cd text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c8cd;
Background color
Panel with #c7c8cd background
background-color: #c7c8cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c8cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 200, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 200, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c8cd; background: linear-gradient(135deg, #c7c8cd, #CAC7CD);