#70bdfd
a light, electric blue · cool · closest name: skyblue
RGB
112, 189, 253
HSL
207°, 97%, 72%
CMYK
56, 25, 0, 1
Luminance
0.4693
Every format
| HEX | #70bdfd |
| RGB | rgb(112, 189, 253) |
| HSL | hsl(207, 97%, 72%) |
| CMYK | cmyk(56%, 25%, 0%, 1%) |
| LAB | lab(74.1 -5.9 -38.8) |
| LCH | lch(74.1 39.3 261.4) |
| OKLCH | oklch(0.774 0.120 245.3) |
Copy-ready code
/* CSS */
color: #70bdfd;
background-color: #70bdfd;
/* Tailwind (arbitrary) */
class="text-[#70bdfd] bg-[#70bdfd]"
/* SCSS */
$brand: #70bdfd;
/* SwiftUI */
Color(red: 0.439, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#70bdfd")Accessibility — WCAG contrast
Aa
#70bdfd on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70bdfd on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green74.1%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#70bdfd text on a black background
contrast 10.39:1
Card sample
#70bdfd text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70bdfd;
Background color
Panel with #70bdfd background
background-color: #70bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70bdfd; background: linear-gradient(135deg, #70bdfd, #8170FD);