#5bdcd3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
91, 220, 211
HSL
176°, 65%, 61%
CMYK
59, 0, 4, 14
Luminance
0.5811
Every format
| HEX | #5bdcd3 |
| RGB | rgb(91, 220, 211) |
| HSL | hsl(176, 65%, 61%) |
| CMYK | cmyk(59%, 0%, 4%, 14%) |
| LAB | lab(80.8 -37.4 -6.2) |
| LCH | lch(80.8 38.0 189.5) |
| OKLCH | oklch(0.821 0.114 188.8) |
Copy-ready code
/* CSS */
color: #5bdcd3;
background-color: #5bdcd3;
/* Tailwind (arbitrary) */
class="text-[#5bdcd3] bg-[#5bdcd3]"
/* SCSS */
$brand: #5bdcd3;
/* SwiftUI */
Color(red: 0.357, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#5bdcd3")Accessibility — WCAG contrast
Aa
#5bdcd3 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bdcd3 on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green86.3%
Blue82.7%
CMYK percentages
Cyan58.6%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#5bdcd3 text on a black background
contrast 12.62:1
Card sample
#5bdcd3 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bdcd3;
Background color
Panel with #5bdcd3 background
background-color: #5bdcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bdcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bdcd3; background: linear-gradient(135deg, #5bdcd3, #5B8FDC);