#c0c7af
a light, soft green · cool · closest name: silver
RGB
192, 199, 175
HSL
78°, 18%, 73%
CMYK
4, 0, 12, 22
Luminance
0.5515
Every format
| HEX | #c0c7af |
| RGB | rgb(192, 199, 175) |
| HSL | hsl(78, 18%, 73%) |
| CMYK | cmyk(4%, 0%, 12%, 22%) |
| LAB | lab(79.1 -6.7 11.2) |
| LCH | lch(79.1 13.0 120.8) |
| OKLCH | oklch(0.818 0.034 120.4) |
Copy-ready code
/* CSS */
color: #c0c7af;
background-color: #c0c7af;
/* Tailwind (arbitrary) */
class="text-[#c0c7af] bg-[#c0c7af]"
/* SCSS */
$brand: #c0c7af;
/* SwiftUI */
Color(red: 0.753, green: 0.780, blue: 0.686)
/* Android */
Color.parseColor("#c0c7af")Accessibility — WCAG contrast
Aa
#c0c7af on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0c7af on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green78.0%
Blue68.6%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow12.1%
Key (black)22.0%
Color previews
#c0c7af text on a black background
contrast 12.03:1
Card sample
#c0c7af text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0c7af;
Background color
Panel with #c0c7af background
background-color: #c0c7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0c7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 199, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 199, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0c7af; background: linear-gradient(135deg, #c0c7af, #B0C7AF);