#c1c3c6
a light, muted gray · cool · “silver”
RGB
193, 195, 198
HSL
216°, 4%, 77%
CMYK
3, 2, 0, 22
Luminance
0.5444
Every format
| HEX | #c1c3c6 |
| RGB | rgb(193, 195, 198) |
| HSL | hsl(216, 4%, 77%) |
| CMYK | cmyk(3%, 2%, 0%, 22%) |
| LAB | lab(78.7 -0.1 -1.7) |
| LCH | lch(78.7 1.7 265.7) |
| OKLCH | oklch(0.817 0.005 258.3) |
Copy-ready code
/* CSS */
color: #c1c3c6;
background-color: #c1c3c6;
/* Tailwind (arbitrary) */
class="text-[#c1c3c6] bg-[#c1c3c6]"
/* SCSS */
$brand: #c1c3c6;
/* SwiftUI */
Color(red: 0.757, green: 0.765, blue: 0.776)
/* Android */
Color.parseColor("#c1c3c6")Accessibility — WCAG contrast
Aa
#c1c3c6 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1c3c6 on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green76.5%
Blue77.6%
CMYK percentages
Cyan2.5%
Magenta1.5%
Yellow0.0%
Key (black)22.4%
Color previews
#c1c3c6 text on a black background
contrast 11.89:1
Card sample
#c1c3c6 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1c3c6;
Background color
Panel with #c1c3c6 background
background-color: #c1c3c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1c3c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 195, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 195, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1c3c6; background: linear-gradient(135deg, #c1c3c6, #C2C1C6);