#70dfba
a light, vivid cyan · cool · closest name: aquamarine
RGB
112, 223, 186
HSL
160°, 63%, 66%
CMYK
50, 0, 17, 13
Luminance
0.5977
Every format
| HEX | #70dfba |
| RGB | rgb(112, 223, 186) |
| HSL | hsl(160, 63%, 66%) |
| CMYK | cmyk(50%, 0%, 17%, 13%) |
| LAB | lab(81.7 -40.5 8.4) |
| LCH | lch(81.7 41.4 168.2) |
| OKLCH | oklch(0.828 0.116 169.3) |
Copy-ready code
/* CSS */
color: #70dfba;
background-color: #70dfba;
/* Tailwind (arbitrary) */
class="text-[#70dfba] bg-[#70dfba]"
/* SCSS */
$brand: #70dfba;
/* SwiftUI */
Color(red: 0.439, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#70dfba")Accessibility — WCAG contrast
Aa
#70dfba on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70dfba on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green87.5%
Blue72.9%
CMYK percentages
Cyan49.8%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#70dfba text on a black background
contrast 12.95:1
Card sample
#70dfba text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70dfba;
Background color
Panel with #70dfba background
background-color: #70dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70dfba; background: linear-gradient(135deg, #70dfba, #70BADF);