#70850a
a dark, electric green · cool · closest name: olivedrab
RGB
112, 133, 10
HSL
70°, 86%, 28%
CMYK
16, 0, 93, 48
Luminance
0.2024
Every format
| HEX | #70850a |
| RGB | rgb(112, 133, 10) |
| HSL | hsl(70, 86%, 28%) |
| CMYK | cmyk(16%, 0%, 93%, 48%) |
| LAB | lab(52.1 -22.6 54.5) |
| LCH | lch(52.1 59.0 112.6) |
| OKLCH | oklch(0.580 0.135 120.3) |
Copy-ready code
/* CSS */
color: #70850a;
background-color: #70850a;
/* Tailwind (arbitrary) */
class="text-[#70850a] bg-[#70850a]"
/* SCSS */
$brand: #70850a;
/* SwiftUI */
Color(red: 0.439, green: 0.522, blue: 0.039)
/* Android */
Color.parseColor("#70850a")Accessibility — WCAG contrast
Aa
#70850a on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#70850a on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green52.2%
Blue3.9%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow92.5%
Key (black)47.8%
Color previews
#70850a text on a black background
contrast 5.05:1
Card sample
#70850a text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70850a;
Background color
Panel with #70850a background
background-color: #70850a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70850a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 133, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 133, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70850a; background: linear-gradient(135deg, #70850a, #1E850A);