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