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