#c8f521
a balanced, electric green · cool · closest name: yellow
RGB
200, 245, 33
HSL
73°, 91%, 55%
CMYK
18, 0, 87, 4
Luminance
0.7769
Every format
| HEX | #c8f521 |
| RGB | rgb(200, 245, 33) |
| HSL | hsl(73, 91%, 55%) |
| CMYK | cmyk(18%, 0%, 87%, 4%) |
| LAB | lab(90.6 -38.6 84.3) |
| LCH | lch(90.6 92.7 114.6) |
| OKLCH | oklch(0.906 0.214 122.4) |
Copy-ready code
/* CSS */
color: #c8f521;
background-color: #c8f521;
/* Tailwind (arbitrary) */
class="text-[#c8f521] bg-[#c8f521]"
/* SCSS */
$brand: #c8f521;
/* SwiftUI */
Color(red: 0.784, green: 0.961, blue: 0.129)
/* Android */
Color.parseColor("#c8f521")Accessibility — WCAG contrast
Aa
#c8f521 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f521 on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green96.1%
Blue12.9%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow86.5%
Key (black)3.9%
Color previews
#c8f521 text on a black background
contrast 16.54:1
Card sample
#c8f521 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f521;
Background color
Panel with #c8f521 background
background-color: #c8f521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 245, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 245, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f521; background: linear-gradient(135deg, #c8f521, #3BF521);