#70cfab
a balanced, vivid green · cool · closest name: turquoise
RGB
112, 207, 171
HSL
157°, 50%, 63%
CMYK
46, 0, 17, 19
Luminance
0.5101
Every format
| HEX | #70cfab |
| RGB | rgb(112, 207, 171) |
| HSL | hsl(157, 50%, 63%) |
| CMYK | cmyk(46%, 0%, 17%, 19%) |
| LAB | lab(76.7 -36.6 9.2) |
| LCH | lch(76.7 37.7 165.8) |
| OKLCH | oklch(0.786 0.105 167.0) |
Copy-ready code
/* CSS */
color: #70cfab;
background-color: #70cfab;
/* Tailwind (arbitrary) */
class="text-[#70cfab] bg-[#70cfab]"
/* SCSS */
$brand: #70cfab;
/* SwiftUI */
Color(red: 0.439, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#70cfab")Accessibility — WCAG contrast
Aa
#70cfab on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70cfab on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green81.2%
Blue67.1%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#70cfab text on a black background
contrast 11.20:1
Card sample
#70cfab text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70cfab;
Background color
Panel with #70cfab background
background-color: #70cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70cfab; background: linear-gradient(135deg, #70cfab, #70B3CF);