#46adfd
a balanced, electric blue · cool · closest name: steelblue
RGB
70, 173, 253
HSL
206°, 98%, 63%
CMYK
72, 32, 0, 1
Luminance
0.3828
Every format
| HEX | #46adfd |
| RGB | rgb(70, 173, 253) |
| HSL | hsl(206, 98%, 63%) |
| CMYK | cmyk(72%, 32%, 0%, 1%) |
| LAB | lab(68.2 -4.0 -48.2) |
| LCH | lch(68.2 48.4 265.3) |
| OKLCH | oklch(0.723 0.150 245.6) |
Copy-ready code
/* CSS */
color: #46adfd;
background-color: #46adfd;
/* Tailwind (arbitrary) */
class="text-[#46adfd] bg-[#46adfd]"
/* SCSS */
$brand: #46adfd;
/* SwiftUI */
Color(red: 0.275, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#46adfd")Accessibility — WCAG contrast
Aa
#46adfd on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46adfd on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green67.8%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#46adfd text on a black background
contrast 8.66:1
Card sample
#46adfd text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46adfd;
Background color
Panel with #46adfd background
background-color: #46adfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46adfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46adfd; background: linear-gradient(135deg, #46adfd, #5946FD);