#70c01a
a dark, electric green · cool · closest name: forestgreen
RGB
112, 192, 26
HSL
89°, 76%, 43%
CMYK
42, 0, 87, 25
Luminance
0.4122
Every format
| HEX | #70c01a |
| RGB | rgb(112, 192, 26) |
| HSL | hsl(89, 76%, 43%) |
| CMYK | cmyk(42%, 0%, 87%, 25%) |
| LAB | lab(70.3 -48.7 66.6) |
| LCH | lch(70.3 82.5 126.2) |
| OKLCH | oklch(0.728 0.200 133.5) |
Copy-ready code
/* CSS */
color: #70c01a;
background-color: #70c01a;
/* Tailwind (arbitrary) */
class="text-[#70c01a] bg-[#70c01a]"
/* SCSS */
$brand: #70c01a;
/* SwiftUI */
Color(red: 0.439, green: 0.753, blue: 0.102)
/* Android */
Color.parseColor("#70c01a")Accessibility — WCAG contrast
Aa
#70c01a on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70c01a on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green75.3%
Blue10.2%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow86.5%
Key (black)24.7%
Color previews
#70c01a text on a black background
contrast 9.24:1
Card sample
#70c01a text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70c01a;
Background color
Panel with #70c01a background
background-color: #70c01a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70c01a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 192, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 192, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70c01a; background: linear-gradient(135deg, #70c01a, #1AC033);