#5eb5ab
a balanced, soft cyan · cool · closest name: turquoise
RGB
94, 181, 171
HSL
173°, 37%, 54%
CMYK
48, 0, 6, 29
Luminance
0.3837
Every format
| HEX | #5eb5ab |
| RGB | rgb(94, 181, 171) |
| HSL | hsl(173, 37%, 54%) |
| CMYK | cmyk(48%, 0%, 6%, 29%) |
| LAB | lab(68.3 -28.7 -3.0) |
| LCH | lch(68.3 28.9 186.0) |
| OKLCH | oklch(0.716 0.086 185.7) |
Copy-ready code
/* CSS */
color: #5eb5ab;
background-color: #5eb5ab;
/* Tailwind (arbitrary) */
class="text-[#5eb5ab] bg-[#5eb5ab]"
/* SCSS */
$brand: #5eb5ab;
/* SwiftUI */
Color(red: 0.369, green: 0.710, blue: 0.671)
/* Android */
Color.parseColor("#5eb5ab")Accessibility — WCAG contrast
Aa
#5eb5ab on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb5ab on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green71.0%
Blue67.1%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow5.5%
Key (black)29.0%
Color previews
#5eb5ab text on a black background
contrast 8.67:1
Card sample
#5eb5ab text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb5ab;
Background color
Panel with #5eb5ab background
background-color: #5eb5ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb5ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 181, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 181, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb5ab; background: linear-gradient(135deg, #5eb5ab, #5E85B5);