#58adef
a balanced, electric blue · cool · closest name: steelblue
RGB
88, 173, 239
HSL
206°, 83%, 64%
CMYK
63, 28, 0, 6
Luminance
0.3819
Every format
| HEX | #58adef |
| RGB | rgb(88, 173, 239) |
| HSL | hsl(206, 83%, 64%) |
| CMYK | cmyk(63%, 28%, 0%, 6%) |
| LAB | lab(68.2 -6.0 -40.6) |
| LCH | lch(68.2 41.0 261.7) |
| OKLCH | oklch(0.722 0.127 244.3) |
Copy-ready code
/* CSS */
color: #58adef;
background-color: #58adef;
/* Tailwind (arbitrary) */
class="text-[#58adef] bg-[#58adef]"
/* SCSS */
$brand: #58adef;
/* SwiftUI */
Color(red: 0.345, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#58adef")Accessibility — WCAG contrast
Aa
#58adef on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58adef on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green67.8%
Blue93.7%
CMYK percentages
Cyan63.2%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#58adef text on a black background
contrast 8.64:1
Card sample
#58adef text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58adef;
Background color
Panel with #58adef background
background-color: #58adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58adef; background: linear-gradient(135deg, #58adef, #6858EF);