#c5cdcd
a light, muted gray · cool · closest name: silver
RGB
197, 205, 205
HSL
180°, 7%, 79%
CMYK
4, 0, 0, 20
Luminance
0.5994
Every format
| HEX | #c5cdcd |
| RGB | rgb(197, 205, 205) |
| HSL | hsl(180, 7%, 79%) |
| CMYK | cmyk(4%, 0%, 0%, 20%) |
| LAB | lab(81.8 -2.7 -0.9) |
| LCH | lch(81.8 2.9 199.3) |
| OKLCH | oklch(0.842 0.009 197.0) |
Copy-ready code
/* CSS */
color: #c5cdcd;
background-color: #c5cdcd;
/* Tailwind (arbitrary) */
class="text-[#c5cdcd] bg-[#c5cdcd]"
/* SCSS */
$brand: #c5cdcd;
/* SwiftUI */
Color(red: 0.773, green: 0.804, blue: 0.804)
/* Android */
Color.parseColor("#c5cdcd")Accessibility — WCAG contrast
Aa
#c5cdcd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cdcd on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green80.4%
Blue80.4%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow0.0%
Key (black)19.6%
Color previews
#c5cdcd text on a black background
contrast 12.99:1
Card sample
#c5cdcd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cdcd;
Background color
Panel with #c5cdcd background
background-color: #c5cdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 205, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 205, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cdcd; background: linear-gradient(135deg, #c5cdcd, #C5C8CD);