#c7e921
a balanced, electric green · cool · closest name: yellow
RGB
199, 233, 33
HSL
70°, 82%, 52%
CMYK
15, 0, 86, 9
Luminance
0.7053
Every format
| HEX | #c7e921 |
| RGB | rgb(199, 233, 33) |
| HSL | hsl(70, 82%, 52%) |
| CMYK | cmyk(15%, 0%, 86%, 9%) |
| LAB | lab(87.3 -33.6 81.5) |
| LCH | lch(87.3 88.1 112.4) |
| OKLCH | oklch(0.879 0.202 120.0) |
Copy-ready code
/* CSS */
color: #c7e921;
background-color: #c7e921;
/* Tailwind (arbitrary) */
class="text-[#c7e921] bg-[#c7e921]"
/* SCSS */
$brand: #c7e921;
/* SwiftUI */
Color(red: 0.780, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#c7e921")Accessibility — WCAG contrast
Aa
#c7e921 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7e921 on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green91.4%
Blue12.9%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow85.8%
Key (black)8.6%
Color previews
#c7e921 text on a black background
contrast 15.11:1
Card sample
#c7e921 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7e921;
Background color
Panel with #c7e921 background
background-color: #c7e921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7e921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7e921; background: linear-gradient(135deg, #c7e921, #42E921);