#c7f921
a balanced, electric green · cool · closest name: yellow
RGB
199, 249, 33
HSL
74°, 95%, 55%
CMYK
20, 0, 87, 2
Luminance
0.8000
Every format
| HEX | #c7f921 |
| RGB | rgb(199, 249, 33) |
| HSL | hsl(74, 95%, 55%) |
| CMYK | cmyk(20%, 0%, 87%, 2%) |
| LAB | lab(91.7 -40.8 85.1) |
| LCH | lch(91.7 94.4 115.6) |
| OKLCH | oklch(0.914 0.219 123.4) |
Copy-ready code
/* CSS */
color: #c7f921;
background-color: #c7f921;
/* Tailwind (arbitrary) */
class="text-[#c7f921] bg-[#c7f921]"
/* SCSS */
$brand: #c7f921;
/* SwiftUI */
Color(red: 0.780, green: 0.976, blue: 0.129)
/* Android */
Color.parseColor("#c7f921")Accessibility — WCAG contrast
Aa
#c7f921 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f921 on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green97.6%
Blue12.9%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow86.7%
Key (black)2.4%
Color previews
#c7f921 text on a black background
contrast 17.00:1
Card sample
#c7f921 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f921;
Background color
Panel with #c7f921 background
background-color: #c7f921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 249, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 249, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f921; background: linear-gradient(135deg, #c7f921, #37F921);