#c3c6af
a light, soft yellow · cool · closest name: silver
RGB
195, 198, 175
HSL
68°, 17%, 73%
CMYK
2, 0, 12, 22
Luminance
0.5509
Every format
| HEX | #c3c6af |
| RGB | rgb(195, 198, 175) |
| HSL | hsl(68, 17%, 73%) |
| CMYK | cmyk(2%, 0%, 12%, 22%) |
| LAB | lab(79.1 -5.1 11.2) |
| LCH | lch(79.1 12.3 114.4) |
| OKLCH | oklch(0.818 0.032 113.1) |
Copy-ready code
/* CSS */
color: #c3c6af;
background-color: #c3c6af;
/* Tailwind (arbitrary) */
class="text-[#c3c6af] bg-[#c3c6af]"
/* SCSS */
$brand: #c3c6af;
/* SwiftUI */
Color(red: 0.765, green: 0.776, blue: 0.686)
/* Android */
Color.parseColor("#c3c6af")Accessibility — WCAG contrast
Aa
#c3c6af on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c6af on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green77.6%
Blue68.6%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow11.6%
Key (black)22.4%
Color previews
#c3c6af text on a black background
contrast 12.02:1
Card sample
#c3c6af text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c6af;
Background color
Panel with #c3c6af background
background-color: #c3c6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 198, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 198, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c6af; background: linear-gradient(135deg, #c3c6af, #B4C6AF);