#c7ff3a
a balanced, electric green · cool · closest name: yellow
RGB
199, 255, 58
HSL
77°, 100%, 61%
CMYK
22, 0, 77, 0
Luminance
0.8397
Every format
| HEX | #c7ff3a |
| RGB | rgb(199, 255, 58) |
| HSL | hsl(77, 100%, 61%) |
| CMYK | cmyk(22%, 0%, 77%, 0%) |
| LAB | lab(93.4 -42.6 80.9) |
| LCH | lch(93.4 91.4 117.8) |
| OKLCH | oklch(0.929 0.217 124.9) |
Copy-ready code
/* CSS */
color: #c7ff3a;
background-color: #c7ff3a;
/* Tailwind (arbitrary) */
class="text-[#c7ff3a] bg-[#c7ff3a]"
/* SCSS */
$brand: #c7ff3a;
/* SwiftUI */
Color(red: 0.780, green: 1.000, blue: 0.227)
/* Android */
Color.parseColor("#c7ff3a")Accessibility — WCAG contrast
Aa
#c7ff3a on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ff3a on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green100.0%
Blue22.7%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow77.3%
Key (black)0.0%
Color previews
#c7ff3a text on a black background
contrast 17.79:1
Card sample
#c7ff3a text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ff3a;
Background color
Panel with #c7ff3a background
background-color: #c7ff3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ff3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 255, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 255, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ff3a; background: linear-gradient(135deg, #c7ff3a, #44FF3A);