#59dfeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
89, 223, 235
HSL
185°, 79%, 64%
CMYK
62, 5, 0, 8
Luminance
0.6090
Every format
| HEX | #59dfeb |
| RGB | rgb(89, 223, 235) |
| HSL | hsl(185, 79%, 64%) |
| CMYK | cmyk(62%, 5%, 0%, 8%) |
| LAB | lab(82.3 -32.7 -16.7) |
| LCH | lch(82.3 36.7 207.1) |
| OKLCH | oklch(0.835 0.116 203.5) |
Copy-ready code
/* CSS */
color: #59dfeb;
background-color: #59dfeb;
/* Tailwind (arbitrary) */
class="text-[#59dfeb] bg-[#59dfeb]"
/* SCSS */
$brand: #59dfeb;
/* SwiftUI */
Color(red: 0.349, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#59dfeb")Accessibility — WCAG contrast
Aa
#59dfeb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59dfeb on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green87.5%
Blue92.2%
CMYK percentages
Cyan62.1%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#59dfeb text on a black background
contrast 13.18:1
Card sample
#59dfeb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59dfeb;
Background color
Panel with #59dfeb background
background-color: #59dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59dfeb; background: linear-gradient(135deg, #59dfeb, #597EEB);