#39c950
a balanced, vivid green · cool · closest name: forestgreen
RGB
57, 201, 80
HSL
130°, 57%, 51%
CMYK
72, 0, 60, 21
Luminance
0.4322
Every format
| HEX | #39c950 |
| RGB | rgb(57, 201, 80) |
| HSL | hsl(130, 57%, 51%) |
| CMYK | cmyk(72%, 0%, 60%, 21%) |
| LAB | lab(71.7 -61.9 48.7) |
| LCH | lch(71.7 78.8 141.8) |
| OKLCH | oklch(0.736 0.203 145.6) |
Copy-ready code
/* CSS */
color: #39c950;
background-color: #39c950;
/* Tailwind (arbitrary) */
class="text-[#39c950] bg-[#39c950]"
/* SCSS */
$brand: #39c950;
/* SwiftUI */
Color(red: 0.224, green: 0.788, blue: 0.314)
/* Android */
Color.parseColor("#39c950")Accessibility — WCAG contrast
Aa
#39c950 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39c950 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green78.8%
Blue31.4%
CMYK percentages
Cyan71.6%
Magenta0.0%
Yellow60.2%
Key (black)21.2%
Color previews
#39c950 text on a black background
contrast 9.64:1
Card sample
#39c950 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39c950;
Background color
Panel with #39c950 background
background-color: #39c950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39c950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 201, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 201, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39c950; background: linear-gradient(135deg, #39c950, #39C9B0);