#c0cf97
a light, soft green · cool · closest name: tan
RGB
192, 207, 151
HSL
76°, 37%, 70%
CMYK
7, 0, 27, 19
Luminance
0.5807
Every format
| HEX | #c0cf97 |
| RGB | rgb(192, 207, 151) |
| HSL | hsl(76, 37%, 70%) |
| CMYK | cmyk(7%, 0%, 27%, 19%) |
| LAB | lab(80.8 -14.5 26.2) |
| LCH | lch(80.8 29.9 118.9) |
| OKLCH | oklch(0.829 0.076 120.3) |
Copy-ready code
/* CSS */
color: #c0cf97;
background-color: #c0cf97;
/* Tailwind (arbitrary) */
class="text-[#c0cf97] bg-[#c0cf97]"
/* SCSS */
$brand: #c0cf97;
/* SwiftUI */
Color(red: 0.753, green: 0.812, blue: 0.592)
/* Android */
Color.parseColor("#c0cf97")Accessibility — WCAG contrast
Aa
#c0cf97 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cf97 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green81.2%
Blue59.2%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow27.1%
Key (black)18.8%
Color previews
#c0cf97 text on a black background
contrast 12.61:1
Card sample
#c0cf97 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cf97;
Background color
Panel with #c0cf97 background
background-color: #c0cf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 207, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 207, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cf97; background: linear-gradient(135deg, #c0cf97, #9BCF97);