#5abcad
a balanced, soft cyan · cool · closest name: turquoise
RGB
90, 188, 173
HSL
171°, 42%, 55%
CMYK
52, 0, 8, 26
Luminance
0.4116
Every format
| HEX | #5abcad |
| RGB | rgb(90, 188, 173) |
| HSL | hsl(171, 42%, 55%) |
| CMYK | cmyk(52%, 0%, 8%, 26%) |
| LAB | lab(70.3 -32.5 -1.2) |
| LCH | lch(70.3 32.5 182.1) |
| OKLCH | oklch(0.732 0.095 182.3) |
Copy-ready code
/* CSS */
color: #5abcad;
background-color: #5abcad;
/* Tailwind (arbitrary) */
class="text-[#5abcad] bg-[#5abcad]"
/* SCSS */
$brand: #5abcad;
/* SwiftUI */
Color(red: 0.353, green: 0.737, blue: 0.678)
/* Android */
Color.parseColor("#5abcad")Accessibility — WCAG contrast
Aa
#5abcad on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abcad on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green73.7%
Blue67.8%
CMYK percentages
Cyan52.1%
Magenta0.0%
Yellow8.0%
Key (black)26.3%
Color previews
#5abcad text on a black background
contrast 9.23:1
Card sample
#5abcad text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abcad;
Background color
Panel with #5abcad background
background-color: #5abcad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abcad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 188, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 188, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abcad; background: linear-gradient(135deg, #5abcad, #5A8ABC);