#71bc13
a dark, electric green · cool · closest name: forestgreen
RGB
113, 188, 19
HSL
87°, 82%, 41%
CMYK
40, 0, 90, 26
Luminance
0.3952
Every format
| HEX | #71bc13 |
| RGB | rgb(113, 188, 19) |
| HSL | hsl(87, 82%, 41%) |
| CMYK | cmyk(40%, 0%, 90%, 26%) |
| LAB | lab(69.1 -47.0 66.9) |
| LCH | lch(69.1 81.7 125.1) |
| OKLCH | oklch(0.718 0.197 132.6) |
Copy-ready code
/* CSS */
color: #71bc13;
background-color: #71bc13;
/* Tailwind (arbitrary) */
class="text-[#71bc13] bg-[#71bc13]"
/* SCSS */
$brand: #71bc13;
/* SwiftUI */
Color(red: 0.443, green: 0.737, blue: 0.075)
/* Android */
Color.parseColor("#71bc13")Accessibility — WCAG contrast
Aa
#71bc13 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71bc13 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green73.7%
Blue7.5%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow89.9%
Key (black)26.3%
Color previews
#71bc13 text on a black background
contrast 8.90:1
Card sample
#71bc13 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71bc13;
Background color
Panel with #71bc13 background
background-color: #71bc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71bc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 188, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 188, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71bc13; background: linear-gradient(135deg, #71bc13, #13BC26);