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