#c7ec13
a balanced, electric green · cool · closest name: yellow
RGB
199, 236, 19
HSL
70°, 85%, 50%
CMYK
16, 0, 92, 8
Luminance
0.7218
Every format
| HEX | #c7ec13 |
| RGB | rgb(199, 236, 19) |
| HSL | hsl(70, 85%, 50%) |
| CMYK | cmyk(16%, 0%, 92%, 8%) |
| LAB | lab(88.1 -35.3 84.3) |
| LCH | lch(88.1 91.3 112.7) |
| OKLCH | oklch(0.885 0.209 120.6) |
Copy-ready code
/* CSS */
color: #c7ec13;
background-color: #c7ec13;
/* Tailwind (arbitrary) */
class="text-[#c7ec13] bg-[#c7ec13]"
/* SCSS */
$brand: #c7ec13;
/* SwiftUI */
Color(red: 0.780, green: 0.925, blue: 0.075)
/* Android */
Color.parseColor("#c7ec13")Accessibility — WCAG contrast
Aa
#c7ec13 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ec13 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.5%
Blue7.5%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow91.9%
Key (black)7.5%
Color previews
#c7ec13 text on a black background
contrast 15.44:1
Card sample
#c7ec13 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ec13;
Background color
Panel with #c7ec13 background
background-color: #c7ec13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ec13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 236, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 236, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ec13; background: linear-gradient(135deg, #c7ec13, #36EC13);