#58abdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
88, 171, 223
HSL
203°, 68%, 61%
CMYK
61, 23, 0, 13
Luminance
0.3653
Every format
| HEX | #58abdf |
| RGB | rgb(88, 171, 223) |
| HSL | hsl(203, 68%, 61%) |
| CMYK | cmyk(61%, 23%, 0%, 13%) |
| LAB | lab(66.9 -9.9 -33.8) |
| LCH | lch(66.9 35.2 253.6) |
| OKLCH | oklch(0.710 0.111 238.5) |
Copy-ready code
/* CSS */
color: #58abdf;
background-color: #58abdf;
/* Tailwind (arbitrary) */
class="text-[#58abdf] bg-[#58abdf]"
/* SCSS */
$brand: #58abdf;
/* SwiftUI */
Color(red: 0.345, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#58abdf")Accessibility — WCAG contrast
Aa
#58abdf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58abdf on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green67.1%
Blue87.5%
CMYK percentages
Cyan60.5%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#58abdf text on a black background
contrast 8.31:1
Card sample
#58abdf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58abdf;
Background color
Panel with #58abdf background
background-color: #58abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58abdf; background: linear-gradient(135deg, #58abdf, #5F58DF);