#59baeb
a balanced, electric blue · cool · closest name: skyblue
RGB
89, 186, 235
HSL
200°, 79%, 64%
CMYK
62, 21, 0, 8
Luminance
0.4324
Every format
| HEX | #59baeb |
| RGB | rgb(89, 186, 235) |
| HSL | hsl(200, 79%, 64%) |
| CMYK | cmyk(62%, 21%, 0%, 8%) |
| LAB | lab(71.7 -14.1 -32.9) |
| LCH | lch(71.7 35.8 246.8) |
| OKLCH | oklch(0.750 0.115 233.2) |
Copy-ready code
/* CSS */
color: #59baeb;
background-color: #59baeb;
/* Tailwind (arbitrary) */
class="text-[#59baeb] bg-[#59baeb]"
/* SCSS */
$brand: #59baeb;
/* SwiftUI */
Color(red: 0.349, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#59baeb")Accessibility — WCAG contrast
Aa
#59baeb on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59baeb on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green72.9%
Blue92.2%
CMYK percentages
Cyan62.1%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#59baeb text on a black background
contrast 9.65:1
Card sample
#59baeb text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59baeb;
Background color
Panel with #59baeb background
background-color: #59baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59baeb; background: linear-gradient(135deg, #59baeb, #5959EB);