#c2f52f
a balanced, electric green · cool · closest name: yellow
RGB
194, 245, 47
HSL
76°, 91%, 57%
CMYK
21, 0, 81, 4
Luminance
0.7698
Every format
| HEX | #c2f52f |
| RGB | rgb(194, 245, 47) |
| HSL | hsl(76, 91%, 57%) |
| CMYK | cmyk(21%, 0%, 81%, 4%) |
| LAB | lab(90.3 -40.5 80.9) |
| LCH | lch(90.3 90.5 116.6) |
| OKLCH | oklch(0.903 0.212 124.0) |
Copy-ready code
/* CSS */
color: #c2f52f;
background-color: #c2f52f;
/* Tailwind (arbitrary) */
class="text-[#c2f52f] bg-[#c2f52f]"
/* SCSS */
$brand: #c2f52f;
/* SwiftUI */
Color(red: 0.761, green: 0.961, blue: 0.184)
/* Android */
Color.parseColor("#c2f52f")Accessibility — WCAG contrast
Aa
#c2f52f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f52f on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green96.1%
Blue18.4%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow80.8%
Key (black)3.9%
Color previews
#c2f52f text on a black background
contrast 16.40:1
Card sample
#c2f52f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f52f;
Background color
Panel with #c2f52f background
background-color: #c2f52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 245, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 245, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f52f; background: linear-gradient(135deg, #c2f52f, #3EF52F);