#5bdcd0
a balanced, vivid cyan · cool · closest name: turquoise
RGB
91, 220, 208
HSL
174°, 65%, 61%
CMYK
59, 0, 6, 14
Luminance
0.5796
Every format
| HEX | #5bdcd0 |
| RGB | rgb(91, 220, 208) |
| HSL | hsl(174, 65%, 61%) |
| CMYK | cmyk(59%, 0%, 6%, 14%) |
| LAB | lab(80.7 -38.2 -4.8) |
| LCH | lch(80.7 38.5 187.1) |
| OKLCH | oklch(0.820 0.115 186.7) |
Copy-ready code
/* CSS */
color: #5bdcd0;
background-color: #5bdcd0;
/* Tailwind (arbitrary) */
class="text-[#5bdcd0] bg-[#5bdcd0]"
/* SCSS */
$brand: #5bdcd0;
/* SwiftUI */
Color(red: 0.357, green: 0.863, blue: 0.816)
/* Android */
Color.parseColor("#5bdcd0")Accessibility — WCAG contrast
Aa
#5bdcd0 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bdcd0 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green86.3%
Blue81.6%
CMYK percentages
Cyan58.6%
Magenta0.0%
Yellow5.5%
Key (black)13.7%
Color previews
#5bdcd0 text on a black background
contrast 12.59:1
Card sample
#5bdcd0 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bdcd0;
Background color
Panel with #5bdcd0 background
background-color: #5bdcd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bdcd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 220, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 220, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bdcd0; background: linear-gradient(135deg, #5bdcd0, #5B92DC);