#c1c2af
a light, muted yellow · cool · closest name: silver
RGB
193, 194, 175
HSL
63°, 14%, 72%
CMYK
1, 0, 10, 24
Luminance
0.5302
Every format
| HEX | #c1c2af |
| RGB | rgb(193, 194, 175) |
| HSL | hsl(63, 14%, 72%) |
| CMYK | cmyk(1%, 0%, 10%, 24%) |
| LAB | lab(77.9 -3.7 9.4) |
| LCH | lch(77.9 10.1 111.4) |
| OKLCH | oklch(0.808 0.026 109.4) |
Copy-ready code
/* CSS */
color: #c1c2af;
background-color: #c1c2af;
/* Tailwind (arbitrary) */
class="text-[#c1c2af] bg-[#c1c2af]"
/* SCSS */
$brand: #c1c2af;
/* SwiftUI */
Color(red: 0.757, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#c1c2af")Accessibility — WCAG contrast
Aa
#c1c2af on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1c2af on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green76.1%
Blue68.6%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#c1c2af text on a black background
contrast 11.60:1
Card sample
#c1c2af text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1c2af;
Background color
Panel with #c1c2af background
background-color: #c1c2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1c2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1c2af; background: linear-gradient(135deg, #c1c2af, #B4C2AF);