#59dac8
a balanced, vivid cyan · cool · closest name: turquoise
RGB
89, 218, 200
HSL
172°, 64%, 60%
CMYK
59, 0, 8, 15
Luminance
0.5644
Every format
| HEX | #59dac8 |
| RGB | rgb(89, 218, 200) |
| HSL | hsl(172, 64%, 60%) |
| CMYK | cmyk(59%, 0%, 8%, 15%) |
| LAB | lab(79.9 -39.7 -1.8) |
| LCH | lch(79.9 39.8 182.6) |
| OKLCH | oklch(0.812 0.117 182.7) |
Copy-ready code
/* CSS */
color: #59dac8;
background-color: #59dac8;
/* Tailwind (arbitrary) */
class="text-[#59dac8] bg-[#59dac8]"
/* SCSS */
$brand: #59dac8;
/* SwiftUI */
Color(red: 0.349, green: 0.855, blue: 0.784)
/* Android */
Color.parseColor("#59dac8")Accessibility — WCAG contrast
Aa
#59dac8 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59dac8 on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green85.5%
Blue78.4%
CMYK percentages
Cyan59.2%
Magenta0.0%
Yellow8.3%
Key (black)14.5%
Color previews
#59dac8 text on a black background
contrast 12.29:1
Card sample
#59dac8 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59dac8;
Background color
Panel with #59dac8 background
background-color: #59dac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59dac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 218, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 218, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59dac8; background: linear-gradient(135deg, #59dac8, #5996DA);