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