#5cb7af
a balanced, soft cyan · cool · closest name: turquoise
RGB
92, 183, 175
HSL
175°, 39%, 54%
CMYK
50, 0, 4, 28
Luminance
0.3924
Every format
| HEX | #5cb7af |
| RGB | rgb(92, 183, 175) |
| HSL | hsl(175, 39%, 54%) |
| CMYK | cmyk(50%, 0%, 4%, 28%) |
| LAB | lab(68.9 -29.1 -4.3) |
| LCH | lch(68.9 29.4 188.4) |
| OKLCH | oklch(0.721 0.088 187.9) |
Copy-ready code
/* CSS */
color: #5cb7af;
background-color: #5cb7af;
/* Tailwind (arbitrary) */
class="text-[#5cb7af] bg-[#5cb7af]"
/* SCSS */
$brand: #5cb7af;
/* SwiftUI */
Color(red: 0.361, green: 0.718, blue: 0.686)
/* Android */
Color.parseColor("#5cb7af")Accessibility — WCAG contrast
Aa
#5cb7af on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb7af on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green71.8%
Blue68.6%
CMYK percentages
Cyan49.7%
Magenta0.0%
Yellow4.4%
Key (black)28.2%
Color previews
#5cb7af text on a black background
contrast 8.85:1
Card sample
#5cb7af text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb7af;
Background color
Panel with #5cb7af background
background-color: #5cb7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 183, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 183, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb7af; background: linear-gradient(135deg, #5cb7af, #5C82B7);