#058cff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
5, 140, 255
HSL
208°, 100%, 51%
CMYK
98, 45, 0, 0
Luminance
0.2601
Every format
| HEX | #058cff |
| RGB | rgb(5, 140, 255) |
| HSL | hsl(208, 100%, 51%) |
| CMYK | cmyk(98%, 45%, 0%, 0%) |
| LAB | lab(58.0 11.5 -65.5) |
| LCH | lch(58.0 66.5 279.9) |
| OKLCH | oklch(0.641 0.197 253.1) |
Copy-ready code
/* CSS */
color: #058cff;
background-color: #058cff;
/* Tailwind (arbitrary) */
class="text-[#058cff] bg-[#058cff]"
/* SCSS */
$brand: #058cff;
/* SwiftUI */
Color(red: 0.020, green: 0.549, blue: 1.000)
/* Android */
Color.parseColor("#058cff")Accessibility — WCAG contrast
Aa
#058cff on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#058cff on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green54.9%
Blue100.0%
CMYK percentages
Cyan98.0%
Magenta45.1%
Yellow0.0%
Key (black)0.0%
Color previews
#058cff text on a black background
contrast 6.20:1
Card sample
#058cff text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #058cff;
Background color
Panel with #058cff background
background-color: #058cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #058cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 140, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 140, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #058cff; background: linear-gradient(135deg, #058cff, #2505FF);