#70ecdf
a light, electric cyan · cool · closest name: turquoise
RGB
112, 236, 223
HSL
174°, 77%, 68%
CMYK
53, 0, 6, 8
Luminance
0.6876
Every format
| HEX | #70ecdf |
| RGB | rgb(112, 236, 223) |
| HSL | hsl(174, 77%, 68%) |
| CMYK | cmyk(53%, 0%, 6%, 8%) |
| LAB | lab(86.4 -37.7 -4.3) |
| LCH | lch(86.4 38.0 186.5) |
| OKLCH | oklch(0.869 0.113 186.2) |
Copy-ready code
/* CSS */
color: #70ecdf;
background-color: #70ecdf;
/* Tailwind (arbitrary) */
class="text-[#70ecdf] bg-[#70ecdf]"
/* SCSS */
$brand: #70ecdf;
/* SwiftUI */
Color(red: 0.439, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#70ecdf")Accessibility — WCAG contrast
Aa
#70ecdf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70ecdf on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green92.5%
Blue87.5%
CMYK percentages
Cyan52.5%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#70ecdf text on a black background
contrast 14.75:1
Card sample
#70ecdf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70ecdf;
Background color
Panel with #70ecdf background
background-color: #70ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70ecdf; background: linear-gradient(135deg, #70ecdf, #70A6EC);