#5dbb3e
a balanced, vivid green · cool · closest name: forestgreen
RGB
93, 187, 62
HSL
105°, 50%, 49%
CMYK
50, 0, 67, 27
Luminance
0.3822
Every format
| HEX | #5dbb3e |
| RGB | rgb(93, 187, 62) |
| HSL | hsl(105, 50%, 49%) |
| CMYK | cmyk(50%, 0%, 67%, 27%) |
| LAB | lab(68.2 -50.6 52.8) |
| LCH | lch(68.2 73.1 133.8) |
| OKLCH | oklch(0.709 0.185 138.9) |
Copy-ready code
/* CSS */
color: #5dbb3e;
background-color: #5dbb3e;
/* Tailwind (arbitrary) */
class="text-[#5dbb3e] bg-[#5dbb3e]"
/* SCSS */
$brand: #5dbb3e;
/* SwiftUI */
Color(red: 0.365, green: 0.733, blue: 0.243)
/* Android */
Color.parseColor("#5dbb3e")Accessibility — WCAG contrast
Aa
#5dbb3e on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbb3e on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green73.3%
Blue24.3%
CMYK percentages
Cyan50.3%
Magenta0.0%
Yellow66.8%
Key (black)26.7%
Color previews
#5dbb3e text on a black background
contrast 8.64:1
Card sample
#5dbb3e text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbb3e;
Background color
Panel with #5dbb3e background
background-color: #5dbb3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbb3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 187, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 187, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbb3e; background: linear-gradient(135deg, #5dbb3e, #3EBB72);