#c1c4ba
a light, muted gray · cool · closest name: silver
RGB
193, 196, 186
HSL
78°, 8%, 75%
CMYK
2, 0, 5, 23
Luminance
0.5436
Every format
| HEX | #c1c4ba |
| RGB | rgb(193, 196, 186) |
| HSL | hsl(78, 8%, 75%) |
| CMYK | cmyk(2%, 0%, 5%, 23%) |
| LAB | lab(78.7 -2.9 4.7) |
| LCH | lch(78.7 5.5 121.5) |
| OKLCH | oklch(0.815 0.014 120.3) |
Copy-ready code
/* CSS */
color: #c1c4ba;
background-color: #c1c4ba;
/* Tailwind (arbitrary) */
class="text-[#c1c4ba] bg-[#c1c4ba]"
/* SCSS */
$brand: #c1c4ba;
/* SwiftUI */
Color(red: 0.757, green: 0.769, blue: 0.729)
/* Android */
Color.parseColor("#c1c4ba")Accessibility — WCAG contrast
Aa
#c1c4ba on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1c4ba on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green76.9%
Blue72.9%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow5.1%
Key (black)23.1%
Color previews
#c1c4ba text on a black background
contrast 11.87:1
Card sample
#c1c4ba text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1c4ba;
Background color
Panel with #c1c4ba background
background-color: #c1c4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1c4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 196, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 196, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1c4ba; background: linear-gradient(135deg, #c1c4ba, #BAC4BA);