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