#70b2ff
a light, electric blue · cool · closest name: steelblue
RGB
112, 178, 255
HSL
212°, 100%, 72%
CMYK
56, 30, 0, 0
Luminance
0.4251
Every format
| HEX | #70b2ff |
| RGB | rgb(112, 178, 255) |
| HSL | hsl(212, 100%, 72%) |
| CMYK | cmyk(56%, 30%, 0%, 0%) |
| LAB | lab(71.2 0.8 -44.5) |
| LCH | lch(71.2 44.5 271.0) |
| OKLCH | oklch(0.751 0.131 253.3) |
Copy-ready code
/* CSS */
color: #70b2ff;
background-color: #70b2ff;
/* Tailwind (arbitrary) */
class="text-[#70b2ff] bg-[#70b2ff]"
/* SCSS */
$brand: #70b2ff;
/* SwiftUI */
Color(red: 0.439, green: 0.698, blue: 1.000)
/* Android */
Color.parseColor("#70b2ff")Accessibility — WCAG contrast
Aa
#70b2ff on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70b2ff on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green69.8%
Blue100.0%
CMYK percentages
Cyan56.1%
Magenta30.2%
Yellow0.0%
Key (black)0.0%
Color previews
#70b2ff text on a black background
contrast 9.50:1
Card sample
#70b2ff text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70b2ff;
Background color
Panel with #70b2ff background
background-color: #70b2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70b2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 178, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 178, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70b2ff; background: linear-gradient(135deg, #70b2ff, #8D70FF);