#5be88a
a balanced, electric green · cool · closest name: aquamarine
RGB
91, 232, 138
HSL
140°, 75%, 63%
CMYK
61, 0, 41, 9
Luminance
0.6177
Every format
| HEX | #5be88a |
| RGB | rgb(91, 232, 138) |
| HSL | hsl(140, 75%, 63%) |
| CMYK | cmyk(61%, 0%, 41%, 9%) |
| LAB | lab(82.8 -58.3 34.7) |
| LCH | lch(82.8 67.8 149.2) |
| OKLCH | oklch(0.832 0.179 151.4) |
Copy-ready code
/* CSS */
color: #5be88a;
background-color: #5be88a;
/* Tailwind (arbitrary) */
class="text-[#5be88a] bg-[#5be88a]"
/* SCSS */
$brand: #5be88a;
/* SwiftUI */
Color(red: 0.357, green: 0.910, blue: 0.541)
/* Android */
Color.parseColor("#5be88a")Accessibility — WCAG contrast
Aa
#5be88a on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5be88a on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green91.0%
Blue54.1%
CMYK percentages
Cyan60.8%
Magenta0.0%
Yellow40.5%
Key (black)9.0%
Color previews
#5be88a text on a black background
contrast 13.35:1
Card sample
#5be88a text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5be88a;
Background color
Panel with #5be88a background
background-color: #5be88a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5be88a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 232, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 232, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5be88a; background: linear-gradient(135deg, #5be88a, #5BE8E8);