#5dbd2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
93, 189, 47
HSL
101°, 60%, 46%
CMYK
51, 0, 75, 26
Luminance
0.3893
Every format
| HEX | #5dbd2f |
| RGB | rgb(93, 189, 47) |
| HSL | hsl(101, 60%, 46%) |
| CMYK | cmyk(51%, 0%, 75%, 26%) |
| LAB | lab(68.7 -52.5 59.0) |
| LCH | lch(68.7 79.0 131.7) |
| OKLCH | oklch(0.713 0.197 137.7) |
Copy-ready code
/* CSS */
color: #5dbd2f;
background-color: #5dbd2f;
/* Tailwind (arbitrary) */
class="text-[#5dbd2f] bg-[#5dbd2f]"
/* SCSS */
$brand: #5dbd2f;
/* SwiftUI */
Color(red: 0.365, green: 0.741, blue: 0.184)
/* Android */
Color.parseColor("#5dbd2f")Accessibility — WCAG contrast
Aa
#5dbd2f on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbd2f on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green74.1%
Blue18.4%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow75.1%
Key (black)25.9%
Color previews
#5dbd2f text on a black background
contrast 8.79:1
Card sample
#5dbd2f text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbd2f;
Background color
Panel with #5dbd2f background
background-color: #5dbd2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbd2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 189, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 189, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbd2f; background: linear-gradient(135deg, #5dbd2f, #2FBD60);