#70afeb
a light, electric blue · cool · closest name: steelblue
RGB
112, 175, 235
HSL
209°, 76%, 68%
CMYK
52, 26, 0, 8
Luminance
0.4010
Every format
| HEX | #70afeb |
| RGB | rgb(112, 175, 235) |
| HSL | hsl(209, 76%, 68%) |
| CMYK | cmyk(52%, 26%, 0%, 8%) |
| LAB | lab(69.5 -3.6 -36.2) |
| LCH | lch(69.5 36.4 264.3) |
| OKLCH | oklch(0.735 0.109 248.4) |
Copy-ready code
/* CSS */
color: #70afeb;
background-color: #70afeb;
/* Tailwind (arbitrary) */
class="text-[#70afeb] bg-[#70afeb]"
/* SCSS */
$brand: #70afeb;
/* SwiftUI */
Color(red: 0.439, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#70afeb")Accessibility — WCAG contrast
Aa
#70afeb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70afeb on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green68.6%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#70afeb text on a black background
contrast 9.02:1
Card sample
#70afeb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70afeb;
Background color
Panel with #70afeb background
background-color: #70afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70afeb; background: linear-gradient(135deg, #70afeb, #8370EB);