#71e960
a balanced, electric green · cool · closest name: forestgreen
RGB
113, 233, 96
HSL
113°, 76%, 65%
CMYK
52, 0, 59, 9
Luminance
0.6263
Every format
| HEX | #71e960 |
| RGB | rgb(113, 233, 96) |
| HSL | hsl(113, 76%, 65%) |
| CMYK | cmyk(52%, 0%, 59%, 9%) |
| LAB | lab(83.3 -59.3 55.3) |
| LCH | lch(83.3 81.0 137.0) |
| OKLCH | oklch(0.836 0.207 141.3) |
Copy-ready code
/* CSS */
color: #71e960;
background-color: #71e960;
/* Tailwind (arbitrary) */
class="text-[#71e960] bg-[#71e960]"
/* SCSS */
$brand: #71e960;
/* SwiftUI */
Color(red: 0.443, green: 0.914, blue: 0.376)
/* Android */
Color.parseColor("#71e960")Accessibility — WCAG contrast
Aa
#71e960 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71e960 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green91.4%
Blue37.6%
CMYK percentages
Cyan51.5%
Magenta0.0%
Yellow58.8%
Key (black)8.6%
Color previews
#71e960 text on a black background
contrast 13.53:1
Card sample
#71e960 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71e960;
Background color
Panel with #71e960 background
background-color: #71e960;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71e960;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 233, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 233, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71e960; background: linear-gradient(135deg, #71e960, #60E9AA);