#70ace7
a light, vivid blue · cool · closest name: steelblue
RGB
112, 172, 231
HSL
210°, 71%, 67%
CMYK
52, 26, 0, 9
Luminance
0.3872
Every format
| HEX | #70ace7 |
| RGB | rgb(112, 172, 231) |
| HSL | hsl(210, 71%, 67%) |
| CMYK | cmyk(52%, 26%, 0%, 9%) |
| LAB | lab(68.5 -3.1 -35.6) |
| LCH | lch(68.5 35.7 264.9) |
| OKLCH | oklch(0.727 0.107 249.1) |
Copy-ready code
/* CSS */
color: #70ace7;
background-color: #70ace7;
/* Tailwind (arbitrary) */
class="text-[#70ace7] bg-[#70ace7]"
/* SCSS */
$brand: #70ace7;
/* SwiftUI */
Color(red: 0.439, green: 0.675, blue: 0.906)
/* Android */
Color.parseColor("#70ace7")Accessibility — WCAG contrast
Aa
#70ace7 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70ace7 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green67.5%
Blue90.6%
CMYK percentages
Cyan51.5%
Magenta25.5%
Yellow0.0%
Key (black)9.4%
Color previews
#70ace7 text on a black background
contrast 8.74:1
Card sample
#70ace7 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70ace7;
Background color
Panel with #70ace7 background
background-color: #70ace7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70ace7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 172, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 172, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70ace7; background: linear-gradient(135deg, #70ace7, #8370E7);