#5adbbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
90, 219, 191
HSL
167°, 64%, 61%
CMYK
59, 0, 13, 14
Luminance
0.5660
Every format
| HEX | #5adbbf |
| RGB | rgb(90, 219, 191) |
| HSL | hsl(167, 64%, 61%) |
| CMYK | cmyk(59%, 0%, 13%, 14%) |
| LAB | lab(80.0 -42.2 3.2) |
| LCH | lch(80.0 42.3 175.7) |
| OKLCH | oklch(0.812 0.121 176.3) |
Copy-ready code
/* CSS */
color: #5adbbf;
background-color: #5adbbf;
/* Tailwind (arbitrary) */
class="text-[#5adbbf] bg-[#5adbbf]"
/* SCSS */
$brand: #5adbbf;
/* SwiftUI */
Color(red: 0.353, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#5adbbf")Accessibility — WCAG contrast
Aa
#5adbbf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5adbbf on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green85.9%
Blue74.9%
CMYK percentages
Cyan58.9%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#5adbbf text on a black background
contrast 12.32:1
Card sample
#5adbbf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5adbbf;
Background color
Panel with #5adbbf background
background-color: #5adbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5adbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5adbbf; background: linear-gradient(135deg, #5adbbf, #5AA1DB);