#70a708
a dark, electric green · cool · closest name: olivedrab
RGB
112, 167, 8
HSL
81°, 91%, 34%
CMYK
33, 0, 95, 35
Luminance
0.3110
Every format
| HEX | #70a708 |
| RGB | rgb(112, 167, 8) |
| HSL | hsl(81, 91%, 34%) |
| CMYK | cmyk(33%, 0%, 95%, 35%) |
| LAB | lab(62.6 -38.7 63.2) |
| LCH | lch(62.6 74.1 121.5) |
| OKLCH | oklch(0.665 0.175 129.4) |
Copy-ready code
/* CSS */
color: #70a708;
background-color: #70a708;
/* Tailwind (arbitrary) */
class="text-[#70a708] bg-[#70a708]"
/* SCSS */
$brand: #70a708;
/* SwiftUI */
Color(red: 0.439, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#70a708")Accessibility — WCAG contrast
Aa
#70a708 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70a708 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green65.5%
Blue3.1%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow95.2%
Key (black)34.5%
Color previews
#70a708 text on a black background
contrast 7.22:1
Card sample
#70a708 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70a708;
Background color
Panel with #70a708 background
background-color: #70a708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70a708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70a708; background: linear-gradient(135deg, #70a708, #08A70A);