#46afee
a balanced, electric blue · cool · closest name: steelblue
RGB
70, 175, 238
HSL
203°, 83%, 60%
CMYK
71, 27, 0, 7
Luminance
0.3814
Every format
| HEX | #46afee |
| RGB | rgb(70, 175, 238) |
| HSL | hsl(203, 83%, 60%) |
| CMYK | cmyk(71%, 27%, 0%, 7%) |
| LAB | lab(68.1 -10.2 -40.2) |
| LCH | lch(68.1 41.5 255.8) |
| OKLCH | oklch(0.720 0.132 239.0) |
Copy-ready code
/* CSS */
color: #46afee;
background-color: #46afee;
/* Tailwind (arbitrary) */
class="text-[#46afee] bg-[#46afee]"
/* SCSS */
$brand: #46afee;
/* SwiftUI */
Color(red: 0.275, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#46afee")Accessibility — WCAG contrast
Aa
#46afee on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46afee on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green68.6%
Blue93.3%
CMYK percentages
Cyan70.6%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#46afee text on a black background
contrast 8.63:1
Card sample
#46afee text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46afee;
Background color
Panel with #46afee background
background-color: #46afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46afee; background: linear-gradient(135deg, #46afee, #4D46EE);