#59c2c2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
89, 194, 194
HSL
180°, 46%, 56%
CMYK
54, 0, 0, 24
Luminance
0.4460
Every format
| HEX | #59c2c2 |
| RGB | rgb(89, 194, 194) |
| HSL | hsl(180, 46%, 56%) |
| CMYK | cmyk(54%, 0%, 0%, 24%) |
| LAB | lab(72.6 -30.1 -9.2) |
| LCH | lch(72.6 31.5 197.0) |
| OKLCH | oklch(0.753 0.097 195.3) |
Copy-ready code
/* CSS */
color: #59c2c2;
background-color: #59c2c2;
/* Tailwind (arbitrary) */
class="text-[#59c2c2] bg-[#59c2c2]"
/* SCSS */
$brand: #59c2c2;
/* SwiftUI */
Color(red: 0.349, green: 0.761, blue: 0.761)
/* Android */
Color.parseColor("#59c2c2")Accessibility — WCAG contrast
Aa
#59c2c2 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59c2c2 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green76.1%
Blue76.1%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow0.0%
Key (black)23.9%
Color previews
#59c2c2 text on a black background
contrast 9.92:1
Card sample
#59c2c2 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59c2c2;
Background color
Panel with #59c2c2 background
background-color: #59c2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59c2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 194, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 194, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59c2c2; background: linear-gradient(135deg, #59c2c2, #597CC2);