#c1d960
a balanced, vivid green · cool · closest name: khaki
RGB
193, 217, 96
HSL
72°, 61%, 61%
CMYK
11, 0, 56, 15
Luminance
0.6181
Every format
| HEX | #c1d960 |
| RGB | rgb(193, 217, 96) |
| HSL | hsl(72, 61%, 61%) |
| CMYK | cmyk(11%, 0%, 56%, 15%) |
| LAB | lab(82.8 -25.2 55.9) |
| LCH | lch(82.8 61.3 114.3) |
| OKLCH | oklch(0.843 0.149 119.1) |
Copy-ready code
/* CSS */
color: #c1d960;
background-color: #c1d960;
/* Tailwind (arbitrary) */
class="text-[#c1d960] bg-[#c1d960]"
/* SCSS */
$brand: #c1d960;
/* SwiftUI */
Color(red: 0.757, green: 0.851, blue: 0.376)
/* Android */
Color.parseColor("#c1d960")Accessibility — WCAG contrast
Aa
#c1d960 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1d960 on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green85.1%
Blue37.6%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow55.8%
Key (black)14.9%
Color previews
#c1d960 text on a black background
contrast 13.36:1
Card sample
#c1d960 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1d960;
Background color
Panel with #c1d960 background
background-color: #c1d960;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1d960;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 217, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 217, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1d960; background: linear-gradient(135deg, #c1d960, #70D960);