#70c708
a dark, electric green · cool · closest name: green
RGB
112, 199, 8
HSL
87°, 92%, 41%
CMYK
44, 0, 96, 22
Luminance
0.4431
Every format
| HEX | #70c708 |
| RGB | rgb(112, 199, 8) |
| HSL | hsl(87, 92%, 41%) |
| CMYK | cmyk(44%, 0%, 96%, 22%) |
| LAB | lab(72.4 -51.9 71.0) |
| LCH | lch(72.4 88.0 126.1) |
| OKLCH | oklch(0.745 0.212 133.8) |
Copy-ready code
/* CSS */
color: #70c708;
background-color: #70c708;
/* Tailwind (arbitrary) */
class="text-[#70c708] bg-[#70c708]"
/* SCSS */
$brand: #70c708;
/* SwiftUI */
Color(red: 0.439, green: 0.780, blue: 0.031)
/* Android */
Color.parseColor("#70c708")Accessibility — WCAG contrast
Aa
#70c708 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70c708 on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green78.0%
Blue3.1%
CMYK percentages
Cyan43.7%
Magenta0.0%
Yellow96.0%
Key (black)22.0%
Color previews
#70c708 text on a black background
contrast 9.86:1
Card sample
#70c708 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70c708;
Background color
Panel with #70c708 background
background-color: #70c708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70c708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 199, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 199, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70c708; background: linear-gradient(135deg, #70c708, #08C71F);