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