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