#5ec9a6
a balanced, vivid cyan · cool · closest name: turquoise
RGB
94, 201, 166
HSL
160°, 50%, 58%
CMYK
53, 0, 17, 21
Luminance
0.4691
Every format
| HEX | #5ec9a6 |
| RGB | rgb(94, 201, 166) |
| HSL | hsl(160, 50%, 58%) |
| CMYK | cmyk(53%, 0%, 17%, 21%) |
| LAB | lab(74.1 -39.3 8.2) |
| LCH | lch(74.1 40.1 168.2) |
| OKLCH | oklch(0.763 0.112 169.2) |
Copy-ready code
/* CSS */
color: #5ec9a6;
background-color: #5ec9a6;
/* Tailwind (arbitrary) */
class="text-[#5ec9a6] bg-[#5ec9a6]"
/* SCSS */
$brand: #5ec9a6;
/* SwiftUI */
Color(red: 0.369, green: 0.788, blue: 0.651)
/* Android */
Color.parseColor("#5ec9a6")Accessibility — WCAG contrast
Aa
#5ec9a6 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ec9a6 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green78.8%
Blue65.1%
CMYK percentages
Cyan53.2%
Magenta0.0%
Yellow17.4%
Key (black)21.2%
Color previews
#5ec9a6 text on a black background
contrast 10.38:1
Card sample
#5ec9a6 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ec9a6;
Background color
Panel with #5ec9a6 background
background-color: #5ec9a6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ec9a6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 201, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 201, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ec9a6; background: linear-gradient(135deg, #5ec9a6, #5EA5C9);