#70abeb
a light, electric blue · cool · closest name: steelblue
RGB
112, 171, 235
HSL
211°, 76%, 68%
CMYK
52, 27, 0, 8
Luminance
0.3857
Every format
| HEX | #70abeb |
| RGB | rgb(112, 171, 235) |
| HSL | hsl(211, 76%, 68%) |
| CMYK | cmyk(52%, 27%, 0%, 8%) |
| LAB | lab(68.4 -1.4 -37.9) |
| LCH | lch(68.4 38.0 267.9) |
| OKLCH | oklch(0.727 0.112 251.5) |
Copy-ready code
/* CSS */
color: #70abeb;
background-color: #70abeb;
/* Tailwind (arbitrary) */
class="text-[#70abeb] bg-[#70abeb]"
/* SCSS */
$brand: #70abeb;
/* SwiftUI */
Color(red: 0.439, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#70abeb")Accessibility — WCAG contrast
Aa
#70abeb on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70abeb on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green67.1%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#70abeb text on a black background
contrast 8.71:1
Card sample
#70abeb text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70abeb;
Background color
Panel with #70abeb background
background-color: #70abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70abeb; background: linear-gradient(135deg, #70abeb, #8770EB);