#5fcd13
a dark, electric green · cool · closest name: lime
RGB
95, 205, 19
HSL
96°, 83%, 44%
CMYK
54, 0, 91, 20
Luminance
0.4614
Every format
| HEX | #5fcd13 |
| RGB | rgb(95, 205, 19) |
| HSL | hsl(96, 83%, 44%) |
| CMYK | cmyk(54%, 0%, 91%, 20%) |
| LAB | lab(73.6 -59.0 70.4) |
| LCH | lch(73.6 91.9 130.0) |
| OKLCH | oklch(0.753 0.224 137.1) |
Copy-ready code
/* CSS */
color: #5fcd13;
background-color: #5fcd13;
/* Tailwind (arbitrary) */
class="text-[#5fcd13] bg-[#5fcd13]"
/* SCSS */
$brand: #5fcd13;
/* SwiftUI */
Color(red: 0.373, green: 0.804, blue: 0.075)
/* Android */
Color.parseColor("#5fcd13")Accessibility — WCAG contrast
Aa
#5fcd13 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fcd13 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green80.4%
Blue7.5%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow90.7%
Key (black)19.6%
Color previews
#5fcd13 text on a black background
contrast 10.23:1
Card sample
#5fcd13 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fcd13;
Background color
Panel with #5fcd13 background
background-color: #5fcd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fcd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 205, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 205, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fcd13; background: linear-gradient(135deg, #5fcd13, #13CD43);