#058eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
5, 142, 238
HSL
205°, 96%, 48%
CMYK
98, 40, 0, 7
Luminance
0.2555
Every format
| HEX | #058eee |
| RGB | rgb(5, 142, 238) |
| HSL | hsl(205, 96%, 48%) |
| CMYK | cmyk(98%, 40%, 0%, 7%) |
| LAB | lab(57.6 3.8 -56.9) |
| LCH | lch(57.6 57.0 273.8) |
| OKLCH | oklch(0.634 0.174 249.2) |
Copy-ready code
/* CSS */
color: #058eee;
background-color: #058eee;
/* Tailwind (arbitrary) */
class="text-[#058eee] bg-[#058eee]"
/* SCSS */
$brand: #058eee;
/* SwiftUI */
Color(red: 0.020, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#058eee")Accessibility — WCAG contrast
Aa
#058eee on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#058eee on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green55.7%
Blue93.3%
CMYK percentages
Cyan97.9%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#058eee text on a black background
contrast 6.11:1
Card sample
#058eee text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #058eee;
Background color
Panel with #058eee background
background-color: #058eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #058eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #058eee; background: linear-gradient(135deg, #058eee, #1705EE);