#58cddf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
88, 205, 223
HSL
188°, 68%, 61%
CMYK
61, 8, 0, 13
Luminance
0.5107
Every format
| HEX | #58cddf |
| RGB | rgb(88, 205, 223) |
| HSL | hsl(188, 68%, 61%) |
| CMYK | cmyk(61%, 8%, 0%, 13%) |
| LAB | lab(76.7 -27.6 -18.8) |
| LCH | lch(76.7 33.3 214.3) |
| OKLCH | oklch(0.789 0.107 209.1) |
Copy-ready code
/* CSS */
color: #58cddf;
background-color: #58cddf;
/* Tailwind (arbitrary) */
class="text-[#58cddf] bg-[#58cddf]"
/* SCSS */
$brand: #58cddf;
/* SwiftUI */
Color(red: 0.345, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#58cddf")Accessibility — WCAG contrast
Aa
#58cddf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cddf on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green80.4%
Blue87.5%
CMYK percentages
Cyan60.5%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#58cddf text on a black background
contrast 11.21:1
Card sample
#58cddf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cddf;
Background color
Panel with #58cddf background
background-color: #58cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cddf; background: linear-gradient(135deg, #58cddf, #5873DF);