#c3cd97
a light, soft green · cool · closest name: tan
RGB
195, 205, 151
HSL
71°, 35%, 70%
CMYK
5, 0, 26, 20
Luminance
0.5750
Every format
| HEX | #c3cd97 |
| RGB | rgb(195, 205, 151) |
| HSL | hsl(71, 35%, 70%) |
| CMYK | cmyk(5%, 0%, 26%, 20%) |
| LAB | lab(80.5 -12.4 25.8) |
| LCH | lch(80.5 28.6 115.6) |
| OKLCH | oklch(0.827 0.073 116.5) |
Copy-ready code
/* CSS */
color: #c3cd97;
background-color: #c3cd97;
/* Tailwind (arbitrary) */
class="text-[#c3cd97] bg-[#c3cd97]"
/* SCSS */
$brand: #c3cd97;
/* SwiftUI */
Color(red: 0.765, green: 0.804, blue: 0.592)
/* Android */
Color.parseColor("#c3cd97")Accessibility — WCAG contrast
Aa
#c3cd97 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cd97 on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green80.4%
Blue59.2%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow26.3%
Key (black)19.6%
Color previews
#c3cd97 text on a black background
contrast 12.50:1
Card sample
#c3cd97 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cd97;
Background color
Panel with #c3cd97 background
background-color: #c3cd97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cd97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 205, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 205, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cd97; background: linear-gradient(135deg, #c3cd97, #9FCD97);