#5dab0f
a dark, electric green · cool · closest name: green
RGB
93, 171, 15
HSL
90°, 84%, 37%
CMYK
46, 0, 91, 33
Luminance
0.3149
Every format
| HEX | #5dab0f |
| RGB | rgb(93, 171, 15) |
| HSL | hsl(90, 84%, 37%) |
| CMYK | cmyk(46%, 0%, 91%, 33%) |
| LAB | lab(62.9 -47.0 62.0) |
| LCH | lch(62.9 77.8 127.1) |
| OKLCH | oklch(0.665 0.188 134.5) |
Copy-ready code
/* CSS */
color: #5dab0f;
background-color: #5dab0f;
/* Tailwind (arbitrary) */
class="text-[#5dab0f] bg-[#5dab0f]"
/* SCSS */
$brand: #5dab0f;
/* SwiftUI */
Color(red: 0.365, green: 0.671, blue: 0.059)
/* Android */
Color.parseColor("#5dab0f")Accessibility — WCAG contrast
Aa
#5dab0f on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dab0f on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green67.1%
Blue5.9%
CMYK percentages
Cyan45.6%
Magenta0.0%
Yellow91.2%
Key (black)32.9%
Color previews
#5dab0f text on a black background
contrast 7.30:1
Card sample
#5dab0f text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dab0f;
Background color
Panel with #5dab0f background
background-color: #5dab0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dab0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 171, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 171, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dab0f; background: linear-gradient(135deg, #5dab0f, #0FAB29);