#70aefd
a light, electric blue · cool · closest name: dodgerblue
RGB
112, 174, 253
HSL
214°, 97%, 72%
CMYK
56, 31, 0, 1
Luminance
0.4081
Every format
| HEX | #70aefd |
| RGB | rgb(112, 174, 253) |
| HSL | hsl(214, 97%, 72%) |
| CMYK | cmyk(56%, 31%, 0%, 1%) |
| LAB | lab(70.0 2.4 -45.2) |
| LCH | lch(70.0 45.3 273.0) |
| OKLCH | oklch(0.742 0.132 255.1) |
Copy-ready code
/* CSS */
color: #70aefd;
background-color: #70aefd;
/* Tailwind (arbitrary) */
class="text-[#70aefd] bg-[#70aefd]"
/* SCSS */
$brand: #70aefd;
/* SwiftUI */
Color(red: 0.439, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#70aefd")Accessibility — WCAG contrast
Aa
#70aefd on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70aefd on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green68.2%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#70aefd text on a black background
contrast 9.16:1
Card sample
#70aefd text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70aefd;
Background color
Panel with #70aefd background
background-color: #70aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70aefd; background: linear-gradient(135deg, #70aefd, #9070FD);