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