#5bfd8f
a light, electric green · cool · closest name: aquamarine
RGB
91, 253, 143
HSL
139°, 98%, 68%
CMYK
64, 0, 44, 1
Luminance
0.7446
Every format
| HEX | #5bfd8f |
| RGB | rgb(91, 253, 143) |
| HSL | hsl(139, 98%, 68%) |
| CMYK | cmyk(64%, 0%, 44%, 1%) |
| LAB | lab(89.1 -65.2 40.4) |
| LCH | lch(89.1 76.8 148.2) |
| OKLCH | oklch(0.884 0.202 150.5) |
Copy-ready code
/* CSS */
color: #5bfd8f;
background-color: #5bfd8f;
/* Tailwind (arbitrary) */
class="text-[#5bfd8f] bg-[#5bfd8f]"
/* SCSS */
$brand: #5bfd8f;
/* SwiftUI */
Color(red: 0.357, green: 0.992, blue: 0.561)
/* Android */
Color.parseColor("#5bfd8f")Accessibility — WCAG contrast
Aa
#5bfd8f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bfd8f on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green99.2%
Blue56.1%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow43.5%
Key (black)0.8%
Color previews
#5bfd8f text on a black background
contrast 15.89:1
Card sample
#5bfd8f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bfd8f;
Background color
Panel with #5bfd8f background
background-color: #5bfd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bfd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 253, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 253, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bfd8f; background: linear-gradient(135deg, #5bfd8f, #5BFDFB);