#c2f72c
a balanced, electric green · cool · closest name: yellow
RGB
194, 247, 44
HSL
76°, 93%, 57%
CMYK
22, 0, 82, 3
Luminance
0.7817
Every format
| HEX | #c2f72c |
| RGB | rgb(194, 247, 44) |
| HSL | hsl(76, 93%, 57%) |
| CMYK | cmyk(22%, 0%, 82%, 3%) |
| LAB | lab(90.9 -41.5 82.0) |
| LCH | lch(90.9 92.0 116.8) |
| OKLCH | oklch(0.907 0.216 124.4) |
Copy-ready code
/* CSS */
color: #c2f72c;
background-color: #c2f72c;
/* Tailwind (arbitrary) */
class="text-[#c2f72c] bg-[#c2f72c]"
/* SCSS */
$brand: #c2f72c;
/* SwiftUI */
Color(red: 0.761, green: 0.969, blue: 0.173)
/* Android */
Color.parseColor("#c2f72c")Accessibility — WCAG contrast
Aa
#c2f72c on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f72c on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green96.9%
Blue17.3%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow82.2%
Key (black)3.1%
Color previews
#c2f72c text on a black background
contrast 16.63:1
Card sample
#c2f72c text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f72c;
Background color
Panel with #c2f72c background
background-color: #c2f72c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f72c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 247, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 247, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f72c; background: linear-gradient(135deg, #c2f72c, #3BF72C);