#5dc2ce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
93, 194, 206
HSL
186°, 54%, 59%
CMYK
55, 6, 0, 19
Luminance
0.4537
Every format
| HEX | #5dc2ce |
| RGB | rgb(93, 194, 206) |
| HSL | hsl(186, 54%, 59%) |
| CMYK | cmyk(55%, 6%, 0%, 19%) |
| LAB | lab(73.1 -26.0 -15.0) |
| LCH | lch(73.1 30.0 209.9) |
| OKLCH | oklch(0.758 0.095 205.8) |
Copy-ready code
/* CSS */
color: #5dc2ce;
background-color: #5dc2ce;
/* Tailwind (arbitrary) */
class="text-[#5dc2ce] bg-[#5dc2ce]"
/* SCSS */
$brand: #5dc2ce;
/* SwiftUI */
Color(red: 0.365, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#5dc2ce")Accessibility — WCAG contrast
Aa
#5dc2ce on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dc2ce on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green76.1%
Blue80.8%
CMYK percentages
Cyan54.9%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#5dc2ce text on a black background
contrast 10.07:1
Card sample
#5dc2ce text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dc2ce;
Background color
Panel with #5dc2ce background
background-color: #5dc2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dc2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dc2ce; background: linear-gradient(135deg, #5dc2ce, #5D76CE);