#58c3f3
a balanced, electric cyan · cool · closest name: skyblue
RGB
88, 195, 243
HSL
199°, 87%, 65%
CMYK
64, 20, 0, 5
Luminance
0.4758
Every format
| HEX | #58c3f3 |
| RGB | rgb(88, 195, 243) |
| HSL | hsl(199, 87%, 65%) |
| CMYK | cmyk(64%, 20%, 0%, 5%) |
| LAB | lab(74.5 -16.5 -32.9) |
| LCH | lch(74.5 36.8 243.3) |
| OKLCH | oklch(0.774 0.119 230.4) |
Copy-ready code
/* CSS */
color: #58c3f3;
background-color: #58c3f3;
/* Tailwind (arbitrary) */
class="text-[#58c3f3] bg-[#58c3f3]"
/* SCSS */
$brand: #58c3f3;
/* SwiftUI */
Color(red: 0.345, green: 0.765, blue: 0.953)
/* Android */
Color.parseColor("#58c3f3")Accessibility — WCAG contrast
Aa
#58c3f3 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58c3f3 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green76.5%
Blue95.3%
CMYK percentages
Cyan63.8%
Magenta19.8%
Yellow0.0%
Key (black)4.7%
Color previews
#58c3f3 text on a black background
contrast 10.52:1
Card sample
#58c3f3 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58c3f3;
Background color
Panel with #58c3f3 background
background-color: #58c3f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58c3f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 195, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 195, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58c3f3; background: linear-gradient(135deg, #58c3f3, #585CF3);