#59ceac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
89, 206, 172
HSL
163°, 54%, 58%
CMYK
57, 0, 17, 19
Luminance
0.4925
Every format
| HEX | #59ceac |
| RGB | rgb(89, 206, 172) |
| HSL | hsl(163, 54%, 58%) |
| CMYK | cmyk(57%, 0%, 17%, 19%) |
| LAB | lab(75.6 -41.2 7.0) |
| LCH | lch(75.6 41.8 170.3) |
| OKLCH | oklch(0.775 0.117 171.2) |
Copy-ready code
/* CSS */
color: #59ceac;
background-color: #59ceac;
/* Tailwind (arbitrary) */
class="text-[#59ceac] bg-[#59ceac]"
/* SCSS */
$brand: #59ceac;
/* SwiftUI */
Color(red: 0.349, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#59ceac")Accessibility — WCAG contrast
Aa
#59ceac on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59ceac on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green80.8%
Blue67.5%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#59ceac text on a black background
contrast 10.85:1
Card sample
#59ceac text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59ceac;
Background color
Panel with #59ceac background
background-color: #59ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59ceac; background: linear-gradient(135deg, #59ceac, #59A2CE);