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