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