#59afba
a balanced, soft cyan · cool · closest name: skyblue
RGB
89, 175, 186
HSL
187°, 41%, 54%
CMYK
52, 6, 0, 27
Luminance
0.3633
Every format
| HEX | #59afba |
| RGB | rgb(89, 175, 186) |
| HSL | hsl(187, 41%, 54%) |
| CMYK | cmyk(52%, 6%, 0%, 27%) |
| LAB | lab(66.8 -22.9 -13.6) |
| LCH | lch(66.8 26.6 210.7) |
| OKLCH | oklch(0.705 0.084 206.4) |
Copy-ready code
/* CSS */
color: #59afba;
background-color: #59afba;
/* Tailwind (arbitrary) */
class="text-[#59afba] bg-[#59afba]"
/* SCSS */
$brand: #59afba;
/* SwiftUI */
Color(red: 0.349, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#59afba")Accessibility — WCAG contrast
Aa
#59afba on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59afba on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green68.6%
Blue72.9%
CMYK percentages
Cyan52.2%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#59afba text on a black background
contrast 8.27:1
Card sample
#59afba text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59afba;
Background color
Panel with #59afba background
background-color: #59afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59afba; background: linear-gradient(135deg, #59afba, #596EBA);