#70b030
a dark, vivid green · cool · closest name: olivedrab
RGB
112, 176, 48
HSL
90°, 57%, 44%
CMYK
36, 0, 73, 31
Luminance
0.3471
Every format
| HEX | #70b030 |
| RGB | rgb(112, 176, 48) |
| HSL | hsl(90, 57%, 44%) |
| CMYK | cmyk(36%, 0%, 73%, 31%) |
| LAB | lab(65.5 -41.0 55.8) |
| LCH | lch(65.5 69.2 126.3) |
| OKLCH | oklch(0.689 0.170 132.6) |
Copy-ready code
/* CSS */
color: #70b030;
background-color: #70b030;
/* Tailwind (arbitrary) */
class="text-[#70b030] bg-[#70b030]"
/* SCSS */
$brand: #70b030;
/* SwiftUI */
Color(red: 0.439, green: 0.690, blue: 0.188)
/* Android */
Color.parseColor("#70b030")Accessibility — WCAG contrast
Aa
#70b030 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70b030 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green69.0%
Blue18.8%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow72.7%
Key (black)31.0%
Color previews
#70b030 text on a black background
contrast 7.94:1
Card sample
#70b030 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70b030;
Background color
Panel with #70b030 background
background-color: #70b030;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70b030;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 176, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 176, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70b030; background: linear-gradient(135deg, #70b030, #30B045);