#c7ec21
a balanced, electric green · cool · closest name: yellow
RGB
199, 236, 33
HSL
71°, 84%, 53%
CMYK
16, 0, 86, 8
Luminance
0.7224
Every format
| HEX | #c7ec21 |
| RGB | rgb(199, 236, 33) |
| HSL | hsl(71, 84%, 53%) |
| CMYK | cmyk(16%, 0%, 86%, 8%) |
| LAB | lab(88.1 -35.0 82.1) |
| LCH | lch(88.1 89.3 113.1) |
| OKLCH | oklch(0.885 0.205 120.7) |
Copy-ready code
/* CSS */
color: #c7ec21;
background-color: #c7ec21;
/* Tailwind (arbitrary) */
class="text-[#c7ec21] bg-[#c7ec21]"
/* SCSS */
$brand: #c7ec21;
/* SwiftUI */
Color(red: 0.780, green: 0.925, blue: 0.129)
/* Android */
Color.parseColor("#c7ec21")Accessibility — WCAG contrast
Aa
#c7ec21 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ec21 on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.5%
Blue12.9%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow86.0%
Key (black)7.5%
Color previews
#c7ec21 text on a black background
contrast 15.45:1
Card sample
#c7ec21 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ec21;
Background color
Panel with #c7ec21 background
background-color: #c7ec21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ec21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 236, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 236, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ec21; background: linear-gradient(135deg, #c7ec21, #40EC21);