#c3c7af
a light, soft green · cool · closest name: silver
RGB
195, 199, 175
HSL
70°, 18%, 73%
CMYK
2, 0, 12, 22
Luminance
0.5554
Every format
| HEX | #c3c7af |
| RGB | rgb(195, 199, 175) |
| HSL | hsl(70, 18%, 73%) |
| CMYK | cmyk(2%, 0%, 12%, 22%) |
| LAB | lab(79.3 -5.6 11.6) |
| LCH | lch(79.3 12.8 115.8) |
| OKLCH | oklch(0.820 0.033 114.8) |
Copy-ready code
/* CSS */
color: #c3c7af;
background-color: #c3c7af;
/* Tailwind (arbitrary) */
class="text-[#c3c7af] bg-[#c3c7af]"
/* SCSS */
$brand: #c3c7af;
/* SwiftUI */
Color(red: 0.765, green: 0.780, blue: 0.686)
/* Android */
Color.parseColor("#c3c7af")Accessibility — WCAG contrast
Aa
#c3c7af on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c7af on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green78.0%
Blue68.6%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow12.1%
Key (black)22.0%
Color previews
#c3c7af text on a black background
contrast 12.11:1
Card sample
#c3c7af text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c7af;
Background color
Panel with #c3c7af background
background-color: #c3c7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 199, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 199, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c7af; background: linear-gradient(135deg, #c3c7af, #B3C7AF);