#59cceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
89, 204, 235
HSL
193°, 79%, 64%
CMYK
62, 13, 0, 8
Luminance
0.5131
Every format
| HEX | #59cceb |
| RGB | rgb(89, 204, 235) |
| HSL | hsl(193, 79%, 64%) |
| CMYK | cmyk(62%, 13%, 0%, 8%) |
| LAB | lab(76.9 -23.4 -25.0) |
| LCH | lch(76.9 34.3 226.9) |
| OKLCH | oklch(0.791 0.112 218.5) |
Copy-ready code
/* CSS */
color: #59cceb;
background-color: #59cceb;
/* Tailwind (arbitrary) */
class="text-[#59cceb] bg-[#59cceb]"
/* SCSS */
$brand: #59cceb;
/* SwiftUI */
Color(red: 0.349, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#59cceb")Accessibility — WCAG contrast
Aa
#59cceb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59cceb on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green80.0%
Blue92.2%
CMYK percentages
Cyan62.1%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#59cceb text on a black background
contrast 11.26:1
Card sample
#59cceb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59cceb;
Background color
Panel with #59cceb background
background-color: #59cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59cceb; background: linear-gradient(135deg, #59cceb, #596BEB);