#5bb9a1
a balanced, soft cyan · cool · closest name: turquoise
RGB
91, 185, 161
HSL
165°, 40%, 54%
CMYK
51, 0, 13, 28
Luminance
0.3950
Every format
| HEX | #5bb9a1 |
| RGB | rgb(91, 185, 161) |
| HSL | hsl(165, 40%, 54%) |
| CMYK | cmyk(51%, 0%, 13%, 28%) |
| LAB | lab(69.1 -33.8 3.7) |
| LCH | lch(69.1 34.0 173.8) |
| OKLCH | oklch(0.721 0.097 174.6) |
Copy-ready code
/* CSS */
color: #5bb9a1;
background-color: #5bb9a1;
/* Tailwind (arbitrary) */
class="text-[#5bb9a1] bg-[#5bb9a1]"
/* SCSS */
$brand: #5bb9a1;
/* SwiftUI */
Color(red: 0.357, green: 0.725, blue: 0.631)
/* Android */
Color.parseColor("#5bb9a1")Accessibility — WCAG contrast
Aa
#5bb9a1 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bb9a1 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green72.5%
Blue63.1%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow13.0%
Key (black)27.5%
Color previews
#5bb9a1 text on a black background
contrast 8.90:1
Card sample
#5bb9a1 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bb9a1;
Background color
Panel with #5bb9a1 background
background-color: #5bb9a1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bb9a1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 185, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 185, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bb9a1; background: linear-gradient(135deg, #5bb9a1, #5B92B9);