#46bafd
a balanced, electric blue · cool · closest name: skyblue
RGB
70, 186, 253
HSL
202°, 98%, 63%
CMYK
72, 27, 0, 1
Luminance
0.4351
Every format
| HEX | #46bafd |
| RGB | rgb(70, 186, 253) |
| HSL | hsl(202, 98%, 63%) |
| CMYK | cmyk(72%, 27%, 0%, 1%) |
| LAB | lab(71.9 -11.2 -42.4) |
| LCH | lch(71.9 43.9 255.3) |
| OKLCH | oklch(0.752 0.141 238.4) |
Copy-ready code
/* CSS */
color: #46bafd;
background-color: #46bafd;
/* Tailwind (arbitrary) */
class="text-[#46bafd] bg-[#46bafd]"
/* SCSS */
$brand: #46bafd;
/* SwiftUI */
Color(red: 0.275, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#46bafd")Accessibility — WCAG contrast
Aa
#46bafd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46bafd on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green72.9%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#46bafd text on a black background
contrast 9.70:1
Card sample
#46bafd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46bafd;
Background color
Panel with #46bafd background
background-color: #46bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46bafd; background: linear-gradient(135deg, #46bafd, #4C46FD);