#46b3fd
a balanced, electric blue · cool · closest name: steelblue
RGB
70, 179, 253
HSL
204°, 98%, 63%
CMYK
72, 29, 0, 1
Luminance
0.4063
Every format
| HEX | #46b3fd |
| RGB | rgb(70, 179, 253) |
| HSL | hsl(204, 98%, 63%) |
| CMYK | cmyk(72%, 29%, 0%, 1%) |
| LAB | lab(69.9 -7.3 -45.5) |
| LCH | lch(69.9 46.1 260.9) |
| OKLCH | oklch(0.737 0.145 242.4) |
Copy-ready code
/* CSS */
color: #46b3fd;
background-color: #46b3fd;
/* Tailwind (arbitrary) */
class="text-[#46b3fd] bg-[#46b3fd]"
/* SCSS */
$brand: #46b3fd;
/* SwiftUI */
Color(red: 0.275, green: 0.702, blue: 0.992)
/* Android */
Color.parseColor("#46b3fd")Accessibility — WCAG contrast
Aa
#46b3fd on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46b3fd on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green70.2%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta29.2%
Yellow0.0%
Key (black)0.8%
Color previews
#46b3fd text on a black background
contrast 9.13:1
Card sample
#46b3fd text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46b3fd;
Background color
Panel with #46b3fd background
background-color: #46b3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46b3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 179, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 179, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46b3fd; background: linear-gradient(135deg, #46b3fd, #5346FD);