#58cfee
a balanced, electric cyan · cool · closest name: skyblue
RGB
88, 207, 238
HSL
192°, 82%, 64%
CMYK
63, 13, 0, 7
Luminance
0.5287
Every format
| HEX | #58cfee |
| RGB | rgb(88, 207, 238) |
| HSL | hsl(192, 82%, 64%) |
| CMYK | cmyk(63%, 13%, 0%, 7%) |
| LAB | lab(77.8 -24.2 -25.2) |
| LCH | lch(77.8 34.9 226.2) |
| OKLCH | oklch(0.799 0.114 217.9) |
Copy-ready code
/* CSS */
color: #58cfee;
background-color: #58cfee;
/* Tailwind (arbitrary) */
class="text-[#58cfee] bg-[#58cfee]"
/* SCSS */
$brand: #58cfee;
/* SwiftUI */
Color(red: 0.345, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#58cfee")Accessibility — WCAG contrast
Aa
#58cfee on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cfee on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green81.2%
Blue93.3%
CMYK percentages
Cyan63.0%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#58cfee text on a black background
contrast 11.57:1
Card sample
#58cfee text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cfee;
Background color
Panel with #58cfee background
background-color: #58cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cfee; background: linear-gradient(135deg, #58cfee, #586BEE);