#70c35f
a balanced, vivid green · cool · closest name: forestgreen
RGB
112, 195, 95
HSL
110°, 46%, 57%
CMYK
43, 0, 51, 24
Luminance
0.4330
Every format
| HEX | #70c35f |
| RGB | rgb(112, 195, 95) |
| HSL | hsl(110, 46%, 57%) |
| CMYK | cmyk(43%, 0%, 51%, 24%) |
| LAB | lab(71.8 -44.5 42.2) |
| LCH | lch(71.8 61.3 136.6) |
| OKLCH | oklch(0.741 0.158 140.3) |
Copy-ready code
/* CSS */
color: #70c35f;
background-color: #70c35f;
/* Tailwind (arbitrary) */
class="text-[#70c35f] bg-[#70c35f]"
/* SCSS */
$brand: #70c35f;
/* SwiftUI */
Color(red: 0.439, green: 0.765, blue: 0.373)
/* Android */
Color.parseColor("#70c35f")Accessibility — WCAG contrast
Aa
#70c35f on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70c35f on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green76.5%
Blue37.3%
CMYK percentages
Cyan42.6%
Magenta0.0%
Yellow51.3%
Key (black)23.5%
Color previews
#70c35f text on a black background
contrast 9.66:1
Card sample
#70c35f text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70c35f;
Background color
Panel with #70c35f background
background-color: #70c35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70c35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 195, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 195, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70c35f; background: linear-gradient(135deg, #70c35f, #5FC391);