#5bba2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
91, 186, 47
HSL
101°, 60%, 46%
CMYK
51, 0, 75, 27
Luminance
0.3755
Every format
| HEX | #5bba2f |
| RGB | rgb(91, 186, 47) |
| HSL | hsl(101, 60%, 46%) |
| CMYK | cmyk(51%, 0%, 75%, 27%) |
| LAB | lab(67.7 -51.9 58.0) |
| LCH | lch(67.7 77.8 131.9) |
| OKLCH | oklch(0.704 0.194 137.8) |
Copy-ready code
/* CSS */
color: #5bba2f;
background-color: #5bba2f;
/* Tailwind (arbitrary) */
class="text-[#5bba2f] bg-[#5bba2f]"
/* SCSS */
$brand: #5bba2f;
/* SwiftUI */
Color(red: 0.357, green: 0.729, blue: 0.184)
/* Android */
Color.parseColor("#5bba2f")Accessibility — WCAG contrast
Aa
#5bba2f on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bba2f on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green72.9%
Blue18.4%
CMYK percentages
Cyan51.1%
Magenta0.0%
Yellow74.7%
Key (black)27.1%
Color previews
#5bba2f text on a black background
contrast 8.51:1
Card sample
#5bba2f text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bba2f;
Background color
Panel with #5bba2f background
background-color: #5bba2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bba2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 186, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 186, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bba2f; background: linear-gradient(135deg, #5bba2f, #2FBA60);