#70a1da
a balanced, vivid blue · cool · closest name: steelblue
RGB
112, 161, 218
HSL
212°, 59%, 65%
CMYK
49, 26, 0, 15
Luminance
0.3400
Every format
| HEX | #70a1da |
| RGB | rgb(112, 161, 218) |
| HSL | hsl(212, 59%, 65%) |
| CMYK | cmyk(49%, 26%, 0%, 15%) |
| LAB | lab(65.0 -0.8 -34.0) |
| LCH | lch(65.0 34.0 268.6) |
| OKLCH | oklch(0.697 0.100 252.9) |
Copy-ready code
/* CSS */
color: #70a1da;
background-color: #70a1da;
/* Tailwind (arbitrary) */
class="text-[#70a1da] bg-[#70a1da]"
/* SCSS */
$brand: #70a1da;
/* SwiftUI */
Color(red: 0.439, green: 0.631, blue: 0.855)
/* Android */
Color.parseColor("#70a1da")Accessibility — WCAG contrast
Aa
#70a1da on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70a1da on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green63.1%
Blue85.5%
CMYK percentages
Cyan48.6%
Magenta26.1%
Yellow0.0%
Key (black)14.5%
Color previews
#70a1da text on a black background
contrast 7.80:1
Card sample
#70a1da text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70a1da;
Background color
Panel with #70a1da background
background-color: #70a1da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70a1da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 161, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 161, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70a1da; background: linear-gradient(135deg, #70a1da, #8670DA);