#59b8eb
a balanced, electric blue · cool · closest name: skyblue
RGB
89, 184, 235
HSL
201°, 79%, 64%
CMYK
62, 22, 0, 8
Luminance
0.4240
Every format
| HEX | #59b8eb |
| RGB | rgb(89, 184, 235) |
| HSL | hsl(201, 79%, 64%) |
| CMYK | cmyk(62%, 22%, 0%, 8%) |
| LAB | lab(71.2 -13.0 -33.8) |
| LCH | lch(71.2 36.2 248.9) |
| OKLCH | oklch(0.746 0.116 234.8) |
Copy-ready code
/* CSS */
color: #59b8eb;
background-color: #59b8eb;
/* Tailwind (arbitrary) */
class="text-[#59b8eb] bg-[#59b8eb]"
/* SCSS */
$brand: #59b8eb;
/* SwiftUI */
Color(red: 0.349, green: 0.722, blue: 0.922)
/* Android */
Color.parseColor("#59b8eb")Accessibility — WCAG contrast
Aa
#59b8eb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59b8eb on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green72.2%
Blue92.2%
CMYK percentages
Cyan62.1%
Magenta21.7%
Yellow0.0%
Key (black)7.8%
Color previews
#59b8eb text on a black background
contrast 9.48:1
Card sample
#59b8eb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59b8eb;
Background color
Panel with #59b8eb background
background-color: #59b8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59b8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 184, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 184, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59b8eb; background: linear-gradient(135deg, #59b8eb, #5B59EB);