#71b113
a dark, electric green · cool · closest name: olivedrab
RGB
113, 177, 19
HSL
84°, 81%, 38%
CMYK
36, 0, 89, 31
Luminance
0.3500
Every format
| HEX | #71b113 |
| RGB | rgb(113, 177, 19) |
| HSL | hsl(84, 81%, 38%) |
| CMYK | cmyk(36%, 0%, 89%, 31%) |
| LAB | lab(65.8 -42.4 64.1) |
| LCH | lch(65.8 76.8 123.5) |
| OKLCH | oklch(0.691 0.184 131.1) |
Copy-ready code
/* CSS */
color: #71b113;
background-color: #71b113;
/* Tailwind (arbitrary) */
class="text-[#71b113] bg-[#71b113]"
/* SCSS */
$brand: #71b113;
/* SwiftUI */
Color(red: 0.443, green: 0.694, blue: 0.075)
/* Android */
Color.parseColor("#71b113")Accessibility — WCAG contrast
Aa
#71b113 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71b113 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green69.4%
Blue7.5%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow89.3%
Key (black)30.6%
Color previews
#71b113 text on a black background
contrast 8.00:1
Card sample
#71b113 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71b113;
Background color
Panel with #71b113 background
background-color: #71b113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71b113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 177, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 177, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71b113; background: linear-gradient(135deg, #71b113, #13B11E);