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