#5fba13
a dark, electric green · cool · closest name: green
RGB
95, 186, 19
HSL
93°, 82%, 40%
CMYK
49, 0, 90, 27
Luminance
0.3760
Every format
| HEX | #5fba13 |
| RGB | rgb(95, 186, 19) |
| HSL | hsl(93, 82%, 40%) |
| CMYK | cmyk(49%, 0%, 90%, 27%) |
| LAB | lab(67.7 -52.0 65.4) |
| LCH | lch(67.7 83.6 128.5) |
| OKLCH | oklch(0.705 0.203 135.8) |
Copy-ready code
/* CSS */
color: #5fba13;
background-color: #5fba13;
/* Tailwind (arbitrary) */
class="text-[#5fba13] bg-[#5fba13]"
/* SCSS */
$brand: #5fba13;
/* SwiftUI */
Color(red: 0.373, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#5fba13")Accessibility — WCAG contrast
Aa
#5fba13 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fba13 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green72.9%
Blue7.5%
CMYK percentages
Cyan48.9%
Magenta0.0%
Yellow89.8%
Key (black)27.1%
Color previews
#5fba13 text on a black background
contrast 8.52:1
Card sample
#5fba13 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fba13;
Background color
Panel with #5fba13 background
background-color: #5fba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fba13; background: linear-gradient(135deg, #5fba13, #13BA36);