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