#70e2df
a light, vivid cyan · cool · closest name: turquoise
RGB
112, 226, 223
HSL
178°, 66%, 66%
CMYK
50, 0, 1, 11
Luminance
0.6317
Every format
| HEX | #70e2df |
| RGB | rgb(112, 226, 223) |
| HSL | hsl(178, 66%, 66%) |
| CMYK | cmyk(50%, 0%, 1%, 11%) |
| LAB | lab(83.5 -33.1 -8.5) |
| LCH | lch(83.5 34.1 194.4) |
| OKLCH | oklch(0.846 0.104 193.1) |
Copy-ready code
/* CSS */
color: #70e2df;
background-color: #70e2df;
/* Tailwind (arbitrary) */
class="text-[#70e2df] bg-[#70e2df]"
/* SCSS */
$brand: #70e2df;
/* SwiftUI */
Color(red: 0.439, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#70e2df")Accessibility — WCAG contrast
Aa
#70e2df on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70e2df on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green88.6%
Blue87.5%
CMYK percentages
Cyan50.4%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#70e2df text on a black background
contrast 13.63:1
Card sample
#70e2df text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70e2df;
Background color
Panel with #70e2df background
background-color: #70e2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70e2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70e2df; background: linear-gradient(135deg, #70e2df, #7099E2);