#58afec
a balanced, electric blue · cool · closest name: steelblue
RGB
88, 175, 236
HSL
205°, 80%, 64%
CMYK
63, 26, 0, 8
Luminance
0.3879
Every format
| HEX | #58afec |
| RGB | rgb(88, 175, 236) |
| HSL | hsl(205, 80%, 64%) |
| CMYK | cmyk(63%, 26%, 0%, 8%) |
| LAB | lab(68.6 -8.0 -38.3) |
| LCH | lch(68.6 39.1 258.2) |
| OKLCH | oklch(0.725 0.122 241.7) |
Copy-ready code
/* CSS */
color: #58afec;
background-color: #58afec;
/* Tailwind (arbitrary) */
class="text-[#58afec] bg-[#58afec]"
/* SCSS */
$brand: #58afec;
/* SwiftUI */
Color(red: 0.345, green: 0.686, blue: 0.925)
/* Android */
Color.parseColor("#58afec")Accessibility — WCAG contrast
Aa
#58afec on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58afec on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green68.6%
Blue92.5%
CMYK percentages
Cyan62.7%
Magenta25.8%
Yellow0.0%
Key (black)7.5%
Color previews
#58afec text on a black background
contrast 8.76:1
Card sample
#58afec text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58afec;
Background color
Panel with #58afec background
background-color: #58afec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58afec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 175, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 175, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58afec; background: linear-gradient(135deg, #58afec, #6358EC);