#70cefd
a light, electric blue · cool · closest name: skyblue
RGB
112, 206, 253
HSL
200°, 97%, 72%
CMYK
56, 19, 0, 1
Luminance
0.5468
Every format
| HEX | #70cefd |
| RGB | rgb(112, 206, 253) |
| HSL | hsl(200, 97%, 72%) |
| CMYK | cmyk(56%, 19%, 0%, 1%) |
| LAB | lab(78.8 -14.9 -31.5) |
| LCH | lch(78.8 34.9 244.6) |
| OKLCH | oklch(0.811 0.111 232.1) |
Copy-ready code
/* CSS */
color: #70cefd;
background-color: #70cefd;
/* Tailwind (arbitrary) */
class="text-[#70cefd] bg-[#70cefd]"
/* SCSS */
$brand: #70cefd;
/* SwiftUI */
Color(red: 0.439, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#70cefd")Accessibility — WCAG contrast
Aa
#70cefd on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70cefd on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green80.8%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#70cefd text on a black background
contrast 11.94:1
Card sample
#70cefd text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70cefd;
Background color
Panel with #70cefd background
background-color: #70cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70cefd; background: linear-gradient(135deg, #70cefd, #7070FD);