#c3cf95
a light, soft green · cool · closest name: tan
RGB
195, 207, 149
HSL
72°, 38%, 70%
CMYK
6, 0, 28, 19
Luminance
0.5840
Every format
| HEX | #c3cf95 |
| RGB | rgb(195, 207, 149) |
| HSL | hsl(72, 38%, 70%) |
| CMYK | cmyk(6%, 0%, 28%, 19%) |
| LAB | lab(81.0 -13.7 27.5) |
| LCH | lch(81.0 30.7 116.4) |
| OKLCH | oklch(0.831 0.078 117.6) |
Copy-ready code
/* CSS */
color: #c3cf95;
background-color: #c3cf95;
/* Tailwind (arbitrary) */
class="text-[#c3cf95] bg-[#c3cf95]"
/* SCSS */
$brand: #c3cf95;
/* SwiftUI */
Color(red: 0.765, green: 0.812, blue: 0.584)
/* Android */
Color.parseColor("#c3cf95")Accessibility — WCAG contrast
Aa
#c3cf95 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cf95 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green81.2%
Blue58.4%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow28.0%
Key (black)18.8%
Color previews
#c3cf95 text on a black background
contrast 12.68:1
Card sample
#c3cf95 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cf95;
Background color
Panel with #c3cf95 background
background-color: #c3cf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 207, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 207, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cf95; background: linear-gradient(135deg, #c3cf95, #9CCF95);