#70beee
a light, electric blue · cool · closest name: skyblue
RGB
112, 190, 238
HSL
203°, 79%, 69%
CMYK
53, 20, 0, 7
Luminance
0.4644
Every format
| HEX | #70beee |
| RGB | rgb(112, 190, 238) |
| HSL | hsl(203, 79%, 69%) |
| CMYK | cmyk(53%, 20%, 0%, 7%) |
| LAB | lab(73.8 -10.9 -31.2) |
| LCH | lch(73.8 33.0 250.8) |
| OKLCH | oklch(0.770 0.103 237.2) |
Copy-ready code
/* CSS */
color: #70beee;
background-color: #70beee;
/* Tailwind (arbitrary) */
class="text-[#70beee] bg-[#70beee]"
/* SCSS */
$brand: #70beee;
/* SwiftUI */
Color(red: 0.439, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#70beee")Accessibility — WCAG contrast
Aa
#70beee on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70beee on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green74.5%
Blue93.3%
CMYK percentages
Cyan52.9%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#70beee text on a black background
contrast 10.29:1
Card sample
#70beee text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70beee;
Background color
Panel with #70beee background
background-color: #70beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70beee; background: linear-gradient(135deg, #70beee, #7670EE);