#5dbb4f
a balanced, soft green · cool · closest name: forestgreen
RGB
93, 187, 79
HSL
112°, 44%, 52%
CMYK
50, 0, 58, 27
Luminance
0.3843
Every format
| HEX | #5dbb4f |
| RGB | rgb(93, 187, 79) |
| HSL | hsl(112, 44%, 52%) |
| CMYK | cmyk(50%, 0%, 58%, 27%) |
| LAB | lab(68.3 -48.8 45.5) |
| LCH | lch(68.3 66.8 137.0) |
| OKLCH | oklch(0.711 0.171 141.2) |
Copy-ready code
/* CSS */
color: #5dbb4f;
background-color: #5dbb4f;
/* Tailwind (arbitrary) */
class="text-[#5dbb4f] bg-[#5dbb4f]"
/* SCSS */
$brand: #5dbb4f;
/* SwiftUI */
Color(red: 0.365, green: 0.733, blue: 0.310)
/* Android */
Color.parseColor("#5dbb4f")Accessibility — WCAG contrast
Aa
#5dbb4f on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbb4f on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green73.3%
Blue31.0%
CMYK percentages
Cyan50.3%
Magenta0.0%
Yellow57.8%
Key (black)26.7%
Color previews
#5dbb4f text on a black background
contrast 8.69:1
Card sample
#5dbb4f text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbb4f;
Background color
Panel with #5dbb4f background
background-color: #5dbb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 187, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 187, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbb4f; background: linear-gradient(135deg, #5dbb4f, #4FBB89);