#70afdf
a light, vivid blue · cool · closest name: skyblue
RGB
112, 175, 223
HSL
206°, 63%, 66%
CMYK
50, 22, 0, 13
Luminance
0.3943
Every format
| HEX | #70afdf |
| RGB | rgb(112, 175, 223) |
| HSL | hsl(206, 63%, 66%) |
| CMYK | cmyk(50%, 22%, 0%, 13%) |
| LAB | lab(69.1 -7.2 -30.4) |
| LCH | lch(69.1 31.2 256.8) |
| OKLCH | oklch(0.730 0.096 242.5) |
Copy-ready code
/* CSS */
color: #70afdf;
background-color: #70afdf;
/* Tailwind (arbitrary) */
class="text-[#70afdf] bg-[#70afdf]"
/* SCSS */
$brand: #70afdf;
/* SwiftUI */
Color(red: 0.439, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#70afdf")Accessibility — WCAG contrast
Aa
#70afdf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70afdf on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green68.6%
Blue87.5%
CMYK percentages
Cyan49.8%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#70afdf text on a black background
contrast 8.89:1
Card sample
#70afdf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70afdf;
Background color
Panel with #70afdf background
background-color: #70afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70afdf; background: linear-gradient(135deg, #70afdf, #7B70DF);