#c2f511
a balanced, electric green · cool · closest name: yellow
RGB
194, 245, 17
HSL
73°, 92%, 51%
CMYK
21, 0, 93, 4
Luminance
0.7681
Every format
| HEX | #c2f511 |
| RGB | rgb(194, 245, 17) |
| HSL | hsl(73, 92%, 51%) |
| CMYK | cmyk(21%, 0%, 93%, 4%) |
| LAB | lab(90.2 -41.3 86.1) |
| LCH | lch(90.2 95.4 115.6) |
| OKLCH | oklch(0.902 0.221 123.6) |
Copy-ready code
/* CSS */
color: #c2f511;
background-color: #c2f511;
/* Tailwind (arbitrary) */
class="text-[#c2f511] bg-[#c2f511]"
/* SCSS */
$brand: #c2f511;
/* SwiftUI */
Color(red: 0.761, green: 0.961, blue: 0.067)
/* Android */
Color.parseColor("#c2f511")Accessibility — WCAG contrast
Aa
#c2f511 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f511 on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green96.1%
Blue6.7%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow93.1%
Key (black)3.9%
Color previews
#c2f511 text on a black background
contrast 16.36:1
Card sample
#c2f511 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f511;
Background color
Panel with #c2f511 background
background-color: #c2f511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 245, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 245, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f511; background: linear-gradient(135deg, #c2f511, #2AF511);