#059ef1
a balanced, electric blue · cool · closest name: dodgerblue
RGB
5, 158, 241
HSL
201°, 96%, 48%
CMYK
98, 34, 0, 6
Luminance
0.3084
Every format
| HEX | #059ef1 |
| RGB | rgb(5, 158, 241) |
| HSL | hsl(201, 96%, 48%) |
| CMYK | cmyk(98%, 34%, 0%, 6%) |
| LAB | lab(62.4 -4.5 -51.0) |
| LCH | lch(62.4 51.1 265.0) |
| OKLCH | oklch(0.672 0.163 243.3) |
Copy-ready code
/* CSS */
color: #059ef1;
background-color: #059ef1;
/* Tailwind (arbitrary) */
class="text-[#059ef1] bg-[#059ef1]"
/* SCSS */
$brand: #059ef1;
/* SwiftUI */
Color(red: 0.020, green: 0.620, blue: 0.945)
/* Android */
Color.parseColor("#059ef1")Accessibility — WCAG contrast
Aa
#059ef1 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#059ef1 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green62.0%
Blue94.5%
CMYK percentages
Cyan97.9%
Magenta34.4%
Yellow0.0%
Key (black)5.5%
Color previews
#059ef1 text on a black background
contrast 7.17:1
Card sample
#059ef1 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #059ef1;
Background color
Panel with #059ef1 background
background-color: #059ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #059ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 158, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 158, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #059ef1; background: linear-gradient(135deg, #059ef1, #0905F1);