#59bba2
a balanced, soft cyan · cool · closest name: turquoise
RGB
89, 187, 162
HSL
165°, 42%, 54%
CMYK
52, 0, 13, 27
Luminance
0.4027
Every format
| HEX | #59bba2 |
| RGB | rgb(89, 187, 162) |
| HSL | hsl(165, 42%, 54%) |
| CMYK | cmyk(52%, 0%, 13%, 27%) |
| LAB | lab(69.7 -34.9 3.9) |
| LCH | lch(69.7 35.1 173.6) |
| OKLCH | oklch(0.726 0.100 174.4) |
Copy-ready code
/* CSS */
color: #59bba2;
background-color: #59bba2;
/* Tailwind (arbitrary) */
class="text-[#59bba2] bg-[#59bba2]"
/* SCSS */
$brand: #59bba2;
/* SwiftUI */
Color(red: 0.349, green: 0.733, blue: 0.635)
/* Android */
Color.parseColor("#59bba2")Accessibility — WCAG contrast
Aa
#59bba2 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59bba2 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green73.3%
Blue63.5%
CMYK percentages
Cyan52.4%
Magenta0.0%
Yellow13.4%
Key (black)26.7%
Color previews
#59bba2 text on a black background
contrast 9.05:1
Card sample
#59bba2 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59bba2;
Background color
Panel with #59bba2 background
background-color: #59bba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59bba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 187, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 187, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59bba2; background: linear-gradient(135deg, #59bba2, #5993BB);