#5bd708
a dark, electric green · cool · closest name: lime
RGB
91, 215, 8
HSL
96°, 93%, 44%
CMYK
58, 0, 96, 16
Luminance
0.5084
Every format
| HEX | #5bd708 |
| RGB | rgb(91, 215, 8) |
| HSL | hsl(96, 93%, 44%) |
| CMYK | cmyk(58%, 0%, 96%, 16%) |
| LAB | lab(76.6 -63.8 74.0) |
| LCH | lch(76.6 97.7 130.7) |
| OKLCH | oklch(0.777 0.238 138.0) |
Copy-ready code
/* CSS */
color: #5bd708;
background-color: #5bd708;
/* Tailwind (arbitrary) */
class="text-[#5bd708] bg-[#5bd708]"
/* SCSS */
$brand: #5bd708;
/* SwiftUI */
Color(red: 0.357, green: 0.843, blue: 0.031)
/* Android */
Color.parseColor("#5bd708")Accessibility — WCAG contrast
Aa
#5bd708 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bd708 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green84.3%
Blue3.1%
CMYK percentages
Cyan57.7%
Magenta0.0%
Yellow96.3%
Key (black)15.7%
Color previews
#5bd708 text on a black background
contrast 11.17:1
Card sample
#5bd708 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bd708;
Background color
Panel with #5bd708 background
background-color: #5bd708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bd708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 215, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 215, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bd708; background: linear-gradient(135deg, #5bd708, #08D73F);