#59acaf
a balanced, soft cyan · cool · closest name: teal
RGB
89, 172, 175
HSL
182°, 35%, 52%
CMYK
49, 2, 0, 31
Luminance
0.3472
Every format
| HEX | #59acaf |
| RGB | rgb(89, 172, 175) |
| HSL | hsl(182, 35%, 52%) |
| CMYK | cmyk(49%, 2%, 0%, 31%) |
| LAB | lab(65.5 -24.4 -9.3) |
| LCH | lch(65.5 26.1 201.0) |
| OKLCH | oklch(0.694 0.081 198.6) |
Copy-ready code
/* CSS */
color: #59acaf;
background-color: #59acaf;
/* Tailwind (arbitrary) */
class="text-[#59acaf] bg-[#59acaf]"
/* SCSS */
$brand: #59acaf;
/* SwiftUI */
Color(red: 0.349, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#59acaf")Accessibility — WCAG contrast
Aa
#59acaf on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59acaf on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green67.5%
Blue68.6%
CMYK percentages
Cyan49.1%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#59acaf text on a black background
contrast 7.94:1
Card sample
#59acaf text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59acaf;
Background color
Panel with #59acaf background
background-color: #59acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59acaf; background: linear-gradient(135deg, #59acaf, #5973AF);