#46afec
a balanced, electric blue · cool · closest name: steelblue
RGB
70, 175, 236
HSL
202°, 81%, 60%
CMYK
70, 26, 0, 8
Luminance
0.3802
Every format
| HEX | #46afec |
| RGB | rgb(70, 175, 236) |
| HSL | hsl(202, 81%, 60%) |
| CMYK | cmyk(70%, 26%, 0%, 8%) |
| LAB | lab(68.0 -10.8 -39.2) |
| LCH | lch(68.0 40.7 254.6) |
| OKLCH | oklch(0.719 0.130 238.1) |
Copy-ready code
/* CSS */
color: #46afec;
background-color: #46afec;
/* Tailwind (arbitrary) */
class="text-[#46afec] bg-[#46afec]"
/* SCSS */
$brand: #46afec;
/* SwiftUI */
Color(red: 0.275, green: 0.686, blue: 0.925)
/* Android */
Color.parseColor("#46afec")Accessibility — WCAG contrast
Aa
#46afec on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46afec on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green68.6%
Blue92.5%
CMYK percentages
Cyan70.3%
Magenta25.8%
Yellow0.0%
Key (black)7.5%
Color previews
#46afec text on a black background
contrast 8.60:1
Card sample
#46afec text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46afec;
Background color
Panel with #46afec background
background-color: #46afec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46afec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 175, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 175, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46afec; background: linear-gradient(135deg, #46afec, #4C46EC);