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