#59acac
a balanced, soft cyan · cool · closest name: teal
RGB
89, 172, 172
HSL
180°, 33%, 51%
CMYK
48, 0, 0, 33
Luminance
0.3461
Every format
| HEX | #59acac |
| RGB | rgb(89, 172, 172) |
| HSL | hsl(180, 33%, 51%) |
| CMYK | cmyk(48%, 0%, 0%, 33%) |
| LAB | lab(65.4 -25.1 -7.8) |
| LCH | lch(65.4 26.3 197.2) |
| OKLCH | oklch(0.693 0.081 195.4) |
Copy-ready code
/* CSS */
color: #59acac;
background-color: #59acac;
/* Tailwind (arbitrary) */
class="text-[#59acac] bg-[#59acac]"
/* SCSS */
$brand: #59acac;
/* SwiftUI */
Color(red: 0.349, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#59acac")Accessibility — WCAG contrast
Aa
#59acac on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59acac on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green67.5%
Blue67.5%
CMYK percentages
Cyan48.3%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#59acac text on a black background
contrast 7.92:1
Card sample
#59acac text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59acac;
Background color
Panel with #59acac background
background-color: #59acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59acac; background: linear-gradient(135deg, #59acac, #5975AC);