#5ba6af
a balanced, soft cyan · cool · closest name: teal
RGB
91, 166, 175
HSL
186°, 34%, 52%
CMYK
48, 5, 0, 31
Luminance
0.3259
Every format
| HEX | #5ba6af |
| RGB | rgb(91, 166, 175) |
| HSL | hsl(186, 34%, 52%) |
| CMYK | cmyk(48%, 5%, 0%, 31%) |
| LAB | lab(63.8 -20.8 -11.9) |
| LCH | lch(63.8 24.0 209.7) |
| OKLCH | oklch(0.680 0.076 205.6) |
Copy-ready code
/* CSS */
color: #5ba6af;
background-color: #5ba6af;
/* Tailwind (arbitrary) */
class="text-[#5ba6af] bg-[#5ba6af]"
/* SCSS */
$brand: #5ba6af;
/* SwiftUI */
Color(red: 0.357, green: 0.651, blue: 0.686)
/* Android */
Color.parseColor("#5ba6af")Accessibility — WCAG contrast
Aa
#5ba6af on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ba6af on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green65.1%
Blue68.6%
CMYK percentages
Cyan48.0%
Magenta5.1%
Yellow0.0%
Key (black)31.4%
Color previews
#5ba6af text on a black background
contrast 7.52:1
Card sample
#5ba6af text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ba6af;
Background color
Panel with #5ba6af background
background-color: #5ba6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ba6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 166, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 166, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ba6af; background: linear-gradient(135deg, #5ba6af, #5B6EAF);