#70dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
112, 219, 253
HSL
195°, 97%, 72%
CMYK
56, 13, 0, 1
Luminance
0.6120
Every format
| HEX | #70dbfd |
| RGB | rgb(112, 219, 253) |
| HSL | hsl(195, 97%, 72%) |
| CMYK | cmyk(56%, 13%, 0%, 1%) |
| LAB | lab(82.5 -21.6 -26.0) |
| LCH | lch(82.5 33.8 230.3) |
| OKLCH | oklch(0.840 0.109 221.3) |
Copy-ready code
/* CSS */
color: #70dbfd;
background-color: #70dbfd;
/* Tailwind (arbitrary) */
class="text-[#70dbfd] bg-[#70dbfd]"
/* SCSS */
$brand: #70dbfd;
/* SwiftUI */
Color(red: 0.439, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#70dbfd")Accessibility — WCAG contrast
Aa
#70dbfd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70dbfd on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green85.9%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#70dbfd text on a black background
contrast 13.24:1
Card sample
#70dbfd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70dbfd;
Background color
Panel with #70dbfd background
background-color: #70dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70dbfd; background: linear-gradient(135deg, #70dbfd, #707DFD);