#5bdcdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
91, 220, 223
HSL
181°, 67%, 62%
CMYK
59, 1, 0, 13
Luminance
0.5874
Every format
| HEX | #5bdcdf |
| RGB | rgb(91, 220, 223) |
| HSL | hsl(181, 67%, 62%) |
| CMYK | cmyk(59%, 1%, 0%, 13%) |
| LAB | lab(81.2 -34.2 -12.1) |
| LCH | lch(81.2 36.3 199.5) |
| OKLCH | oklch(0.825 0.113 197.3) |
Copy-ready code
/* CSS */
color: #5bdcdf;
background-color: #5bdcdf;
/* Tailwind (arbitrary) */
class="text-[#5bdcdf] bg-[#5bdcdf]"
/* SCSS */
$brand: #5bdcdf;
/* SwiftUI */
Color(red: 0.357, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#5bdcdf")Accessibility — WCAG contrast
Aa
#5bdcdf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bdcdf on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green86.3%
Blue87.5%
CMYK percentages
Cyan59.2%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#5bdcdf text on a black background
contrast 12.75:1
Card sample
#5bdcdf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bdcdf;
Background color
Panel with #5bdcdf background
background-color: #5bdcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bdcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bdcdf; background: linear-gradient(135deg, #5bdcdf, #5B84DF);