#c2d950
a balanced, vivid green · cool · closest name: khaki
RGB
194, 217, 80
HSL
70°, 64%, 58%
CMYK
11, 0, 63, 15
Luminance
0.6167
Every format
| HEX | #c2d950 |
| RGB | rgb(194, 217, 80) |
| HSL | hsl(70, 64%, 58%) |
| CMYK | cmyk(11%, 0%, 63%, 15%) |
| LAB | lab(82.7 -26.0 62.7) |
| LCH | lch(82.7 67.9 112.6) |
| OKLCH | oklch(0.842 0.162 118.1) |
Copy-ready code
/* CSS */
color: #c2d950;
background-color: #c2d950;
/* Tailwind (arbitrary) */
class="text-[#c2d950] bg-[#c2d950]"
/* SCSS */
$brand: #c2d950;
/* SwiftUI */
Color(red: 0.761, green: 0.851, blue: 0.314)
/* Android */
Color.parseColor("#c2d950")Accessibility — WCAG contrast
Aa
#c2d950 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d950 on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green85.1%
Blue31.4%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow63.1%
Key (black)14.9%
Color previews
#c2d950 text on a black background
contrast 13.33:1
Card sample
#c2d950 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d950;
Background color
Panel with #c2d950 background
background-color: #c2d950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 217, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 217, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d950; background: linear-gradient(135deg, #c2d950, #66D950);