#c2c8af
a light, soft green · cool · closest name: silver
RGB
194, 200, 175
HSL
74°, 19%, 74%
CMYK
3, 0, 13, 22
Luminance
0.5587
Every format
| HEX | #c2c8af |
| RGB | rgb(194, 200, 175) |
| HSL | hsl(74, 19%, 74%) |
| CMYK | cmyk(3%, 0%, 13%, 22%) |
| LAB | lab(79.5 -6.5 11.8) |
| LCH | lch(79.5 13.5 118.8) |
| OKLCH | oklch(0.821 0.035 118.1) |
Copy-ready code
/* CSS */
color: #c2c8af;
background-color: #c2c8af;
/* Tailwind (arbitrary) */
class="text-[#c2c8af] bg-[#c2c8af]"
/* SCSS */
$brand: #c2c8af;
/* SwiftUI */
Color(red: 0.761, green: 0.784, blue: 0.686)
/* Android */
Color.parseColor("#c2c8af")Accessibility — WCAG contrast
Aa
#c2c8af on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c8af on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green78.4%
Blue68.6%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow12.5%
Key (black)21.6%
Color previews
#c2c8af text on a black background
contrast 12.17:1
Card sample
#c2c8af text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c8af;
Background color
Panel with #c2c8af background
background-color: #c2c8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 200, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 200, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c8af; background: linear-gradient(135deg, #c2c8af, #B1C8AF);