#58baeb
a balanced, electric blue · cool · closest name: skyblue
RGB
88, 186, 235
HSL
200°, 79%, 63%
CMYK
63, 21, 0, 8
Luminance
0.4319
Every format
| HEX | #58baeb |
| RGB | rgb(88, 186, 235) |
| HSL | hsl(200, 79%, 63%) |
| CMYK | cmyk(63%, 21%, 0%, 8%) |
| LAB | lab(71.7 -14.3 -33.0) |
| LCH | lch(71.7 35.9 246.6) |
| OKLCH | oklch(0.750 0.116 233.0) |
Copy-ready code
/* CSS */
color: #58baeb;
background-color: #58baeb;
/* Tailwind (arbitrary) */
class="text-[#58baeb] bg-[#58baeb]"
/* SCSS */
$brand: #58baeb;
/* SwiftUI */
Color(red: 0.345, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#58baeb")Accessibility — WCAG contrast
Aa
#58baeb on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58baeb on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green72.9%
Blue92.2%
CMYK percentages
Cyan62.6%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#58baeb text on a black background
contrast 9.64:1
Card sample
#58baeb text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58baeb;
Background color
Panel with #58baeb background
background-color: #58baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58baeb; background: linear-gradient(135deg, #58baeb, #5858EB);