#5bbcad
a balanced, soft cyan · cool · closest name: turquoise
RGB
91, 188, 173
HSL
171°, 42%, 55%
CMYK
52, 0, 8, 26
Luminance
0.4121
Every format
| HEX | #5bbcad |
| RGB | rgb(91, 188, 173) |
| HSL | hsl(171, 42%, 55%) |
| CMYK | cmyk(52%, 0%, 8%, 26%) |
| LAB | lab(70.3 -32.3 -1.1) |
| LCH | lch(70.3 32.3 182.0) |
| OKLCH | oklch(0.732 0.095 182.2) |
Copy-ready code
/* CSS */
color: #5bbcad;
background-color: #5bbcad;
/* Tailwind (arbitrary) */
class="text-[#5bbcad] bg-[#5bbcad]"
/* SCSS */
$brand: #5bbcad;
/* SwiftUI */
Color(red: 0.357, green: 0.737, blue: 0.678)
/* Android */
Color.parseColor("#5bbcad")Accessibility — WCAG contrast
Aa
#5bbcad on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bbcad on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green73.7%
Blue67.8%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow8.0%
Key (black)26.3%
Color previews
#5bbcad text on a black background
contrast 9.24:1
Card sample
#5bbcad text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bbcad;
Background color
Panel with #5bbcad background
background-color: #5bbcad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bbcad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 188, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 188, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bbcad; background: linear-gradient(135deg, #5bbcad, #5B8ABC);