#059fef
a balanced, electric blue · cool · closest name: steelblue
RGB
5, 159, 239
HSL
201°, 96%, 48%
CMYK
98, 34, 0, 6
Luminance
0.3106
Every format
| HEX | #059fef |
| RGB | rgb(5, 159, 239) |
| HSL | hsl(201, 96%, 48%) |
| CMYK | cmyk(98%, 34%, 0%, 6%) |
| LAB | lab(62.6 -5.8 -49.5) |
| LCH | lch(62.6 49.9 263.4) |
| OKLCH | oklch(0.673 0.160 242.2) |
Copy-ready code
/* CSS */
color: #059fef;
background-color: #059fef;
/* Tailwind (arbitrary) */
class="text-[#059fef] bg-[#059fef]"
/* SCSS */
$brand: #059fef;
/* SwiftUI */
Color(red: 0.020, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#059fef")Accessibility — WCAG contrast
Aa
#059fef on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#059fef on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green62.4%
Blue93.7%
CMYK percentages
Cyan97.9%
Magenta33.5%
Yellow0.0%
Key (black)6.3%
Color previews
#059fef text on a black background
contrast 7.21:1
Card sample
#059fef text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #059fef;
Background color
Panel with #059fef background
background-color: #059fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #059fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #059fef; background: linear-gradient(135deg, #059fef, #0705EF);