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