#58c4ff
a light, electric blue · cool · closest name: skyblue
RGB
88, 196, 255
HSL
201°, 100%, 67%
CMYK
66, 23, 0, 0
Luminance
0.4877
Every format
| HEX | #58c4ff |
| RGB | rgb(88, 196, 255) |
| HSL | hsl(201, 100%, 67%) |
| CMYK | cmyk(66%, 23%, 0%, 0%) |
| LAB | lab(75.3 -13.3 -38.1) |
| LCH | lch(75.3 40.4 250.8) |
| OKLCH | oklch(0.781 0.130 235.8) |
Copy-ready code
/* CSS */
color: #58c4ff;
background-color: #58c4ff;
/* Tailwind (arbitrary) */
class="text-[#58c4ff] bg-[#58c4ff]"
/* SCSS */
$brand: #58c4ff;
/* SwiftUI */
Color(red: 0.345, green: 0.769, blue: 1.000)
/* Android */
Color.parseColor("#58c4ff")Accessibility — WCAG contrast
Aa
#58c4ff on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58c4ff on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green76.9%
Blue100.0%
CMYK percentages
Cyan65.5%
Magenta23.1%
Yellow0.0%
Key (black)0.0%
Color previews
#58c4ff text on a black background
contrast 10.75:1
Card sample
#58c4ff text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58c4ff;
Background color
Panel with #58c4ff background
background-color: #58c4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58c4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 196, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 196, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58c4ff; background: linear-gradient(135deg, #58c4ff, #5C58FF);