#70cdda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
112, 205, 218
HSL
187°, 59%, 65%
CMYK
49, 6, 0, 15
Luminance
0.5217
Every format
| HEX | #70cdda |
| RGB | rgb(112, 205, 218) |
| HSL | hsl(187, 59%, 65%) |
| CMYK | cmyk(49%, 6%, 0%, 15%) |
| LAB | lab(77.4 -24.2 -15.0) |
| LCH | lch(77.4 28.5 211.8) |
| OKLCH | oklch(0.796 0.090 207.3) |
Copy-ready code
/* CSS */
color: #70cdda;
background-color: #70cdda;
/* Tailwind (arbitrary) */
class="text-[#70cdda] bg-[#70cdda]"
/* SCSS */
$brand: #70cdda;
/* SwiftUI */
Color(red: 0.439, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#70cdda")Accessibility — WCAG contrast
Aa
#70cdda on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70cdda on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green80.4%
Blue85.5%
CMYK percentages
Cyan48.6%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#70cdda text on a black background
contrast 11.43:1
Card sample
#70cdda text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70cdda;
Background color
Panel with #70cdda background
background-color: #70cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70cdda; background: linear-gradient(135deg, #70cdda, #7086DA);