#5bc4af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
91, 196, 175
HSL
168°, 47%, 56%
CMYK
54, 0, 11, 23
Luminance
0.4480
Every format
| HEX | #5bc4af |
| RGB | rgb(91, 196, 175) |
| HSL | hsl(168, 47%, 56%) |
| CMYK | cmyk(54%, 0%, 11%, 23%) |
| LAB | lab(72.8 -35.5 1.3) |
| LCH | lch(72.8 35.5 177.9) |
| OKLCH | oklch(0.752 0.103 178.4) |
Copy-ready code
/* CSS */
color: #5bc4af;
background-color: #5bc4af;
/* Tailwind (arbitrary) */
class="text-[#5bc4af] bg-[#5bc4af]"
/* SCSS */
$brand: #5bc4af;
/* SwiftUI */
Color(red: 0.357, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#5bc4af")Accessibility — WCAG contrast
Aa
#5bc4af on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bc4af on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green76.9%
Blue68.6%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#5bc4af text on a black background
contrast 9.96:1
Card sample
#5bc4af text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bc4af;
Background color
Panel with #5bc4af background
background-color: #5bc4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bc4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bc4af; background: linear-gradient(135deg, #5bc4af, #5B93C4);