#58b0cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
88, 176, 207
HSL
196°, 55%, 58%
CMYK
58, 15, 0, 19
Luminance
0.3763
Every format
| HEX | #58b0cf |
| RGB | rgb(88, 176, 207) |
| HSL | hsl(196, 55%, 58%) |
| CMYK | cmyk(58%, 15%, 0%, 19%) |
| LAB | lab(67.8 -17.5 -23.7) |
| LCH | lch(67.8 29.5 233.6) |
| OKLCH | oklch(0.715 0.096 223.7) |
Copy-ready code
/* CSS */
color: #58b0cf;
background-color: #58b0cf;
/* Tailwind (arbitrary) */
class="text-[#58b0cf] bg-[#58b0cf]"
/* SCSS */
$brand: #58b0cf;
/* SwiftUI */
Color(red: 0.345, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#58b0cf")Accessibility — WCAG contrast
Aa
#58b0cf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58b0cf on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green69.0%
Blue81.2%
CMYK percentages
Cyan57.5%
Magenta15.0%
Yellow0.0%
Key (black)18.8%
Color previews
#58b0cf text on a black background
contrast 8.53:1
Card sample
#58b0cf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58b0cf;
Background color
Panel with #58b0cf background
background-color: #58b0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58b0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58b0cf; background: linear-gradient(135deg, #58b0cf, #5861CF);