#70afd2
a balanced, vivid blue · cool · closest name: skyblue
RGB
112, 175, 210
HSL
201°, 52%, 63%
CMYK
47, 17, 0, 18
Luminance
0.3876
Every format
| HEX | #70afd2 |
| RGB | rgb(112, 175, 210) |
| HSL | hsl(201, 52%, 63%) |
| CMYK | cmyk(47%, 17%, 0%, 18%) |
| LAB | lab(68.6 -10.9 -24.0) |
| LCH | lch(68.6 26.4 245.7) |
| OKLCH | oklch(0.725 0.082 233.9) |
Copy-ready code
/* CSS */
color: #70afd2;
background-color: #70afd2;
/* Tailwind (arbitrary) */
class="text-[#70afd2] bg-[#70afd2]"
/* SCSS */
$brand: #70afd2;
/* SwiftUI */
Color(red: 0.439, green: 0.686, blue: 0.824)
/* Android */
Color.parseColor("#70afd2")Accessibility — WCAG contrast
Aa
#70afd2 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70afd2 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green68.6%
Blue82.4%
CMYK percentages
Cyan46.7%
Magenta16.7%
Yellow0.0%
Key (black)17.6%
Color previews
#70afd2 text on a black background
contrast 8.75:1
Card sample
#70afd2 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70afd2;
Background color
Panel with #70afd2 background
background-color: #70afd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70afd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 175, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 175, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70afd2; background: linear-gradient(135deg, #70afd2, #7270D2);