#5da6af
a balanced, soft cyan · cool · closest name: teal
RGB
93, 166, 175
HSL
187°, 34%, 53%
CMYK
47, 5, 0, 31
Luminance
0.3269
Every format
| HEX | #5da6af |
| RGB | rgb(93, 166, 175) |
| HSL | hsl(187, 34%, 53%) |
| CMYK | cmyk(47%, 5%, 0%, 31%) |
| LAB | lab(63.9 -20.4 -11.7) |
| LCH | lch(63.9 23.5 210.0) |
| OKLCH | oklch(0.681 0.074 205.9) |
Copy-ready code
/* CSS */
color: #5da6af;
background-color: #5da6af;
/* Tailwind (arbitrary) */
class="text-[#5da6af] bg-[#5da6af]"
/* SCSS */
$brand: #5da6af;
/* SwiftUI */
Color(red: 0.365, green: 0.651, blue: 0.686)
/* Android */
Color.parseColor("#5da6af")Accessibility — WCAG contrast
Aa
#5da6af on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5da6af on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green65.1%
Blue68.6%
CMYK percentages
Cyan46.9%
Magenta5.1%
Yellow0.0%
Key (black)31.4%
Color previews
#5da6af text on a black background
contrast 7.54:1
Card sample
#5da6af text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5da6af;
Background color
Panel with #5da6af background
background-color: #5da6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5da6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 166, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 166, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5da6af; background: linear-gradient(135deg, #5da6af, #5D6FAF);