#59a9da
a balanced, vivid blue · cool · closest name: steelblue
RGB
89, 169, 218
HSL
203°, 64%, 60%
CMYK
59, 23, 0, 15
Luminance
0.3556
Every format
| HEX | #59a9da |
| RGB | rgb(89, 169, 218) |
| HSL | hsl(203, 64%, 60%) |
| CMYK | cmyk(59%, 23%, 0%, 15%) |
| LAB | lab(66.2 -10.2 -32.2) |
| LCH | lch(66.2 33.8 252.4) |
| OKLCH | oklch(0.704 0.106 237.8) |
Copy-ready code
/* CSS */
color: #59a9da;
background-color: #59a9da;
/* Tailwind (arbitrary) */
class="text-[#59a9da] bg-[#59a9da]"
/* SCSS */
$brand: #59a9da;
/* SwiftUI */
Color(red: 0.349, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#59a9da")Accessibility — WCAG contrast
Aa
#59a9da on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59a9da on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green66.3%
Blue85.5%
CMYK percentages
Cyan59.2%
Magenta22.5%
Yellow0.0%
Key (black)14.5%
Color previews
#59a9da text on a black background
contrast 8.11:1
Card sample
#59a9da text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59a9da;
Background color
Panel with #59a9da background
background-color: #59a9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59a9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59a9da; background: linear-gradient(135deg, #59a9da, #5F59DA);