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