#5bbb44
a balanced, vivid green · cool · closest name: forestgreen
RGB
91, 187, 68
HSL
108°, 47%, 50%
CMYK
51, 0, 64, 27
Luminance
0.3818
Every format
| HEX | #5bbb44 |
| RGB | rgb(91, 187, 68) |
| HSL | hsl(108, 47%, 50%) |
| CMYK | cmyk(51%, 0%, 64%, 27%) |
| LAB | lab(68.2 -50.6 50.2) |
| LCH | lch(68.2 71.3 135.2) |
| OKLCH | oklch(0.709 0.181 140.0) |
Copy-ready code
/* CSS */
color: #5bbb44;
background-color: #5bbb44;
/* Tailwind (arbitrary) */
class="text-[#5bbb44] bg-[#5bbb44]"
/* SCSS */
$brand: #5bbb44;
/* SwiftUI */
Color(red: 0.357, green: 0.733, blue: 0.267)
/* Android */
Color.parseColor("#5bbb44")Accessibility — WCAG contrast
Aa
#5bbb44 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bbb44 on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green73.3%
Blue26.7%
CMYK percentages
Cyan51.3%
Magenta0.0%
Yellow63.6%
Key (black)26.7%
Color previews
#5bbb44 text on a black background
contrast 8.64:1
Card sample
#5bbb44 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bbb44;
Background color
Panel with #5bbb44 background
background-color: #5bbb44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bbb44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 187, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 187, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bbb44; background: linear-gradient(135deg, #5bbb44, #44BB7C);