#58cddb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
88, 205, 219
HSL
186°, 65%, 60%
CMYK
60, 6, 0, 14
Luminance
0.5085
Every format
| HEX | #58cddb |
| RGB | rgb(88, 205, 219) |
| HSL | hsl(186, 65%, 60%) |
| CMYK | cmyk(60%, 6%, 0%, 14%) |
| LAB | lab(76.6 -28.7 -16.8) |
| LCH | lch(76.6 33.3 210.4) |
| OKLCH | oklch(0.787 0.106 206.1) |
Copy-ready code
/* CSS */
color: #58cddb;
background-color: #58cddb;
/* Tailwind (arbitrary) */
class="text-[#58cddb] bg-[#58cddb]"
/* SCSS */
$brand: #58cddb;
/* SwiftUI */
Color(red: 0.345, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#58cddb")Accessibility — WCAG contrast
Aa
#58cddb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cddb on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green80.4%
Blue85.9%
CMYK percentages
Cyan59.8%
Magenta6.4%
Yellow0.0%
Key (black)14.1%
Color previews
#58cddb text on a black background
contrast 11.17:1
Card sample
#58cddb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cddb;
Background color
Panel with #58cddb background
background-color: #58cddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cddb; background: linear-gradient(135deg, #58cddb, #5876DB);