#5daf9e
a balanced, soft cyan · cool · closest name: teal
RGB
93, 175, 158
HSL
168°, 34%, 53%
CMYK
47, 0, 10, 31
Luminance
0.3546
Every format
| HEX | #5daf9e |
| RGB | rgb(93, 175, 158) |
| HSL | hsl(168, 34%, 53%) |
| CMYK | cmyk(47%, 0%, 10%, 31%) |
| LAB | lab(66.1 -29.3 1.0) |
| LCH | lch(66.1 29.3 178.1) |
| OKLCH | oklch(0.697 0.085 178.6) |
Copy-ready code
/* CSS */
color: #5daf9e;
background-color: #5daf9e;
/* Tailwind (arbitrary) */
class="text-[#5daf9e] bg-[#5daf9e]"
/* SCSS */
$brand: #5daf9e;
/* SwiftUI */
Color(red: 0.365, green: 0.686, blue: 0.620)
/* Android */
Color.parseColor("#5daf9e")Accessibility — WCAG contrast
Aa
#5daf9e on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5daf9e on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green68.6%
Blue62.0%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow9.7%
Key (black)31.4%
Color previews
#5daf9e text on a black background
contrast 8.09:1
Card sample
#5daf9e text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5daf9e;
Background color
Panel with #5daf9e background
background-color: #5daf9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5daf9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 175, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 175, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5daf9e; background: linear-gradient(135deg, #5daf9e, #5D89AF);