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