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