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