#c5c2c2
a light, muted gray · warm · “silver”
RGB
197, 194, 194
HSL
0°, 3%, 77%
CMYK
0, 2, 2, 23
Luminance
0.5435
Every format
| HEX | #c5c2c2 |
| RGB | rgb(197, 194, 194) |
| HSL | hsl(0, 3%, 77%) |
| CMYK | cmyk(0%, 2%, 2%, 23%) |
| LAB | lab(78.7 1.0 0.4) |
| LCH | lch(78.7 1.1 19.6) |
| OKLCH | oklch(0.817 0.003 17.2) |
Copy-ready code
/* CSS */
color: #c5c2c2;
background-color: #c5c2c2;
/* Tailwind (arbitrary) */
class="text-[#c5c2c2] bg-[#c5c2c2]"
/* SCSS */
$brand: #c5c2c2;
/* SwiftUI */
Color(red: 0.773, green: 0.761, blue: 0.761)
/* Android */
Color.parseColor("#c5c2c2")Accessibility — WCAG contrast
Aa
#c5c2c2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5c2c2 on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green76.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow1.5%
Key (black)22.7%
Color previews
#c5c2c2 text on a black background
contrast 11.87:1
Card sample
#c5c2c2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5c2c2;
Background color
Panel with #c5c2c2 background
background-color: #c5c2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5c2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 194, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 194, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5c2c2; background: linear-gradient(135deg, #c5c2c2, #C5C4C2);