#70abdf
a light, vivid blue · cool · closest name: steelblue
RGB
112, 171, 223
HSL
208°, 63%, 66%
CMYK
50, 23, 0, 13
Luminance
0.3790
Every format
| HEX | #70abdf |
| RGB | rgb(112, 171, 223) |
| HSL | hsl(208, 63%, 66%) |
| CMYK | cmyk(50%, 23%, 0%, 13%) |
| LAB | lab(67.9 -5.0 -32.1) |
| LCH | lch(67.9 32.5 261.2) |
| OKLCH | oklch(0.721 0.098 246.3) |
Copy-ready code
/* CSS */
color: #70abdf;
background-color: #70abdf;
/* Tailwind (arbitrary) */
class="text-[#70abdf] bg-[#70abdf]"
/* SCSS */
$brand: #70abdf;
/* SwiftUI */
Color(red: 0.439, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#70abdf")Accessibility — WCAG contrast
Aa
#70abdf on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70abdf on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green67.1%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#70abdf text on a black background
contrast 8.58:1
Card sample
#70abdf text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70abdf;
Background color
Panel with #70abdf background
background-color: #70abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70abdf; background: linear-gradient(135deg, #70abdf, #7F70DF);