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