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