#c2c4b2
a light, muted yellow · cool · closest name: silver
RGB
194, 196, 178
HSL
67°, 13%, 73%
CMYK
1, 0, 9, 23
Luminance
0.5416
Every format
| HEX | #c2c4b2 |
| RGB | rgb(194, 196, 178) |
| HSL | hsl(67, 13%, 73%) |
| CMYK | cmyk(1%, 0%, 9%, 23%) |
| LAB | lab(78.6 -3.9 8.8) |
| LCH | lch(78.6 9.6 113.8) |
| OKLCH | oklch(0.814 0.025 112.1) |
Copy-ready code
/* CSS */
color: #c2c4b2;
background-color: #c2c4b2;
/* Tailwind (arbitrary) */
class="text-[#c2c4b2] bg-[#c2c4b2]"
/* SCSS */
$brand: #c2c4b2;
/* SwiftUI */
Color(red: 0.761, green: 0.769, blue: 0.698)
/* Android */
Color.parseColor("#c2c4b2")Accessibility — WCAG contrast
Aa
#c2c4b2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c4b2 on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green76.9%
Blue69.8%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow9.2%
Key (black)23.1%
Color previews
#c2c4b2 text on a black background
contrast 11.83:1
Card sample
#c2c4b2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c4b2;
Background color
Panel with #c2c4b2 background
background-color: #c2c4b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c4b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 196, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 196, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c4b2; background: linear-gradient(135deg, #c2c4b2, #B6C4B2);