#c3c2c2
a light, muted gray · warm · “silver”
RGB
195, 194, 194
HSL
0°, 1%, 76%
CMYK
0, 1, 1, 24
Luminance
0.5408
Every format
| HEX | #c3c2c2 |
| RGB | rgb(195, 194, 194) |
| HSL | hsl(0, 1%, 76%) |
| CMYK | cmyk(0%, 1%, 1%, 24%) |
| LAB | lab(78.5 0.3 0.1) |
| LCH | lch(78.5 0.4 18.9) |
| OKLCH | oklch(0.815 0.001 17.2) |
Copy-ready code
/* CSS */
color: #c3c2c2;
background-color: #c3c2c2;
/* Tailwind (arbitrary) */
class="text-[#c3c2c2] bg-[#c3c2c2]"
/* SCSS */
$brand: #c3c2c2;
/* SwiftUI */
Color(red: 0.765, green: 0.761, blue: 0.761)
/* Android */
Color.parseColor("#c3c2c2")Accessibility — WCAG contrast
Aa
#c3c2c2 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c2c2 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green76.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow0.5%
Key (black)23.5%
Color previews
#c3c2c2 text on a black background
contrast 11.82:1
Card sample
#c3c2c2 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c2c2;
Background color
Panel with #c3c2c2 background
background-color: #c3c2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 194, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 194, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c2c2; background: linear-gradient(135deg, #c3c2c2, #C3C3C2);