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