#5be873
a balanced, electric green · cool · closest name: forestgreen
RGB
91, 232, 115
HSL
130°, 75%, 63%
CMYK
61, 0, 50, 9
Luminance
0.6118
Every format
| HEX | #5be873 |
| RGB | rgb(91, 232, 115) |
| HSL | hsl(130, 75%, 63%) |
| CMYK | cmyk(61%, 0%, 50%, 9%) |
| LAB | lab(82.5 -61.8 45.5) |
| LCH | lch(82.5 76.8 143.6) |
| OKLCH | oklch(0.828 0.200 146.7) |
Copy-ready code
/* CSS */
color: #5be873;
background-color: #5be873;
/* Tailwind (arbitrary) */
class="text-[#5be873] bg-[#5be873]"
/* SCSS */
$brand: #5be873;
/* SwiftUI */
Color(red: 0.357, green: 0.910, blue: 0.451)
/* Android */
Color.parseColor("#5be873")Accessibility — WCAG contrast
Aa
#5be873 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5be873 on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green91.0%
Blue45.1%
CMYK percentages
Cyan60.8%
Magenta0.0%
Yellow50.4%
Key (black)9.0%
Color previews
#5be873 text on a black background
contrast 13.24:1
Card sample
#5be873 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5be873;
Background color
Panel with #5be873 background
background-color: #5be873;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5be873;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 232, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 232, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5be873; background: linear-gradient(135deg, #5be873, #5BE8D1);