#5acdbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
90, 205, 191
HSL
173°, 54%, 58%
CMYK
56, 0, 7, 20
Luminance
0.4960
Every format
| HEX | #5acdbf |
| RGB | rgb(90, 205, 191) |
| HSL | hsl(173, 54%, 58%) |
| CMYK | cmyk(56%, 0%, 7%, 20%) |
| LAB | lab(75.8 -35.9 -2.9) |
| LCH | lch(75.8 36.0 184.6) |
| OKLCH | oklch(0.778 0.106 184.5) |
Copy-ready code
/* CSS */
color: #5acdbf;
background-color: #5acdbf;
/* Tailwind (arbitrary) */
class="text-[#5acdbf] bg-[#5acdbf]"
/* SCSS */
$brand: #5acdbf;
/* SwiftUI */
Color(red: 0.353, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#5acdbf")Accessibility — WCAG contrast
Aa
#5acdbf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5acdbf on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.4%
Blue74.9%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#5acdbf text on a black background
contrast 10.92:1
Card sample
#5acdbf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5acdbf;
Background color
Panel with #5acdbf background
background-color: #5acdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5acdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5acdbf; background: linear-gradient(135deg, #5acdbf, #5A8ECD);