#13a83c
a dark, electric green · cool · closest name: forestgreen
RGB
19, 168, 60
HSL
137°, 80%, 37%
CMYK
89, 0, 64, 34
Luminance
0.2847
Every format
| HEX | #13a83c |
| RGB | rgb(19, 168, 60) |
| HSL | hsl(137, 80%, 37%) |
| CMYK | cmyk(89%, 0%, 64%, 34%) |
| LAB | lab(60.3 -58.2 44.5) |
| LCH | lch(60.3 73.3 142.6) |
| OKLCH | oklch(0.639 0.188 146.4) |
Copy-ready code
/* CSS */
color: #13a83c;
background-color: #13a83c;
/* Tailwind (arbitrary) */
class="text-[#13a83c] bg-[#13a83c]"
/* SCSS */
$brand: #13a83c;
/* SwiftUI */
Color(red: 0.075, green: 0.659, blue: 0.235)
/* Android */
Color.parseColor("#13a83c")Accessibility — WCAG contrast
Aa
#13a83c on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#13a83c on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green65.9%
Blue23.5%
CMYK percentages
Cyan88.7%
Magenta0.0%
Yellow64.3%
Key (black)34.1%
Color previews
#13a83c text on a black background
contrast 6.69:1
Card sample
#13a83c text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13a83c;
Background color
Panel with #13a83c background
background-color: #13a83c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13a83c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 168, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 168, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13a83c; background: linear-gradient(135deg, #13a83c, #13A89F);