#c2c0af
a light, muted yellow · cool · closest name: silver
RGB
194, 192, 175
HSL
54°, 14%, 72%
CMYK
0, 1, 10, 24
Luminance
0.5226
Every format
| HEX | #c2c0af |
| RGB | rgb(194, 192, 175) |
| HSL | hsl(54, 14%, 72%) |
| CMYK | cmyk(0%, 1%, 10%, 24%) |
| LAB | lab(77.4 -2.3 8.8) |
| LCH | lch(77.4 9.1 104.6) |
| OKLCH | oklch(0.805 0.024 101.4) |
Copy-ready code
/* CSS */
color: #c2c0af;
background-color: #c2c0af;
/* Tailwind (arbitrary) */
class="text-[#c2c0af] bg-[#c2c0af]"
/* SCSS */
$brand: #c2c0af;
/* SwiftUI */
Color(red: 0.761, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#c2c0af")Accessibility — WCAG contrast
Aa
#c2c0af on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c0af on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green75.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow9.8%
Key (black)23.9%
Color previews
#c2c0af text on a black background
contrast 11.45:1
Card sample
#c2c0af text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c0af;
Background color
Panel with #c2c0af background
background-color: #c2c0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c0af; background: linear-gradient(135deg, #c2c0af, #B7C2AF);