#5ecdbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
94, 205, 191
HSL
172°, 53%, 59%
CMYK
54, 0, 7, 20
Luminance
0.4980
Every format
| HEX | #5ecdbf |
| RGB | rgb(94, 205, 191) |
| HSL | hsl(172, 53%, 59%) |
| CMYK | cmyk(54%, 0%, 7%, 20%) |
| LAB | lab(76.0 -35.1 -2.7) |
| LCH | lch(76.0 35.2 184.3) |
| OKLCH | oklch(0.780 0.104 184.3) |
Copy-ready code
/* CSS */
color: #5ecdbf;
background-color: #5ecdbf;
/* Tailwind (arbitrary) */
class="text-[#5ecdbf] bg-[#5ecdbf]"
/* SCSS */
$brand: #5ecdbf;
/* SwiftUI */
Color(red: 0.369, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#5ecdbf")Accessibility — WCAG contrast
Aa
#5ecdbf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ecdbf on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green80.4%
Blue74.9%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#5ecdbf text on a black background
contrast 10.96:1
Card sample
#5ecdbf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ecdbf;
Background color
Panel with #5ecdbf background
background-color: #5ecdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ecdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ecdbf; background: linear-gradient(135deg, #5ecdbf, #5E91CD);