#46acfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
70, 172, 253
HSL
207°, 98%, 63%
CMYK
72, 32, 0, 1
Luminance
0.3790
Every format
| HEX | #46acfd |
| RGB | rgb(70, 172, 253) |
| HSL | hsl(207, 98%, 63%) |
| CMYK | cmyk(72%, 32%, 0%, 1%) |
| LAB | lab(67.9 -3.4 -48.6) |
| LCH | lch(67.9 48.7 266.0) |
| OKLCH | oklch(0.721 0.151 246.2) |
Copy-ready code
/* CSS */
color: #46acfd;
background-color: #46acfd;
/* Tailwind (arbitrary) */
class="text-[#46acfd] bg-[#46acfd]"
/* SCSS */
$brand: #46acfd;
/* SwiftUI */
Color(red: 0.275, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#46acfd")Accessibility — WCAG contrast
Aa
#46acfd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46acfd on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green67.5%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#46acfd text on a black background
contrast 8.58:1
Card sample
#46acfd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46acfd;
Background color
Panel with #46acfd background
background-color: #46acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46acfd; background: linear-gradient(135deg, #46acfd, #5A46FD);