#c2f41f
a balanced, electric green · cool · closest name: yellow
RGB
194, 244, 31
HSL
74°, 91%, 54%
CMYK
21, 0, 87, 4
Luminance
0.7627
Every format
| HEX | #c2f41f |
| RGB | rgb(194, 244, 31) |
| HSL | hsl(74, 91%, 54%) |
| CMYK | cmyk(21%, 0%, 87%, 4%) |
| LAB | lab(90.0 -40.6 83.9) |
| LCH | lch(90.0 93.2 115.8) |
| OKLCH | oklch(0.900 0.217 123.6) |
Copy-ready code
/* CSS */
color: #c2f41f;
background-color: #c2f41f;
/* Tailwind (arbitrary) */
class="text-[#c2f41f] bg-[#c2f41f]"
/* SCSS */
$brand: #c2f41f;
/* SwiftUI */
Color(red: 0.761, green: 0.957, blue: 0.122)
/* Android */
Color.parseColor("#c2f41f")Accessibility — WCAG contrast
Aa
#c2f41f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f41f on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green95.7%
Blue12.2%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow87.3%
Key (black)4.3%
Color previews
#c2f41f text on a black background
contrast 16.25:1
Card sample
#c2f41f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f41f;
Background color
Panel with #c2f41f background
background-color: #c2f41f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f41f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 244, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 244, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f41f; background: linear-gradient(135deg, #c2f41f, #34F41F);