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