#58c3cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
88, 195, 207
HSL
186°, 55%, 58%
CMYK
58, 6, 0, 19
Luminance
0.4561
Every format
| HEX | #58c3cf |
| RGB | rgb(88, 195, 207) |
| HSL | hsl(186, 55%, 58%) |
| CMYK | cmyk(58%, 6%, 0%, 19%) |
| LAB | lab(73.3 -27.2 -15.3) |
| LCH | lch(73.3 31.2 209.4) |
| OKLCH | oklch(0.759 0.099 205.3) |
Copy-ready code
/* CSS */
color: #58c3cf;
background-color: #58c3cf;
/* Tailwind (arbitrary) */
class="text-[#58c3cf] bg-[#58c3cf]"
/* SCSS */
$brand: #58c3cf;
/* SwiftUI */
Color(red: 0.345, green: 0.765, blue: 0.812)
/* Android */
Color.parseColor("#58c3cf")Accessibility — WCAG contrast
Aa
#58c3cf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58c3cf on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green76.5%
Blue81.2%
CMYK percentages
Cyan57.5%
Magenta5.8%
Yellow0.0%
Key (black)18.8%
Color previews
#58c3cf text on a black background
contrast 10.12:1
Card sample
#58c3cf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58c3cf;
Background color
Panel with #58c3cf background
background-color: #58c3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58c3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 195, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 195, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58c3cf; background: linear-gradient(135deg, #58c3cf, #5873CF);