#57c32b
a balanced, vivid green · cool · closest name: forestgreen
RGB
87, 195, 43
HSL
103°, 64%, 47%
CMYK
55, 0, 78, 24
Luminance
0.4123
Every format
| HEX | #57c32b |
| RGB | rgb(87, 195, 43) |
| HSL | hsl(103, 64%, 47%) |
| CMYK | cmyk(55%, 0%, 78%, 24%) |
| LAB | lab(70.3 -56.6 61.8) |
| LCH | lch(70.3 83.8 132.5) |
| OKLCH | oklch(0.726 0.208 138.7) |
Copy-ready code
/* CSS */
color: #57c32b;
background-color: #57c32b;
/* Tailwind (arbitrary) */
class="text-[#57c32b] bg-[#57c32b]"
/* SCSS */
$brand: #57c32b;
/* SwiftUI */
Color(red: 0.341, green: 0.765, blue: 0.169)
/* Android */
Color.parseColor("#57c32b")Accessibility — WCAG contrast
Aa
#57c32b on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#57c32b on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green76.5%
Blue16.9%
CMYK percentages
Cyan55.4%
Magenta0.0%
Yellow77.9%
Key (black)23.5%
Color previews
#57c32b text on a black background
contrast 9.25:1
Card sample
#57c32b text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #57c32b;
Background color
Panel with #57c32b background
background-color: #57c32b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #57c32b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 195, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 195, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #57c32b; background: linear-gradient(135deg, #57c32b, #2BC364);