#70ade0
a light, vivid blue · cool · closest name: steelblue
RGB
112, 173, 224
HSL
207°, 64%, 66%
CMYK
50, 23, 0, 12
Luminance
0.3871
Every format
| HEX | #70ade0 |
| RGB | rgb(112, 173, 224) |
| HSL | hsl(207, 64%, 66%) |
| CMYK | cmyk(50%, 23%, 0%, 12%) |
| LAB | lab(68.5 -5.8 -31.8) |
| LCH | lch(68.5 32.3 259.7) |
| OKLCH | oklch(0.726 0.098 244.9) |
Copy-ready code
/* CSS */
color: #70ade0;
background-color: #70ade0;
/* Tailwind (arbitrary) */
class="text-[#70ade0] bg-[#70ade0]"
/* SCSS */
$brand: #70ade0;
/* SwiftUI */
Color(red: 0.439, green: 0.678, blue: 0.878)
/* Android */
Color.parseColor("#70ade0")Accessibility — WCAG contrast
Aa
#70ade0 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70ade0 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green67.8%
Blue87.8%
CMYK percentages
Cyan50.0%
Magenta22.8%
Yellow0.0%
Key (black)12.2%
Color previews
#70ade0 text on a black background
contrast 8.74:1
Card sample
#70ade0 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70ade0;
Background color
Panel with #70ade0 background
background-color: #70ade0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70ade0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 173, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 173, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70ade0; background: linear-gradient(135deg, #70ade0, #7E70E0);