#70bdf0
a light, electric blue · cool · closest name: skyblue
RGB
112, 189, 240
HSL
204°, 81%, 69%
CMYK
53, 21, 0, 6
Luminance
0.4613
Every format
| HEX | #70bdf0 |
| RGB | rgb(112, 189, 240) |
| HSL | hsl(204, 81%, 69%) |
| CMYK | cmyk(53%, 21%, 0%, 6%) |
| LAB | lab(73.6 -9.8 -32.6) |
| LCH | lch(73.6 34.0 253.3) |
| OKLCH | oklch(0.768 0.106 239.2) |
Copy-ready code
/* CSS */
color: #70bdf0;
background-color: #70bdf0;
/* Tailwind (arbitrary) */
class="text-[#70bdf0] bg-[#70bdf0]"
/* SCSS */
$brand: #70bdf0;
/* SwiftUI */
Color(red: 0.439, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#70bdf0")Accessibility — WCAG contrast
Aa
#70bdf0 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70bdf0 on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green74.1%
Blue94.1%
CMYK percentages
Cyan53.3%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#70bdf0 text on a black background
contrast 10.23:1
Card sample
#70bdf0 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70bdf0;
Background color
Panel with #70bdf0 background
background-color: #70bdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70bdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70bdf0; background: linear-gradient(135deg, #70bdf0, #7870F0);