#70bcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
112, 188, 223
HSL
199°, 63%, 66%
CMYK
50, 16, 0, 13
Luminance
0.4474
Every format
| HEX | #70bcdf |
| RGB | rgb(112, 188, 223) |
| HSL | hsl(199, 63%, 66%) |
| CMYK | cmyk(50%, 16%, 0%, 13%) |
| LAB | lab(72.7 -14.1 -24.8) |
| LCH | lch(72.7 28.5 240.3) |
| OKLCH | oklch(0.759 0.091 229.3) |
Copy-ready code
/* CSS */
color: #70bcdf;
background-color: #70bcdf;
/* Tailwind (arbitrary) */
class="text-[#70bcdf] bg-[#70bcdf]"
/* SCSS */
$brand: #70bcdf;
/* SwiftUI */
Color(red: 0.439, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#70bcdf")Accessibility — WCAG contrast
Aa
#70bcdf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70bcdf on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green73.7%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#70bcdf text on a black background
contrast 9.95:1
Card sample
#70bcdf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70bcdf;
Background color
Panel with #70bcdf background
background-color: #70bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70bcdf; background: linear-gradient(135deg, #70bcdf, #7072DF);