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