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