#5ecabf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
94, 202, 191
HSL
174°, 51%, 58%
CMYK
54, 0, 5, 21
Luminance
0.4838
Every format
| HEX | #5ecabf |
| RGB | rgb(94, 202, 191) |
| HSL | hsl(174, 51%, 58%) |
| CMYK | cmyk(54%, 0%, 5%, 21%) |
| LAB | lab(75.1 -33.7 -4.0) |
| LCH | lch(75.1 33.9 186.7) |
| OKLCH | oklch(0.773 0.101 186.4) |
Copy-ready code
/* CSS */
color: #5ecabf;
background-color: #5ecabf;
/* Tailwind (arbitrary) */
class="text-[#5ecabf] bg-[#5ecabf]"
/* SCSS */
$brand: #5ecabf;
/* SwiftUI */
Color(red: 0.369, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#5ecabf")Accessibility — WCAG contrast
Aa
#5ecabf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ecabf on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green79.2%
Blue74.9%
CMYK percentages
Cyan53.5%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#5ecabf text on a black background
contrast 10.68:1
Card sample
#5ecabf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ecabf;
Background color
Panel with #5ecabf background
background-color: #5ecabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ecabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ecabf; background: linear-gradient(135deg, #5ecabf, #5E8DCA);