#70afda
a balanced, vivid blue · cool · closest name: skyblue
RGB
112, 175, 218
HSL
204°, 59%, 65%
CMYK
49, 20, 0, 15
Luminance
0.3917
Every format
| HEX | #70afda |
| RGB | rgb(112, 175, 218) |
| HSL | hsl(204, 59%, 65%) |
| CMYK | cmyk(49%, 20%, 0%, 15%) |
| LAB | lab(68.9 -8.6 -27.9) |
| LCH | lch(68.9 29.2 252.9) |
| OKLCH | oklch(0.728 0.090 239.5) |
Copy-ready code
/* CSS */
color: #70afda;
background-color: #70afda;
/* Tailwind (arbitrary) */
class="text-[#70afda] bg-[#70afda]"
/* SCSS */
$brand: #70afda;
/* SwiftUI */
Color(red: 0.439, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#70afda")Accessibility — WCAG contrast
Aa
#70afda on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70afda on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green68.6%
Blue85.5%
CMYK percentages
Cyan48.6%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#70afda text on a black background
contrast 8.83:1
Card sample
#70afda text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70afda;
Background color
Panel with #70afda background
background-color: #70afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70afda; background: linear-gradient(135deg, #70afda, #7870DA);