#71c154
a balanced, vivid green · cool · closest name: forestgreen
RGB
113, 193, 84
HSL
104°, 47%, 54%
CMYK
42, 0, 57, 24
Luminance
0.4229
Every format
| HEX | #71c154 |
| RGB | rgb(113, 193, 84) |
| HSL | hsl(104, 47%, 54%) |
| CMYK | cmyk(42%, 0%, 57%, 24%) |
| LAB | lab(71.1 -44.7 46.6) |
| LCH | lch(71.1 64.6 133.8) |
| OKLCH | oklch(0.735 0.165 138.2) |
Copy-ready code
/* CSS */
color: #71c154;
background-color: #71c154;
/* Tailwind (arbitrary) */
class="text-[#71c154] bg-[#71c154]"
/* SCSS */
$brand: #71c154;
/* SwiftUI */
Color(red: 0.443, green: 0.757, blue: 0.329)
/* Android */
Color.parseColor("#71c154")Accessibility — WCAG contrast
Aa
#71c154 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71c154 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green75.7%
Blue32.9%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow56.5%
Key (black)24.3%
Color previews
#71c154 text on a black background
contrast 9.46:1
Card sample
#71c154 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71c154;
Background color
Panel with #71c154 background
background-color: #71c154;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71c154;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 193, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 193, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71c154; background: linear-gradient(135deg, #71c154, #54C180);