#13cc49
a dark, electric green · cool · closest name: forestgreen
RGB
19, 204, 73
HSL
138°, 83%, 44%
CMYK
91, 0, 64, 20
Luminance
0.4381
Every format
| HEX | #13cc49 |
| RGB | rgb(19, 204, 73) |
| HSL | hsl(138, 83%, 44%) |
| CMYK | cmyk(91%, 0%, 64%, 20%) |
| LAB | lab(72.1 -67.9 52.1) |
| LCH | lch(72.1 85.5 142.5) |
| OKLCH | oklch(0.737 0.219 146.4) |
Copy-ready code
/* CSS */
color: #13cc49;
background-color: #13cc49;
/* Tailwind (arbitrary) */
class="text-[#13cc49] bg-[#13cc49]"
/* SCSS */
$brand: #13cc49;
/* SwiftUI */
Color(red: 0.075, green: 0.800, blue: 0.286)
/* Android */
Color.parseColor("#13cc49")Accessibility — WCAG contrast
Aa
#13cc49 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13cc49 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green80.0%
Blue28.6%
CMYK percentages
Cyan90.7%
Magenta0.0%
Yellow64.2%
Key (black)20.0%
Color previews
#13cc49 text on a black background
contrast 9.76:1
Card sample
#13cc49 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13cc49;
Background color
Panel with #13cc49 background
background-color: #13cc49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13cc49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 204, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 204, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13cc49; background: linear-gradient(135deg, #13cc49, #13CCC4);