#70abfd
a light, electric blue · cool · closest name: dodgerblue
RGB
112, 171, 253
HSL
215°, 97%, 72%
CMYK
56, 32, 0, 1
Luminance
0.3966
Every format
| HEX | #70abfd |
| RGB | rgb(112, 171, 253) |
| HSL | hsl(215, 97%, 72%) |
| CMYK | cmyk(56%, 32%, 0%, 1%) |
| LAB | lab(69.2 4.1 -46.5) |
| LCH | lch(69.2 46.7 275.0) |
| OKLCH | oklch(0.736 0.135 256.8) |
Copy-ready code
/* CSS */
color: #70abfd;
background-color: #70abfd;
/* Tailwind (arbitrary) */
class="text-[#70abfd] bg-[#70abfd]"
/* SCSS */
$brand: #70abfd;
/* SwiftUI */
Color(red: 0.439, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#70abfd")Accessibility — WCAG contrast
Aa
#70abfd on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#70abfd on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green67.1%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#70abfd text on a black background
contrast 8.93:1
Card sample
#70abfd text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70abfd;
Background color
Panel with #70abfd background
background-color: #70abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70abfd; background: linear-gradient(135deg, #70abfd, #9370FD);