#70baeb
a light, electric blue · cool · closest name: skyblue
RGB
112, 186, 235
HSL
204°, 76%, 68%
CMYK
52, 21, 0, 8
Luminance
0.4456
Every format
| HEX | #70baeb |
| RGB | rgb(112, 186, 235) |
| HSL | hsl(204, 76%, 68%) |
| CMYK | cmyk(52%, 21%, 0%, 8%) |
| LAB | lab(72.6 -9.6 -31.5) |
| LCH | lch(72.6 32.9 253.0) |
| OKLCH | oklch(0.760 0.102 239.1) |
Copy-ready code
/* CSS */
color: #70baeb;
background-color: #70baeb;
/* Tailwind (arbitrary) */
class="text-[#70baeb] bg-[#70baeb]"
/* SCSS */
$brand: #70baeb;
/* SwiftUI */
Color(red: 0.439, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#70baeb")Accessibility — WCAG contrast
Aa
#70baeb on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70baeb on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green72.9%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#70baeb text on a black background
contrast 9.91:1
Card sample
#70baeb text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70baeb;
Background color
Panel with #70baeb background
background-color: #70baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70baeb; background: linear-gradient(135deg, #70baeb, #7870EB);