#5eb0ab
a balanced, soft cyan · cool · closest name: teal
RGB
94, 176, 171
HSL
176°, 34%, 53%
CMYK
47, 0, 3, 31
Luminance
0.3637
Every format
| HEX | #5eb0ab |
| RGB | rgb(94, 176, 171) |
| HSL | hsl(176, 34%, 53%) |
| CMYK | cmyk(47%, 0%, 3%, 31%) |
| LAB | lab(66.8 -26.2 -5.2) |
| LCH | lch(66.8 26.8 191.2) |
| OKLCH | oklch(0.704 0.081 190.3) |
Copy-ready code
/* CSS */
color: #5eb0ab;
background-color: #5eb0ab;
/* Tailwind (arbitrary) */
class="text-[#5eb0ab] bg-[#5eb0ab]"
/* SCSS */
$brand: #5eb0ab;
/* SwiftUI */
Color(red: 0.369, green: 0.690, blue: 0.671)
/* Android */
Color.parseColor("#5eb0ab")Accessibility — WCAG contrast
Aa
#5eb0ab on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb0ab on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green69.0%
Blue67.1%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow2.8%
Key (black)31.0%
Color previews
#5eb0ab text on a black background
contrast 8.27:1
Card sample
#5eb0ab text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb0ab;
Background color
Panel with #5eb0ab background
background-color: #5eb0ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb0ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 176, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 176, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb0ab; background: linear-gradient(135deg, #5eb0ab, #5E7EB0);