#13b921
a dark, electric green · cool · closest name: green
RGB
19, 185, 33
HSL
125°, 81%, 40%
CMYK
90, 0, 82, 28
Luminance
0.3495
Every format
| HEX | #13b921 |
| RGB | rgb(19, 185, 33) |
| HSL | hsl(125, 81%, 40%) |
| CMYK | cmyk(90%, 0%, 82%, 28%) |
| LAB | lab(65.7 -65.6 59.8) |
| LCH | lch(65.7 88.8 137.6) |
| OKLCH | oklch(0.683 0.222 143.2) |
Copy-ready code
/* CSS */
color: #13b921;
background-color: #13b921;
/* Tailwind (arbitrary) */
class="text-[#13b921] bg-[#13b921]"
/* SCSS */
$brand: #13b921;
/* SwiftUI */
Color(red: 0.075, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#13b921")Accessibility — WCAG contrast
Aa
#13b921 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13b921 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green72.5%
Blue12.9%
CMYK percentages
Cyan89.7%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#13b921 text on a black background
contrast 7.99:1
Card sample
#13b921 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13b921;
Background color
Panel with #13b921 background
background-color: #13b921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13b921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13b921; background: linear-gradient(135deg, #13b921, #13B990);