#59dfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
89, 223, 188
HSL
164°, 68%, 61%
CMYK
60, 0, 16, 13
Luminance
0.5853
Every format
| HEX | #59dfbc |
| RGB | rgb(89, 223, 188) |
| HSL | hsl(164, 68%, 61%) |
| CMYK | cmyk(60%, 0%, 16%, 13%) |
| LAB | lab(81.0 -44.9 6.3) |
| LCH | lch(81.0 45.3 172.0) |
| OKLCH | oklch(0.820 0.128 172.8) |
Copy-ready code
/* CSS */
color: #59dfbc;
background-color: #59dfbc;
/* Tailwind (arbitrary) */
class="text-[#59dfbc] bg-[#59dfbc]"
/* SCSS */
$brand: #59dfbc;
/* SwiftUI */
Color(red: 0.349, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#59dfbc")Accessibility — WCAG contrast
Aa
#59dfbc on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59dfbc on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green87.5%
Blue73.7%
CMYK percentages
Cyan60.1%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#59dfbc text on a black background
contrast 12.71:1
Card sample
#59dfbc text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59dfbc;
Background color
Panel with #59dfbc background
background-color: #59dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59dfbc; background: linear-gradient(135deg, #59dfbc, #59A9DF);