#c2f74c
a balanced, electric green · cool · closest name: yellow
RGB
194, 247, 76
HSL
79°, 91%, 63%
CMYK
22, 0, 69, 3
Luminance
0.7851
Every format
| HEX | #c2f74c |
| RGB | rgb(194, 247, 76) |
| HSL | hsl(79, 91%, 63%) |
| CMYK | cmyk(22%, 0%, 69%, 3%) |
| LAB | lab(91.0 -40.1 72.8) |
| LCH | lch(91.0 83.1 118.9) |
| OKLCH | oklch(0.909 0.200 125.3) |
Copy-ready code
/* CSS */
color: #c2f74c;
background-color: #c2f74c;
/* Tailwind (arbitrary) */
class="text-[#c2f74c] bg-[#c2f74c]"
/* SCSS */
$brand: #c2f74c;
/* SwiftUI */
Color(red: 0.761, green: 0.969, blue: 0.298)
/* Android */
Color.parseColor("#c2f74c")Accessibility — WCAG contrast
Aa
#c2f74c on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f74c on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green96.9%
Blue29.8%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow69.2%
Key (black)3.1%
Color previews
#c2f74c text on a black background
contrast 16.70:1
Card sample
#c2f74c text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f74c;
Background color
Panel with #c2f74c background
background-color: #c2f74c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f74c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 247, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 247, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f74c; background: linear-gradient(135deg, #c2f74c, #50F74C);