#c2f76c
a light, electric green · cool · closest name: khaki
RGB
194, 247, 108
HSL
83°, 90%, 70%
CMYK
22, 0, 56, 3
Luminance
0.7907
Every format
| HEX | #c2f76c |
| RGB | rgb(194, 247, 108) |
| HSL | hsl(83, 90%, 70%) |
| CMYK | cmyk(22%, 0%, 56%, 3%) |
| LAB | lab(91.3 -37.7 60.3) |
| LCH | lch(91.3 71.1 122.1) |
| OKLCH | oklch(0.912 0.177 127.1) |
Copy-ready code
/* CSS */
color: #c2f76c;
background-color: #c2f76c;
/* Tailwind (arbitrary) */
class="text-[#c2f76c] bg-[#c2f76c]"
/* SCSS */
$brand: #c2f76c;
/* SwiftUI */
Color(red: 0.761, green: 0.969, blue: 0.424)
/* Android */
Color.parseColor("#c2f76c")Accessibility — WCAG contrast
Aa
#c2f76c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f76c on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green96.9%
Blue42.4%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow56.3%
Key (black)3.1%
Color previews
#c2f76c text on a black background
contrast 16.81:1
Card sample
#c2f76c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f76c;
Background color
Panel with #c2f76c background
background-color: #c2f76c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f76c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 247, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 247, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f76c; background: linear-gradient(135deg, #c2f76c, #6CF773);