#5bf2ab
a light, electric green · cool · closest name: aquamarine
RGB
91, 242, 171
HSL
152°, 85%, 65%
CMYK
62, 0, 29, 5
Luminance
0.6867
Every format
| HEX | #5bf2ab |
| RGB | rgb(91, 242, 171) |
| HSL | hsl(152, 85%, 65%) |
| CMYK | cmyk(62%, 0%, 29%, 5%) |
| LAB | lab(86.3 -56.0 22.7) |
| LCH | lch(86.3 60.5 158.0) |
| OKLCH | oklch(0.863 0.164 159.4) |
Copy-ready code
/* CSS */
color: #5bf2ab;
background-color: #5bf2ab;
/* Tailwind (arbitrary) */
class="text-[#5bf2ab] bg-[#5bf2ab]"
/* SCSS */
$brand: #5bf2ab;
/* SwiftUI */
Color(red: 0.357, green: 0.949, blue: 0.671)
/* Android */
Color.parseColor("#5bf2ab")Accessibility — WCAG contrast
Aa
#5bf2ab on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bf2ab on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green94.9%
Blue67.1%
CMYK percentages
Cyan62.4%
Magenta0.0%
Yellow29.3%
Key (black)5.1%
Color previews
#5bf2ab text on a black background
contrast 14.73:1
Card sample
#5bf2ab text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bf2ab;
Background color
Panel with #5bf2ab background
background-color: #5bf2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bf2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 242, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 242, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bf2ab; background: linear-gradient(135deg, #5bf2ab, #5BD4F2);