#46adef
a balanced, electric blue · cool · closest name: steelblue
RGB
70, 173, 239
HSL
203°, 84%, 61%
CMYK
71, 28, 0, 6
Luminance
0.3742
Every format
| HEX | #46adef |
| RGB | rgb(70, 173, 239) |
| HSL | hsl(203, 84%, 61%) |
| CMYK | cmyk(71%, 28%, 0%, 6%) |
| LAB | lab(67.6 -8.7 -41.6) |
| LCH | lch(67.6 42.5 258.2) |
| OKLCH | oklch(0.716 0.135 240.7) |
Copy-ready code
/* CSS */
color: #46adef;
background-color: #46adef;
/* Tailwind (arbitrary) */
class="text-[#46adef] bg-[#46adef]"
/* SCSS */
$brand: #46adef;
/* SwiftUI */
Color(red: 0.275, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#46adef")Accessibility — WCAG contrast
Aa
#46adef on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46adef on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green67.8%
Blue93.7%
CMYK percentages
Cyan70.7%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#46adef text on a black background
contrast 8.48:1
Card sample
#46adef text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46adef;
Background color
Panel with #46adef background
background-color: #46adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46adef; background: linear-gradient(135deg, #46adef, #5046EF);