#59ade9
a balanced, electric blue · cool · closest name: steelblue
RGB
89, 173, 233
HSL
205°, 77%, 63%
CMYK
62, 26, 0, 9
Luminance
0.3789
Every format
| HEX | #59ade9 |
| RGB | rgb(89, 173, 233) |
| HSL | hsl(205, 77%, 63%) |
| CMYK | cmyk(62%, 26%, 0%, 9%) |
| LAB | lab(67.9 -7.7 -37.7) |
| LCH | lch(67.9 38.5 258.5) |
| OKLCH | oklch(0.720 0.120 242.1) |
Copy-ready code
/* CSS */
color: #59ade9;
background-color: #59ade9;
/* Tailwind (arbitrary) */
class="text-[#59ade9] bg-[#59ade9]"
/* SCSS */
$brand: #59ade9;
/* SwiftUI */
Color(red: 0.349, green: 0.678, blue: 0.914)
/* Android */
Color.parseColor("#59ade9")Accessibility — WCAG contrast
Aa
#59ade9 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59ade9 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green67.8%
Blue91.4%
CMYK percentages
Cyan61.8%
Magenta25.8%
Yellow0.0%
Key (black)8.6%
Color previews
#59ade9 text on a black background
contrast 8.58:1
Card sample
#59ade9 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59ade9;
Background color
Panel with #59ade9 background
background-color: #59ade9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59ade9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 173, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 173, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59ade9; background: linear-gradient(135deg, #59ade9, #6559E9);