#59ceaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
89, 206, 175
HSL
164°, 54%, 58%
CMYK
57, 0, 15, 19
Luminance
0.4936
Every format
| HEX | #59ceaf |
| RGB | rgb(89, 206, 175) |
| HSL | hsl(164, 54%, 58%) |
| CMYK | cmyk(57%, 0%, 15%, 19%) |
| LAB | lab(75.7 -40.5 5.5) |
| LCH | lch(75.7 40.9 172.2) |
| OKLCH | oklch(0.776 0.116 173.0) |
Copy-ready code
/* CSS */
color: #59ceaf;
background-color: #59ceaf;
/* Tailwind (arbitrary) */
class="text-[#59ceaf] bg-[#59ceaf]"
/* SCSS */
$brand: #59ceaf;
/* SwiftUI */
Color(red: 0.349, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#59ceaf")Accessibility — WCAG contrast
Aa
#59ceaf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59ceaf on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green80.8%
Blue68.6%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#59ceaf text on a black background
contrast 10.87:1
Card sample
#59ceaf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59ceaf;
Background color
Panel with #59ceaf background
background-color: #59ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59ceaf; background: linear-gradient(135deg, #59ceaf, #599FCE);