#5accbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
90, 204, 191
HSL
173°, 53%, 58%
CMYK
56, 0, 6, 20
Luminance
0.4912
Every format
| HEX | #5accbf |
| RGB | rgb(90, 204, 191) |
| HSL | hsl(173, 53%, 58%) |
| CMYK | cmyk(56%, 0%, 6%, 20%) |
| LAB | lab(75.5 -35.4 -3.3) |
| LCH | lch(75.5 35.6 185.3) |
| OKLCH | oklch(0.776 0.105 185.2) |
Copy-ready code
/* CSS */
color: #5accbf;
background-color: #5accbf;
/* Tailwind (arbitrary) */
class="text-[#5accbf] bg-[#5accbf]"
/* SCSS */
$brand: #5accbf;
/* SwiftUI */
Color(red: 0.353, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#5accbf")Accessibility — WCAG contrast
Aa
#5accbf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5accbf on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.0%
Blue74.9%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#5accbf text on a black background
contrast 10.82:1
Card sample
#5accbf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5accbf;
Background color
Panel with #5accbf background
background-color: #5accbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5accbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5accbf; background: linear-gradient(135deg, #5accbf, #5A8DCC);