#5bd607
a dark, electric green · cool · closest name: lime
RGB
91, 214, 7
HSL
96°, 94%, 43%
CMYK
58, 0, 97, 16
Luminance
0.5033
Every format
| HEX | #5bd607 |
| RGB | rgb(91, 214, 7) |
| HSL | hsl(96, 94%, 43%) |
| CMYK | cmyk(58%, 0%, 97%, 16%) |
| LAB | lab(76.3 -63.5 73.9) |
| LCH | lch(76.3 97.4 130.7) |
| OKLCH | oklch(0.775 0.237 137.9) |
Copy-ready code
/* CSS */
color: #5bd607;
background-color: #5bd607;
/* Tailwind (arbitrary) */
class="text-[#5bd607] bg-[#5bd607]"
/* SCSS */
$brand: #5bd607;
/* SwiftUI */
Color(red: 0.357, green: 0.839, blue: 0.027)
/* Android */
Color.parseColor("#5bd607")Accessibility — WCAG contrast
Aa
#5bd607 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bd607 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green83.9%
Blue2.7%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow96.7%
Key (black)16.1%
Color previews
#5bd607 text on a black background
contrast 11.07:1
Card sample
#5bd607 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bd607;
Background color
Panel with #5bd607 background
background-color: #5bd607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bd607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 214, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 214, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bd607; background: linear-gradient(135deg, #5bd607, #07D63D);