#58b3da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
88, 179, 218
HSL
198°, 64%, 60%
CMYK
60, 18, 0, 15
Luminance
0.3938
Every format
| HEX | #58b3da |
| RGB | rgb(88, 179, 218) |
| HSL | hsl(198, 64%, 60%) |
| CMYK | cmyk(60%, 18%, 0%, 15%) |
| LAB | lab(69.0 -15.8 -27.8) |
| LCH | lch(69.0 32.0 240.4) |
| OKLCH | oklch(0.726 0.103 228.7) |
Copy-ready code
/* CSS */
color: #58b3da;
background-color: #58b3da;
/* Tailwind (arbitrary) */
class="text-[#58b3da] bg-[#58b3da]"
/* SCSS */
$brand: #58b3da;
/* SwiftUI */
Color(red: 0.345, green: 0.702, blue: 0.855)
/* Android */
Color.parseColor("#58b3da")Accessibility — WCAG contrast
Aa
#58b3da on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58b3da on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green70.2%
Blue85.5%
CMYK percentages
Cyan59.6%
Magenta17.9%
Yellow0.0%
Key (black)14.5%
Color previews
#58b3da text on a black background
contrast 8.88:1
Card sample
#58b3da text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58b3da;
Background color
Panel with #58b3da background
background-color: #58b3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58b3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 179, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 179, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58b3da; background: linear-gradient(135deg, #58b3da, #585CDA);