#70ccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
112, 204, 223
HSL
190°, 63%, 66%
CMYK
50, 9, 0, 13
Luminance
0.5196
Every format
| HEX | #70ccdf |
| RGB | rgb(112, 204, 223) |
| HSL | hsl(190, 63%, 66%) |
| CMYK | cmyk(50%, 9%, 0%, 13%) |
| LAB | lab(77.3 -22.4 -17.9) |
| LCH | lch(77.3 28.6 218.7) |
| OKLCH | oklch(0.795 0.092 212.6) |
Copy-ready code
/* CSS */
color: #70ccdf;
background-color: #70ccdf;
/* Tailwind (arbitrary) */
class="text-[#70ccdf] bg-[#70ccdf]"
/* SCSS */
$brand: #70ccdf;
/* SwiftUI */
Color(red: 0.439, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#70ccdf")Accessibility — WCAG contrast
Aa
#70ccdf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70ccdf on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green80.0%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#70ccdf text on a black background
contrast 11.39:1
Card sample
#70ccdf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70ccdf;
Background color
Panel with #70ccdf background
background-color: #70ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70ccdf; background: linear-gradient(135deg, #70ccdf, #7082DF);