#57ad41
a balanced, vivid green · cool · closest name: forestgreen
RGB
87, 173, 65
HSL
108°, 45%, 47%
CMYK
50, 0, 62, 32
Luminance
0.3230
Every format
| HEX | #57ad41 |
| RGB | rgb(87, 173, 65) |
| HSL | hsl(108, 45%, 47%) |
| CMYK | cmyk(50%, 0%, 62%, 32%) |
| LAB | lab(63.6 -46.5 46.4) |
| LCH | lch(63.6 65.7 135.0) |
| OKLCH | oklch(0.670 0.167 139.7) |
Copy-ready code
/* CSS */
color: #57ad41;
background-color: #57ad41;
/* Tailwind (arbitrary) */
class="text-[#57ad41] bg-[#57ad41]"
/* SCSS */
$brand: #57ad41;
/* SwiftUI */
Color(red: 0.341, green: 0.678, blue: 0.255)
/* Android */
Color.parseColor("#57ad41")Accessibility — WCAG contrast
Aa
#57ad41 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57ad41 on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green67.8%
Blue25.5%
CMYK percentages
Cyan49.7%
Magenta0.0%
Yellow62.4%
Key (black)32.2%
Color previews
#57ad41 text on a black background
contrast 7.46:1
Card sample
#57ad41 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57ad41;
Background color
Panel with #57ad41 background
background-color: #57ad41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57ad41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 173, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 173, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57ad41; background: linear-gradient(135deg, #57ad41, #41AD73);