#70acef
a light, electric blue · cool · closest name: steelblue
RGB
112, 172, 239
HSL
212°, 80%, 69%
CMYK
53, 28, 0, 6
Luminance
0.3918
Every format
| HEX | #70acef |
| RGB | rgb(112, 172, 239) |
| HSL | hsl(212, 80%, 69%) |
| CMYK | cmyk(53%, 28%, 0%, 6%) |
| LAB | lab(68.9 -0.8 -39.4) |
| LCH | lch(68.9 39.4 268.9) |
| OKLCH | oklch(0.731 0.116 252.1) |
Copy-ready code
/* CSS */
color: #70acef;
background-color: #70acef;
/* Tailwind (arbitrary) */
class="text-[#70acef] bg-[#70acef]"
/* SCSS */
$brand: #70acef;
/* SwiftUI */
Color(red: 0.439, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#70acef")Accessibility — WCAG contrast
Aa
#70acef on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70acef on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green67.5%
Blue93.7%
CMYK percentages
Cyan53.1%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#70acef text on a black background
contrast 8.84:1
Card sample
#70acef text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70acef;
Background color
Panel with #70acef background
background-color: #70acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70acef; background: linear-gradient(135deg, #70acef, #8970EF);