#13c721
a dark, electric green · cool · closest name: lime
RGB
19, 199, 33
HSL
125°, 83%, 43%
CMYK
91, 0, 83, 22
Luminance
0.4110
Every format
| HEX | #13c721 |
| RGB | rgb(19, 199, 33) |
| HSL | hsl(125, 83%, 43%) |
| CMYK | cmyk(91%, 0%, 83%, 22%) |
| LAB | lab(70.2 -69.6 64.0) |
| LCH | lch(70.2 94.6 137.4) |
| OKLCH | oklch(0.721 0.236 143.1) |
Copy-ready code
/* CSS */
color: #13c721;
background-color: #13c721;
/* Tailwind (arbitrary) */
class="text-[#13c721] bg-[#13c721]"
/* SCSS */
$brand: #13c721;
/* SwiftUI */
Color(red: 0.075, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#13c721")Accessibility — WCAG contrast
Aa
#13c721 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13c721 on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green78.0%
Blue12.9%
CMYK percentages
Cyan90.5%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#13c721 text on a black background
contrast 9.22:1
Card sample
#13c721 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13c721;
Background color
Panel with #13c721 background
background-color: #13c721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13c721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13c721; background: linear-gradient(135deg, #13c721, #13C799);