#46bdff
a balanced, electric blue · cool · closest name: skyblue
RGB
70, 189, 255
HSL
201°, 100%, 64%
CMYK
73, 26, 0, 0
Luminance
0.4492
Every format
| HEX | #46bdff |
| RGB | rgb(70, 189, 255) |
| HSL | hsl(201, 100%, 64%) |
| CMYK | cmyk(73%, 26%, 0%, 0%) |
| LAB | lab(72.8 -12.1 -42.0) |
| LCH | lch(72.8 43.7 253.9) |
| OKLCH | oklch(0.760 0.141 237.4) |
Copy-ready code
/* CSS */
color: #46bdff;
background-color: #46bdff;
/* Tailwind (arbitrary) */
class="text-[#46bdff] bg-[#46bdff]"
/* SCSS */
$brand: #46bdff;
/* SwiftUI */
Color(red: 0.275, green: 0.741, blue: 1.000)
/* Android */
Color.parseColor("#46bdff")Accessibility — WCAG contrast
Aa
#46bdff on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46bdff on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green74.1%
Blue100.0%
CMYK percentages
Cyan72.5%
Magenta25.9%
Yellow0.0%
Key (black)0.0%
Color previews
#46bdff text on a black background
contrast 9.98:1
Card sample
#46bdff text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46bdff;
Background color
Panel with #46bdff background
background-color: #46bdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46bdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 189, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 189, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46bdff; background: linear-gradient(135deg, #46bdff, #4A46FF);