#70bceb
a light, electric blue · cool · closest name: skyblue
RGB
112, 188, 235
HSL
203°, 76%, 68%
CMYK
52, 20, 0, 8
Luminance
0.4541
Every format
| HEX | #70bceb |
| RGB | rgb(112, 188, 235) |
| HSL | hsl(203, 76%, 68%) |
| CMYK | cmyk(52%, 20%, 0%, 8%) |
| LAB | lab(73.2 -10.7 -30.6) |
| LCH | lch(73.2 32.4 250.8) |
| OKLCH | oklch(0.764 0.101 237.3) |
Copy-ready code
/* CSS */
color: #70bceb;
background-color: #70bceb;
/* Tailwind (arbitrary) */
class="text-[#70bceb] bg-[#70bceb]"
/* SCSS */
$brand: #70bceb;
/* SwiftUI */
Color(red: 0.439, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#70bceb")Accessibility — WCAG contrast
Aa
#70bceb on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70bceb on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green73.7%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#70bceb text on a black background
contrast 10.08:1
Card sample
#70bceb text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70bceb;
Background color
Panel with #70bceb background
background-color: #70bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70bceb; background: linear-gradient(135deg, #70bceb, #7670EB);