#70ccff
a light, electric blue · cool · closest name: skyblue
RGB
112, 204, 255
HSL
201°, 100%, 72%
CMYK
56, 20, 0, 0
Luminance
0.5385
Every format
| HEX | #70ccff |
| RGB | rgb(112, 204, 255) |
| HSL | hsl(201, 100%, 72%) |
| CMYK | cmyk(56%, 20%, 0%, 0%) |
| LAB | lab(78.4 -13.3 -33.3) |
| LCH | lch(78.4 35.9 248.2) |
| OKLCH | oklch(0.808 0.114 234.9) |
Copy-ready code
/* CSS */
color: #70ccff;
background-color: #70ccff;
/* Tailwind (arbitrary) */
class="text-[#70ccff] bg-[#70ccff]"
/* SCSS */
$brand: #70ccff;
/* SwiftUI */
Color(red: 0.439, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#70ccff")Accessibility — WCAG contrast
Aa
#70ccff on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70ccff on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green80.0%
Blue100.0%
CMYK percentages
Cyan56.1%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#70ccff text on a black background
contrast 11.77:1
Card sample
#70ccff text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70ccff;
Background color
Panel with #70ccff background
background-color: #70ccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70ccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70ccff; background: linear-gradient(135deg, #70ccff, #7470FF);