#70eade
a light, vivid cyan · cool · closest name: turquoise
RGB
112, 234, 222
HSL
174°, 74%, 68%
CMYK
52, 0, 5, 8
Luminance
0.6756
Every format
| HEX | #70eade |
| RGB | rgb(112, 234, 222) |
| HSL | hsl(174, 74%, 68%) |
| CMYK | cmyk(52%, 0%, 5%, 8%) |
| LAB | lab(85.8 -37.0 -4.6) |
| LCH | lch(85.8 37.3 187.1) |
| OKLCH | oklch(0.864 0.111 186.7) |
Copy-ready code
/* CSS */
color: #70eade;
background-color: #70eade;
/* Tailwind (arbitrary) */
class="text-[#70eade] bg-[#70eade]"
/* SCSS */
$brand: #70eade;
/* SwiftUI */
Color(red: 0.439, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#70eade")Accessibility — WCAG contrast
Aa
#70eade on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70eade on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green91.8%
Blue87.1%
CMYK percentages
Cyan52.1%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#70eade text on a black background
contrast 14.51:1
Card sample
#70eade text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70eade;
Background color
Panel with #70eade background
background-color: #70eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70eade; background: linear-gradient(135deg, #70eade, #70A5EA);