#58a9da
a balanced, vivid blue · cool · closest name: steelblue
RGB
88, 169, 218
HSL
203°, 64%, 60%
CMYK
60, 23, 0, 15
Luminance
0.3551
Every format
| HEX | #58a9da |
| RGB | rgb(88, 169, 218) |
| HSL | hsl(203, 64%, 60%) |
| CMYK | cmyk(60%, 23%, 0%, 15%) |
| LAB | lab(66.1 -10.4 -32.3) |
| LCH | lch(66.1 33.9 252.1) |
| OKLCH | oklch(0.704 0.107 237.5) |
Copy-ready code
/* CSS */
color: #58a9da;
background-color: #58a9da;
/* Tailwind (arbitrary) */
class="text-[#58a9da] bg-[#58a9da]"
/* SCSS */
$brand: #58a9da;
/* SwiftUI */
Color(red: 0.345, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#58a9da")Accessibility — WCAG contrast
Aa
#58a9da on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58a9da on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green66.3%
Blue85.5%
CMYK percentages
Cyan59.6%
Magenta22.5%
Yellow0.0%
Key (black)14.5%
Color previews
#58a9da text on a black background
contrast 8.10:1
Card sample
#58a9da text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58a9da;
Background color
Panel with #58a9da background
background-color: #58a9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58a9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58a9da; background: linear-gradient(135deg, #58a9da, #5E58DA);