#59cdba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
89, 205, 186
HSL
170°, 54%, 58%
CMYK
57, 0, 9, 20
Luminance
0.4933
Every format
| HEX | #59cdba |
| RGB | rgb(89, 205, 186) |
| HSL | hsl(170, 54%, 58%) |
| CMYK | cmyk(57%, 0%, 9%, 20%) |
| LAB | lab(75.7 -37.3 -0.4) |
| LCH | lch(75.7 37.3 180.6) |
| OKLCH | oklch(0.776 0.109 180.9) |
Copy-ready code
/* CSS */
color: #59cdba;
background-color: #59cdba;
/* Tailwind (arbitrary) */
class="text-[#59cdba] bg-[#59cdba]"
/* SCSS */
$brand: #59cdba;
/* SwiftUI */
Color(red: 0.349, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#59cdba")Accessibility — WCAG contrast
Aa
#59cdba on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59cdba on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green80.4%
Blue72.9%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#59cdba text on a black background
contrast 10.87:1
Card sample
#59cdba text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59cdba;
Background color
Panel with #59cdba background
background-color: #59cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59cdba; background: linear-gradient(135deg, #59cdba, #5992CD);