#59afda
a balanced, vivid blue · cool · closest name: skyblue
RGB
89, 175, 218
HSL
200°, 64%, 60%
CMYK
59, 20, 0, 15
Luminance
0.3785
Every format
| HEX | #59afda |
| RGB | rgb(89, 175, 218) |
| HSL | hsl(200, 64%, 60%) |
| CMYK | cmyk(59%, 20%, 0%, 15%) |
| LAB | lab(67.9 -13.5 -29.5) |
| LCH | lch(67.9 32.4 245.5) |
| OKLCH | oklch(0.718 0.104 232.5) |
Copy-ready code
/* CSS */
color: #59afda;
background-color: #59afda;
/* Tailwind (arbitrary) */
class="text-[#59afda] bg-[#59afda]"
/* SCSS */
$brand: #59afda;
/* SwiftUI */
Color(red: 0.349, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#59afda")Accessibility — WCAG contrast
Aa
#59afda on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59afda on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green68.6%
Blue85.5%
CMYK percentages
Cyan59.2%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#59afda text on a black background
contrast 8.57:1
Card sample
#59afda text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59afda;
Background color
Panel with #59afda background
background-color: #59afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59afda; background: linear-gradient(135deg, #59afda, #5959DA);