#c7c0af
a light, soft yellow · warm · closest name: silver
RGB
199, 192, 175
HSL
43°, 18%, 73%
CMYK
0, 4, 12, 22
Luminance
0.5294
Every format
| HEX | #c7c0af |
| RGB | rgb(199, 192, 175) |
| HSL | hsl(43, 18%, 73%) |
| CMYK | cmyk(0%, 4%, 12%, 22%) |
| LAB | lab(77.8 -0.5 9.4) |
| LCH | lch(77.8 9.4 92.9) |
| OKLCH | oklch(0.809 0.025 88.3) |
Copy-ready code
/* CSS */
color: #c7c0af;
background-color: #c7c0af;
/* Tailwind (arbitrary) */
class="text-[#c7c0af] bg-[#c7c0af]"
/* SCSS */
$brand: #c7c0af;
/* SwiftUI */
Color(red: 0.780, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#c7c0af")Accessibility — WCAG contrast
Aa
#c7c0af on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c0af on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green75.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow12.1%
Key (black)22.0%
Color previews
#c7c0af text on a black background
contrast 11.59:1
Card sample
#c7c0af text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c0af;
Background color
Panel with #c7c0af background
background-color: #c7c0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c0af; background: linear-gradient(135deg, #c7c0af, #BEC7AF);