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