#5abeb4
a balanced, soft cyan · cool · closest name: turquoise
RGB
90, 190, 180
HSL
174°, 44%, 55%
CMYK
53, 0, 5, 26
Luminance
0.4230
Every format
| HEX | #5abeb4 |
| RGB | rgb(90, 190, 180) |
| HSL | hsl(174, 44%, 55%) |
| CMYK | cmyk(53%, 0%, 5%, 26%) |
| LAB | lab(71.1 -31.6 -3.9) |
| LCH | lch(71.1 31.9 187.0) |
| OKLCH | oklch(0.739 0.095 186.6) |
Copy-ready code
/* CSS */
color: #5abeb4;
background-color: #5abeb4;
/* Tailwind (arbitrary) */
class="text-[#5abeb4] bg-[#5abeb4]"
/* SCSS */
$brand: #5abeb4;
/* SwiftUI */
Color(red: 0.353, green: 0.745, blue: 0.706)
/* Android */
Color.parseColor("#5abeb4")Accessibility — WCAG contrast
Aa
#5abeb4 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abeb4 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green74.5%
Blue70.6%
CMYK percentages
Cyan52.6%
Magenta0.0%
Yellow5.3%
Key (black)25.5%
Color previews
#5abeb4 text on a black background
contrast 9.46:1
Card sample
#5abeb4 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abeb4;
Background color
Panel with #5abeb4 background
background-color: #5abeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 190, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 190, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abeb4; background: linear-gradient(135deg, #5abeb4, #5A85BE);