#c2f71c
a balanced, electric green · cool · closest name: yellow
RGB
194, 247, 28
HSL
75°, 93%, 54%
CMYK
22, 0, 89, 3
Luminance
0.7807
Every format
| HEX | #c2f71c |
| RGB | rgb(194, 247, 28) |
| HSL | hsl(75, 93%, 54%) |
| CMYK | cmyk(22%, 0%, 89%, 3%) |
| LAB | lab(90.8 -41.9 85.1) |
| LCH | lch(90.8 94.9 116.2) |
| OKLCH | oklch(0.907 0.221 124.1) |
Copy-ready code
/* CSS */
color: #c2f71c;
background-color: #c2f71c;
/* Tailwind (arbitrary) */
class="text-[#c2f71c] bg-[#c2f71c]"
/* SCSS */
$brand: #c2f71c;
/* SwiftUI */
Color(red: 0.761, green: 0.969, blue: 0.110)
/* Android */
Color.parseColor("#c2f71c")Accessibility — WCAG contrast
Aa
#c2f71c on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f71c on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green96.9%
Blue11.0%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow88.7%
Key (black)3.1%
Color previews
#c2f71c text on a black background
contrast 16.61:1
Card sample
#c2f71c text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f71c;
Background color
Panel with #c2f71c background
background-color: #c2f71c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f71c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 247, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 247, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f71c; background: linear-gradient(135deg, #c2f71c, #30F71C);