#70adef
a light, electric blue · cool · closest name: steelblue
RGB
112, 173, 239
HSL
211°, 80%, 69%
CMYK
53, 28, 0, 6
Luminance
0.3956
Every format
| HEX | #70adef |
| RGB | rgb(112, 173, 239) |
| HSL | hsl(211, 80%, 69%) |
| CMYK | cmyk(53%, 28%, 0%, 6%) |
| LAB | lab(69.2 -1.3 -39.0) |
| LCH | lch(69.2 39.0 268.1) |
| OKLCH | oklch(0.733 0.115 251.4) |
Copy-ready code
/* CSS */
color: #70adef;
background-color: #70adef;
/* Tailwind (arbitrary) */
class="text-[#70adef] bg-[#70adef]"
/* SCSS */
$brand: #70adef;
/* SwiftUI */
Color(red: 0.439, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#70adef")Accessibility — WCAG contrast
Aa
#70adef on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70adef on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green67.8%
Blue93.7%
CMYK percentages
Cyan53.1%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#70adef text on a black background
contrast 8.91:1
Card sample
#70adef text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70adef;
Background color
Panel with #70adef background
background-color: #70adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70adef; background: linear-gradient(135deg, #70adef, #8870EF);