#5dbf4d
a balanced, vivid green · cool · closest name: forestgreen
RGB
93, 191, 77
HSL
112°, 47%, 53%
CMYK
51, 0, 60, 25
Luminance
0.4012
Every format
| HEX | #5dbf4d |
| RGB | rgb(93, 191, 77) |
| HSL | hsl(112, 47%, 53%) |
| CMYK | cmyk(51%, 0%, 60%, 25%) |
| LAB | lab(69.6 -50.6 47.9) |
| LCH | lch(69.6 69.7 136.6) |
| OKLCH | oklch(0.721 0.178 141.0) |
Copy-ready code
/* CSS */
color: #5dbf4d;
background-color: #5dbf4d;
/* Tailwind (arbitrary) */
class="text-[#5dbf4d] bg-[#5dbf4d]"
/* SCSS */
$brand: #5dbf4d;
/* SwiftUI */
Color(red: 0.365, green: 0.749, blue: 0.302)
/* Android */
Color.parseColor("#5dbf4d")Accessibility — WCAG contrast
Aa
#5dbf4d on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbf4d on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green74.9%
Blue30.2%
CMYK percentages
Cyan51.3%
Magenta0.0%
Yellow59.7%
Key (black)25.1%
Color previews
#5dbf4d text on a black background
contrast 9.02:1
Card sample
#5dbf4d text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbf4d;
Background color
Panel with #5dbf4d background
background-color: #5dbf4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbf4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 191, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 191, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbf4d; background: linear-gradient(135deg, #5dbf4d, #4DBF89);