#c2ec7c
a light, vivid green · cool · closest name: khaki
RGB
194, 236, 124
HSL
83°, 75%, 71%
CMYK
18, 0, 48, 8
Luminance
0.7292
Every format
| HEX | #c2ec7c |
| RGB | rgb(194, 236, 124) |
| HSL | hsl(83, 75%, 71%) |
| CMYK | cmyk(18%, 0%, 48%, 8%) |
| LAB | lab(88.4 -31.2 49.6) |
| LCH | lch(88.4 58.6 122.1) |
| OKLCH | oklch(0.889 0.147 126.1) |
Copy-ready code
/* CSS */
color: #c2ec7c;
background-color: #c2ec7c;
/* Tailwind (arbitrary) */
class="text-[#c2ec7c] bg-[#c2ec7c]"
/* SCSS */
$brand: #c2ec7c;
/* SwiftUI */
Color(red: 0.761, green: 0.925, blue: 0.486)
/* Android */
Color.parseColor("#c2ec7c")Accessibility — WCAG contrast
Aa
#c2ec7c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ec7c on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.5%
Blue48.6%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow47.5%
Key (black)7.5%
Color previews
#c2ec7c text on a black background
contrast 15.58:1
Card sample
#c2ec7c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ec7c;
Background color
Panel with #c2ec7c background
background-color: #c2ec7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ec7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 236, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 236, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ec7c; background: linear-gradient(135deg, #c2ec7c, #7CEC81);