#c1d976
a light, vivid green · cool · closest name: khaki
RGB
193, 217, 118
HSL
75°, 57%, 66%
CMYK
11, 0, 46, 15
Luminance
0.6227
Every format
| HEX | #c1d976 |
| RGB | rgb(193, 217, 118) |
| HSL | hsl(75, 57%, 66%) |
| CMYK | cmyk(11%, 0%, 46%, 15%) |
| LAB | lab(83.1 -23.1 45.9) |
| LCH | lch(83.1 51.4 116.8) |
| OKLCH | oklch(0.846 0.128 120.4) |
Copy-ready code
/* CSS */
color: #c1d976;
background-color: #c1d976;
/* Tailwind (arbitrary) */
class="text-[#c1d976] bg-[#c1d976]"
/* SCSS */
$brand: #c1d976;
/* SwiftUI */
Color(red: 0.757, green: 0.851, blue: 0.463)
/* Android */
Color.parseColor("#c1d976")Accessibility — WCAG contrast
Aa
#c1d976 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1d976 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green85.1%
Blue46.3%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow45.6%
Key (black)14.9%
Color previews
#c1d976 text on a black background
contrast 13.45:1
Card sample
#c1d976 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1d976;
Background color
Panel with #c1d976 background
background-color: #c1d976;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1d976;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 217, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 217, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1d976; background: linear-gradient(135deg, #c1d976, #7FD976);