#0dab41
a dark, electric green · cool · closest name: forestgreen
RGB
13, 171, 65
HSL
140°, 86%, 36%
CMYK
92, 0, 62, 33
Luminance
0.2959
Every format
| HEX | #0dab41 |
| RGB | rgb(13, 171, 65) |
| HSL | hsl(140, 86%, 36%) |
| CMYK | cmyk(92%, 0%, 62%, 33%) |
| LAB | lab(61.3 -59.0 43.4) |
| LCH | lch(61.3 73.2 143.6) |
| OKLCH | oklch(0.647 0.188 147.2) |
Copy-ready code
/* CSS */
color: #0dab41;
background-color: #0dab41;
/* Tailwind (arbitrary) */
class="text-[#0dab41] bg-[#0dab41]"
/* SCSS */
$brand: #0dab41;
/* SwiftUI */
Color(red: 0.051, green: 0.671, blue: 0.255)
/* Android */
Color.parseColor("#0dab41")Accessibility — WCAG contrast
Aa
#0dab41 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0dab41 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green67.1%
Blue25.5%
CMYK percentages
Cyan92.4%
Magenta0.0%
Yellow62.0%
Key (black)32.9%
Color previews
#0dab41 text on a black background
contrast 6.92:1
Card sample
#0dab41 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dab41;
Background color
Panel with #0dab41 background
background-color: #0dab41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dab41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 171, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 171, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dab41; background: linear-gradient(135deg, #0dab41, #0DABAA);