#59b2ba
a balanced, soft cyan · cool · closest name: skyblue
RGB
89, 178, 186
HSL
185°, 41%, 54%
CMYK
52, 4, 0, 27
Luminance
0.3751
Every format
| HEX | #59b2ba |
| RGB | rgb(89, 178, 186) |
| HSL | hsl(185, 41%, 54%) |
| CMYK | cmyk(52%, 4%, 0%, 27%) |
| LAB | lab(67.7 -24.4 -12.3) |
| LCH | lch(67.7 27.3 206.7) |
| OKLCH | oklch(0.712 0.086 203.2) |
Copy-ready code
/* CSS */
color: #59b2ba;
background-color: #59b2ba;
/* Tailwind (arbitrary) */
class="text-[#59b2ba] bg-[#59b2ba]"
/* SCSS */
$brand: #59b2ba;
/* SwiftUI */
Color(red: 0.349, green: 0.698, blue: 0.729)
/* Android */
Color.parseColor("#59b2ba")Accessibility — WCAG contrast
Aa
#59b2ba on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59b2ba on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green69.8%
Blue72.9%
CMYK percentages
Cyan52.2%
Magenta4.3%
Yellow0.0%
Key (black)27.1%
Color previews
#59b2ba text on a black background
contrast 8.50:1
Card sample
#59b2ba text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59b2ba;
Background color
Panel with #59b2ba background
background-color: #59b2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59b2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 178, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 178, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59b2ba; background: linear-gradient(135deg, #59b2ba, #5971BA);