#c6c2af
a light, soft yellow · cool · closest name: silver
RGB
198, 194, 175
HSL
50°, 17%, 73%
CMYK
0, 2, 12, 22
Luminance
0.5368
Every format
| HEX | #c6c2af |
| RGB | rgb(198, 194, 175) |
| HSL | hsl(50, 17%, 73%) |
| CMYK | cmyk(0%, 2%, 12%, 22%) |
| LAB | lab(78.3 -1.9 10.1) |
| LCH | lch(78.3 10.2 100.6) |
| OKLCH | oklch(0.812 0.026 97.2) |
Copy-ready code
/* CSS */
color: #c6c2af;
background-color: #c6c2af;
/* Tailwind (arbitrary) */
class="text-[#c6c2af] bg-[#c6c2af]"
/* SCSS */
$brand: #c6c2af;
/* SwiftUI */
Color(red: 0.776, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#c6c2af")Accessibility — WCAG contrast
Aa
#c6c2af on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6c2af on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green76.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow11.6%
Key (black)22.4%
Color previews
#c6c2af text on a black background
contrast 11.74:1
Card sample
#c6c2af text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6c2af;
Background color
Panel with #c6c2af background
background-color: #c6c2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6c2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6c2af; background: linear-gradient(135deg, #c6c2af, #BBC6AF);