#71cd46
a balanced, vivid green · cool · closest name: forestgreen
RGB
113, 205, 70
HSL
101°, 57%, 54%
CMYK
45, 0, 66, 20
Luminance
0.4762
Every format
| HEX | #71cd46 |
| RGB | rgb(113, 205, 70) |
| HSL | hsl(101, 57%, 54%) |
| CMYK | cmyk(45%, 0%, 66%, 20%) |
| LAB | lab(74.6 -51.0 56.6) |
| LCH | lch(74.6 76.2 132.0) |
| OKLCH | oklch(0.764 0.192 137.3) |
Copy-ready code
/* CSS */
color: #71cd46;
background-color: #71cd46;
/* Tailwind (arbitrary) */
class="text-[#71cd46] bg-[#71cd46]"
/* SCSS */
$brand: #71cd46;
/* SwiftUI */
Color(red: 0.443, green: 0.804, blue: 0.275)
/* Android */
Color.parseColor("#71cd46")Accessibility — WCAG contrast
Aa
#71cd46 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cd46 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green80.4%
Blue27.5%
CMYK percentages
Cyan44.9%
Magenta0.0%
Yellow65.9%
Key (black)19.6%
Color previews
#71cd46 text on a black background
contrast 10.52:1
Card sample
#71cd46 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cd46;
Background color
Panel with #71cd46 background
background-color: #71cd46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cd46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 205, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 205, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cd46; background: linear-gradient(135deg, #71cd46, #46CD75);