#5ebaab
a balanced, soft cyan · cool · closest name: turquoise
RGB
94, 186, 171
HSL
170°, 40%, 55%
CMYK
50, 0, 8, 27
Luminance
0.4044
Every format
| HEX | #5ebaab |
| RGB | rgb(94, 186, 171) |
| HSL | hsl(170, 40%, 55%) |
| CMYK | cmyk(50%, 0%, 8%, 27%) |
| LAB | lab(69.8 -31.1 -0.8) |
| LCH | lch(69.8 31.1 181.5) |
| OKLCH | oklch(0.728 0.091 181.7) |
Copy-ready code
/* CSS */
color: #5ebaab;
background-color: #5ebaab;
/* Tailwind (arbitrary) */
class="text-[#5ebaab] bg-[#5ebaab]"
/* SCSS */
$brand: #5ebaab;
/* SwiftUI */
Color(red: 0.369, green: 0.729, blue: 0.671)
/* Android */
Color.parseColor("#5ebaab")Accessibility — WCAG contrast
Aa
#5ebaab on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ebaab on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green72.9%
Blue67.1%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow8.1%
Key (black)27.1%
Color previews
#5ebaab text on a black background
contrast 9.09:1
Card sample
#5ebaab text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ebaab;
Background color
Panel with #5ebaab background
background-color: #5ebaab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ebaab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 186, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 186, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ebaab; background: linear-gradient(135deg, #5ebaab, #5E8CBA);