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