#70c270
a balanced, soft green · cool · closest name: seagreen
RGB
112, 194, 112
HSL
120°, 40%, 60%
CMYK
42, 0, 42, 24
Luminance
0.4320
Every format
| HEX | #70c270 |
| RGB | rgb(112, 194, 112) |
| HSL | hsl(120, 40%, 60%) |
| CMYK | cmyk(42%, 0%, 42%, 24%) |
| LAB | lab(71.7 -41.8 33.6) |
| LCH | lch(71.7 53.6 141.2) |
| OKLCH | oklch(0.742 0.141 144.0) |
Copy-ready code
/* CSS */
color: #70c270;
background-color: #70c270;
/* Tailwind (arbitrary) */
class="text-[#70c270] bg-[#70c270]"
/* SCSS */
$brand: #70c270;
/* SwiftUI */
Color(red: 0.439, green: 0.761, blue: 0.439)
/* Android */
Color.parseColor("#70c270")Accessibility — WCAG contrast
Aa
#70c270 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70c270 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green76.1%
Blue43.9%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow42.3%
Key (black)23.9%
Color previews
#70c270 text on a black background
contrast 9.64:1
Card sample
#70c270 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70c270;
Background color
Panel with #70c270 background
background-color: #70c270;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70c270;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 194, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 194, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70c270; background: linear-gradient(135deg, #70c270, #70C2A7);