#c7fe2c
a balanced, electric green · cool · closest name: yellow
RGB
199, 254, 44
HSL
76°, 99%, 58%
CMYK
22, 0, 83, 0
Luminance
0.8321
Every format
| HEX | #c7fe2c |
| RGB | rgb(199, 254, 44) |
| HSL | hsl(76, 99%, 58%) |
| CMYK | cmyk(22%, 0%, 83%, 0%) |
| LAB | lab(93.1 -42.7 84.1) |
| LCH | lch(93.1 94.3 116.9) |
| OKLCH | oklch(0.926 0.221 124.5) |
Copy-ready code
/* CSS */
color: #c7fe2c;
background-color: #c7fe2c;
/* Tailwind (arbitrary) */
class="text-[#c7fe2c] bg-[#c7fe2c]"
/* SCSS */
$brand: #c7fe2c;
/* SwiftUI */
Color(red: 0.780, green: 0.996, blue: 0.173)
/* Android */
Color.parseColor("#c7fe2c")Accessibility — WCAG contrast
Aa
#c7fe2c on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fe2c on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green99.6%
Blue17.3%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow82.7%
Key (black)0.4%
Color previews
#c7fe2c text on a black background
contrast 17.64:1
Card sample
#c7fe2c text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fe2c;
Background color
Panel with #c7fe2c background
background-color: #c7fe2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fe2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 254, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 254, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fe2c; background: linear-gradient(135deg, #c7fe2c, #3BFE2C);