#70cf75
a balanced, vivid green · cool · closest name: forestgreen
RGB
112, 207, 117
HSL
123°, 50%, 63%
CMYK
46, 0, 44, 19
Luminance
0.4935
Every format
| HEX | #70cf75 |
| RGB | rgb(112, 207, 117) |
| HSL | hsl(123, 50%, 63%) |
| CMYK | cmyk(46%, 0%, 44%, 19%) |
| LAB | lab(75.7 -46.6 36.1) |
| LCH | lch(75.7 59.0 142.2) |
| OKLCH | oklch(0.774 0.155 145.0) |
Copy-ready code
/* CSS */
color: #70cf75;
background-color: #70cf75;
/* Tailwind (arbitrary) */
class="text-[#70cf75] bg-[#70cf75]"
/* SCSS */
$brand: #70cf75;
/* SwiftUI */
Color(red: 0.439, green: 0.812, blue: 0.459)
/* Android */
Color.parseColor("#70cf75")Accessibility — WCAG contrast
Aa
#70cf75 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70cf75 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green81.2%
Blue45.9%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow43.5%
Key (black)18.8%
Color previews
#70cf75 text on a black background
contrast 10.87:1
Card sample
#70cf75 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70cf75;
Background color
Panel with #70cf75 background
background-color: #70cf75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70cf75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 207, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 207, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70cf75; background: linear-gradient(135deg, #70cf75, #70CFB4);