#70a721
a dark, vivid green · cool · closest name: olivedrab
RGB
112, 167, 33
HSL
85°, 67%, 39%
CMYK
33, 0, 80, 35
Luminance
0.3119
Every format
| HEX | #70a721 |
| RGB | rgb(112, 167, 33) |
| HSL | hsl(85, 67%, 39%) |
| CMYK | cmyk(33%, 0%, 80%, 35%) |
| LAB | lab(62.7 -37.9 58.0) |
| LCH | lch(62.7 69.3 123.2) |
| OKLCH | oklch(0.665 0.167 130.2) |
Copy-ready code
/* CSS */
color: #70a721;
background-color: #70a721;
/* Tailwind (arbitrary) */
class="text-[#70a721] bg-[#70a721]"
/* SCSS */
$brand: #70a721;
/* SwiftUI */
Color(red: 0.439, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#70a721")Accessibility — WCAG contrast
Aa
#70a721 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70a721 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green65.5%
Blue12.9%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#70a721 text on a black background
contrast 7.24:1
Card sample
#70a721 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70a721;
Background color
Panel with #70a721 background
background-color: #70a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70a721; background: linear-gradient(135deg, #70a721, #21A72B);