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