#58abeb
a balanced, electric blue · cool · closest name: steelblue
RGB
88, 171, 235
HSL
206°, 79%, 63%
CMYK
63, 27, 0, 8
Luminance
0.3720
Every format
| HEX | #58abeb |
| RGB | rgb(88, 171, 235) |
| HSL | hsl(206, 79%, 63%) |
| CMYK | cmyk(63%, 27%, 0%, 8%) |
| LAB | lab(67.4 -6.1 -39.6) |
| LCH | lch(67.4 40.1 261.2) |
| OKLCH | oklch(0.716 0.124 244.1) |
Copy-ready code
/* CSS */
color: #58abeb;
background-color: #58abeb;
/* Tailwind (arbitrary) */
class="text-[#58abeb] bg-[#58abeb]"
/* SCSS */
$brand: #58abeb;
/* SwiftUI */
Color(red: 0.345, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#58abeb")Accessibility — WCAG contrast
Aa
#58abeb on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58abeb on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green67.1%
Blue92.2%
CMYK percentages
Cyan62.6%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#58abeb text on a black background
contrast 8.44:1
Card sample
#58abeb text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58abeb;
Background color
Panel with #58abeb background
background-color: #58abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58abeb; background: linear-gradient(135deg, #58abeb, #6758EB);