#5df90d
a balanced, electric green · cool · closest name: lime
RGB
93, 249, 13
HSL
100°, 95%, 51%
CMYK
63, 0, 95, 2
Luminance
0.7011
Every format
| HEX | #5df90d |
| RGB | rgb(93, 249, 13) |
| HSL | hsl(100, 95%, 51%) |
| CMYK | cmyk(63%, 0%, 95%, 2%) |
| LAB | lab(87.0 -74.3 82.1) |
| LCH | lch(87.0 110.8 132.2) |
| OKLCH | oklch(0.864 0.271 139.2) |
Copy-ready code
/* CSS */
color: #5df90d;
background-color: #5df90d;
/* Tailwind (arbitrary) */
class="text-[#5df90d] bg-[#5df90d]"
/* SCSS */
$brand: #5df90d;
/* SwiftUI */
Color(red: 0.365, green: 0.976, blue: 0.051)
/* Android */
Color.parseColor("#5df90d")Accessibility — WCAG contrast
Aa
#5df90d on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df90d on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green97.6%
Blue5.1%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow94.8%
Key (black)2.4%
Color previews
#5df90d text on a black background
contrast 15.02:1
Card sample
#5df90d text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df90d;
Background color
Panel with #5df90d background
background-color: #5df90d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df90d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 249, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 249, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df90d; background: linear-gradient(135deg, #5df90d, #0DF95B);