#5eb4ae
a balanced, soft cyan · cool · closest name: teal
RGB
94, 180, 174
HSL
176°, 36%, 54%
CMYK
48, 0, 3, 29
Luminance
0.3808
Every format
| HEX | #5eb4ae |
| RGB | rgb(94, 180, 174) |
| HSL | hsl(176, 36%, 54%) |
| CMYK | cmyk(48%, 0%, 3%, 29%) |
| LAB | lab(68.1 -27.4 -5.0) |
| LCH | lch(68.1 27.9 190.3) |
| OKLCH | oklch(0.715 0.084 189.5) |
Copy-ready code
/* CSS */
color: #5eb4ae;
background-color: #5eb4ae;
/* Tailwind (arbitrary) */
class="text-[#5eb4ae] bg-[#5eb4ae]"
/* SCSS */
$brand: #5eb4ae;
/* SwiftUI */
Color(red: 0.369, green: 0.706, blue: 0.682)
/* Android */
Color.parseColor("#5eb4ae")Accessibility — WCAG contrast
Aa
#5eb4ae on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb4ae on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green70.6%
Blue68.2%
CMYK percentages
Cyan47.8%
Magenta0.0%
Yellow3.3%
Key (black)29.4%
Color previews
#5eb4ae text on a black background
contrast 8.62:1
Card sample
#5eb4ae text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb4ae;
Background color
Panel with #5eb4ae background
background-color: #5eb4ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb4ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 180, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 180, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb4ae; background: linear-gradient(135deg, #5eb4ae, #5E81B4);