#70ebfd
a light, electric cyan · cool · closest name: skyblue
RGB
112, 235, 253
HSL
188°, 97%, 72%
CMYK
56, 7, 0, 1
Luminance
0.6995
Every format
| HEX | #70ebfd |
| RGB | rgb(112, 235, 253) |
| HSL | hsl(188, 97%, 72%) |
| CMYK | cmyk(56%, 7%, 0%, 1%) |
| LAB | lab(87.0 -29.4 -19.1) |
| LCH | lch(87.0 35.1 213.0) |
| OKLCH | oklch(0.876 0.112 208.2) |
Copy-ready code
/* CSS */
color: #70ebfd;
background-color: #70ebfd;
/* Tailwind (arbitrary) */
class="text-[#70ebfd] bg-[#70ebfd]"
/* SCSS */
$brand: #70ebfd;
/* SwiftUI */
Color(red: 0.439, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#70ebfd")Accessibility — WCAG contrast
Aa
#70ebfd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70ebfd on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green92.2%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#70ebfd text on a black background
contrast 14.99:1
Card sample
#70ebfd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70ebfd;
Background color
Panel with #70ebfd background
background-color: #70ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70ebfd; background: linear-gradient(135deg, #70ebfd, #708DFD);