#c2f613
a balanced, electric green · cool · closest name: yellow
RGB
194, 246, 19
HSL
74°, 93%, 52%
CMYK
21, 0, 92, 4
Luminance
0.7743
Every format
| HEX | #c2f613 |
| RGB | rgb(194, 246, 19) |
| HSL | hsl(74, 93%, 52%) |
| CMYK | cmyk(21%, 0%, 92%, 4%) |
| LAB | lab(90.5 -41.7 86.1) |
| LCH | lch(90.5 95.6 115.8) |
| OKLCH | oklch(0.904 0.221 123.8) |
Copy-ready code
/* CSS */
color: #c2f613;
background-color: #c2f613;
/* Tailwind (arbitrary) */
class="text-[#c2f613] bg-[#c2f613]"
/* SCSS */
$brand: #c2f613;
/* SwiftUI */
Color(red: 0.761, green: 0.965, blue: 0.075)
/* Android */
Color.parseColor("#c2f613")Accessibility — WCAG contrast
Aa
#c2f613 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f613 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green96.5%
Blue7.5%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow92.3%
Key (black)3.5%
Color previews
#c2f613 text on a black background
contrast 16.49:1
Card sample
#c2f613 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f613;
Background color
Panel with #c2f613 background
background-color: #c2f613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 246, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 246, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f613; background: linear-gradient(135deg, #c2f613, #2BF613);