#70adeb
a light, electric blue · cool · closest name: steelblue
RGB
112, 173, 235
HSL
210°, 76%, 68%
CMYK
52, 26, 0, 8
Luminance
0.3933
Every format
| HEX | #70adeb |
| RGB | rgb(112, 173, 235) |
| HSL | hsl(210, 76%, 68%) |
| CMYK | cmyk(52%, 26%, 0%, 8%) |
| LAB | lab(69.0 -2.5 -37.1) |
| LCH | lch(69.0 37.2 266.1) |
| OKLCH | oklch(0.731 0.111 249.9) |
Copy-ready code
/* CSS */
color: #70adeb;
background-color: #70adeb;
/* Tailwind (arbitrary) */
class="text-[#70adeb] bg-[#70adeb]"
/* SCSS */
$brand: #70adeb;
/* SwiftUI */
Color(red: 0.439, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#70adeb")Accessibility — WCAG contrast
Aa
#70adeb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70adeb on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green67.8%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#70adeb text on a black background
contrast 8.87:1
Card sample
#70adeb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70adeb;
Background color
Panel with #70adeb background
background-color: #70adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70adeb; background: linear-gradient(135deg, #70adeb, #8570EB);