#5dbacf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
93, 186, 207
HSL
191°, 54%, 59%
CMYK
55, 10, 0, 19
Luminance
0.4195
Every format
| HEX | #5dbacf |
| RGB | rgb(93, 186, 207) |
| HSL | hsl(191, 54%, 59%) |
| CMYK | cmyk(55%, 10%, 0%, 19%) |
| LAB | lab(70.8 -21.7 -19.0) |
| LCH | lch(70.8 28.8 221.2) |
| OKLCH | oklch(0.740 0.093 214.5) |
Copy-ready code
/* CSS */
color: #5dbacf;
background-color: #5dbacf;
/* Tailwind (arbitrary) */
class="text-[#5dbacf] bg-[#5dbacf]"
/* SCSS */
$brand: #5dbacf;
/* SwiftUI */
Color(red: 0.365, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#5dbacf")Accessibility — WCAG contrast
Aa
#5dbacf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dbacf on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green72.9%
Blue81.2%
CMYK percentages
Cyan55.1%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#5dbacf text on a black background
contrast 9.39:1
Card sample
#5dbacf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dbacf;
Background color
Panel with #5dbacf background
background-color: #5dbacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dbacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dbacf; background: linear-gradient(135deg, #5dbacf, #5D6ECF);