#5abeb7
a balanced, soft cyan · cool · closest name: turquoise
RGB
90, 190, 183
HSL
176°, 44%, 55%
CMYK
53, 0, 4, 26
Luminance
0.4242
Every format
| HEX | #5abeb7 |
| RGB | rgb(90, 190, 183) |
| HSL | hsl(176, 44%, 55%) |
| CMYK | cmyk(53%, 0%, 4%, 26%) |
| LAB | lab(71.2 -30.9 -5.4) |
| LCH | lch(71.2 31.3 189.9) |
| OKLCH | oklch(0.740 0.094 189.2) |
Copy-ready code
/* CSS */
color: #5abeb7;
background-color: #5abeb7;
/* Tailwind (arbitrary) */
class="text-[#5abeb7] bg-[#5abeb7]"
/* SCSS */
$brand: #5abeb7;
/* SwiftUI */
Color(red: 0.353, green: 0.745, blue: 0.718)
/* Android */
Color.parseColor("#5abeb7")Accessibility — WCAG contrast
Aa
#5abeb7 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abeb7 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green74.5%
Blue71.8%
CMYK percentages
Cyan52.6%
Magenta0.0%
Yellow3.7%
Key (black)25.5%
Color previews
#5abeb7 text on a black background
contrast 9.48:1
Card sample
#5abeb7 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abeb7;
Background color
Panel with #5abeb7 background
background-color: #5abeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 190, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 190, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abeb7; background: linear-gradient(135deg, #5abeb7, #5A82BE);