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