#58bfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
88, 191, 223
HSL
194°, 68%, 61%
CMYK
61, 14, 0, 13
Luminance
0.4466
Every format
| HEX | #58bfdf |
| RGB | rgb(88, 191, 223) |
| HSL | hsl(194, 68%, 61%) |
| CMYK | cmyk(61%, 14%, 0%, 13%) |
| LAB | lab(72.7 -20.5 -24.9) |
| LCH | lch(72.7 32.3 230.5) |
| OKLCH | oklch(0.756 0.105 221.3) |
Copy-ready code
/* CSS */
color: #58bfdf;
background-color: #58bfdf;
/* Tailwind (arbitrary) */
class="text-[#58bfdf] bg-[#58bfdf]"
/* SCSS */
$brand: #58bfdf;
/* SwiftUI */
Color(red: 0.345, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#58bfdf")Accessibility — WCAG contrast
Aa
#58bfdf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58bfdf on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green74.9%
Blue87.5%
CMYK percentages
Cyan60.5%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#58bfdf text on a black background
contrast 9.93:1
Card sample
#58bfdf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58bfdf;
Background color
Panel with #58bfdf background
background-color: #58bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58bfdf; background: linear-gradient(135deg, #58bfdf, #5865DF);