#50ae0d
a dark, electric green · cool · closest name: green
RGB
80, 174, 13
HSL
95°, 86%, 37%
CMYK
54, 0, 93, 32
Luminance
0.3201
Every format
| HEX | #50ae0d |
| RGB | rgb(80, 174, 13) |
| HSL | hsl(95, 86%, 37%) |
| CMYK | cmyk(54%, 0%, 93%, 32%) |
| LAB | lab(63.4 -52.2 62.5) |
| LCH | lch(63.4 81.4 129.8) |
| OKLCH | oklch(0.667 0.199 137.0) |
Copy-ready code
/* CSS */
color: #50ae0d;
background-color: #50ae0d;
/* Tailwind (arbitrary) */
class="text-[#50ae0d] bg-[#50ae0d]"
/* SCSS */
$brand: #50ae0d;
/* SwiftUI */
Color(red: 0.314, green: 0.682, blue: 0.051)
/* Android */
Color.parseColor("#50ae0d")Accessibility — WCAG contrast
Aa
#50ae0d on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#50ae0d on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green68.2%
Blue5.1%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow92.5%
Key (black)31.8%
Color previews
#50ae0d text on a black background
contrast 7.40:1
Card sample
#50ae0d text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50ae0d;
Background color
Panel with #50ae0d background
background-color: #50ae0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50ae0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 174, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 174, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50ae0d; background: linear-gradient(135deg, #50ae0d, #0DAE35);