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