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