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