#50a03c
a dark, vivid green · cool · closest name: forestgreen
RGB
80, 160, 60
HSL
108°, 46%, 43%
CMYK
50, 0, 63, 37
Luminance
0.2717
Every format
| HEX | #50a03c |
| RGB | rgb(80, 160, 60) |
| HSL | hsl(108, 46%, 43%) |
| CMYK | cmyk(50%, 0%, 63%, 37%) |
| LAB | lab(59.1 -43.8 43.6) |
| LCH | lch(59.1 61.8 135.2) |
| OKLCH | oklch(0.633 0.158 139.8) |
Copy-ready code
/* CSS */
color: #50a03c;
background-color: #50a03c;
/* Tailwind (arbitrary) */
class="text-[#50a03c] bg-[#50a03c]"
/* SCSS */
$brand: #50a03c;
/* SwiftUI */
Color(red: 0.314, green: 0.627, blue: 0.235)
/* Android */
Color.parseColor("#50a03c")Accessibility — WCAG contrast
Aa
#50a03c on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#50a03c on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green62.7%
Blue23.5%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow62.5%
Key (black)37.3%
Color previews
#50a03c text on a black background
contrast 6.43:1
Card sample
#50a03c text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50a03c;
Background color
Panel with #50a03c background
background-color: #50a03c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50a03c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 160, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 160, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50a03c; background: linear-gradient(135deg, #50a03c, #3CA06B);