#5db7cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
93, 183, 207
HSL
193°, 54%, 59%
CMYK
55, 12, 0, 19
Luminance
0.4070
Every format
| HEX | #5db7cf |
| RGB | rgb(93, 183, 207) |
| HSL | hsl(193, 54%, 59%) |
| CMYK | cmyk(55%, 12%, 0%, 19%) |
| LAB | lab(70.0 -20.1 -20.3) |
| LCH | lch(70.0 28.6 225.2) |
| OKLCH | oklch(0.733 0.092 217.5) |
Copy-ready code
/* CSS */
color: #5db7cf;
background-color: #5db7cf;
/* Tailwind (arbitrary) */
class="text-[#5db7cf] bg-[#5db7cf]"
/* SCSS */
$brand: #5db7cf;
/* SwiftUI */
Color(red: 0.365, green: 0.718, blue: 0.812)
/* Android */
Color.parseColor("#5db7cf")Accessibility — WCAG contrast
Aa
#5db7cf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5db7cf on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green71.8%
Blue81.2%
CMYK percentages
Cyan55.1%
Magenta11.6%
Yellow0.0%
Key (black)18.8%
Color previews
#5db7cf text on a black background
contrast 9.14:1
Card sample
#5db7cf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5db7cf;
Background color
Panel with #5db7cf background
background-color: #5db7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5db7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 183, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 183, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5db7cf; background: linear-gradient(135deg, #5db7cf, #5D6BCF);