#5bdf0b
a balanced, electric green · cool · closest name: lime
RGB
91, 223, 11
HSL
97°, 91%, 46%
CMYK
59, 0, 95, 13
Luminance
0.5502
Every format
| HEX | #5bdf0b |
| RGB | rgb(91, 223, 11) |
| HSL | hsl(97, 91%, 46%) |
| CMYK | cmyk(59%, 0%, 95%, 13%) |
| LAB | lab(79.0 -66.4 75.8) |
| LCH | lch(79.0 100.8 131.2) |
| OKLCH | oklch(0.798 0.246 138.4) |
Copy-ready code
/* CSS */
color: #5bdf0b;
background-color: #5bdf0b;
/* Tailwind (arbitrary) */
class="text-[#5bdf0b] bg-[#5bdf0b]"
/* SCSS */
$brand: #5bdf0b;
/* SwiftUI */
Color(red: 0.357, green: 0.875, blue: 0.043)
/* Android */
Color.parseColor("#5bdf0b")Accessibility — WCAG contrast
Aa
#5bdf0b on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bdf0b on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green87.5%
Blue4.3%
CMYK percentages
Cyan59.2%
Magenta0.0%
Yellow95.1%
Key (black)12.5%
Color previews
#5bdf0b text on a black background
contrast 12.00:1
Card sample
#5bdf0b text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bdf0b;
Background color
Panel with #5bdf0b background
background-color: #5bdf0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bdf0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 223, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 223, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bdf0b; background: linear-gradient(135deg, #5bdf0b, #0BDF49);