#589ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
88, 154, 222
HSL
210°, 67%, 61%
CMYK
60, 31, 0, 13
Luminance
0.3046
Every format
| HEX | #589ade |
| RGB | rgb(88, 154, 222) |
| HSL | hsl(210, 67%, 61%) |
| CMYK | cmyk(60%, 31%, 0%, 13%) |
| LAB | lab(62.0 -0.7 -40.9) |
| LCH | lch(62.0 40.9 269.0) |
| OKLCH | oklch(0.672 0.122 250.7) |
Copy-ready code
/* CSS */
color: #589ade;
background-color: #589ade;
/* Tailwind (arbitrary) */
class="text-[#589ade] bg-[#589ade]"
/* SCSS */
$brand: #589ade;
/* SwiftUI */
Color(red: 0.345, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#589ade")Accessibility — WCAG contrast
Aa
#589ade on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#589ade on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green60.4%
Blue87.1%
CMYK percentages
Cyan60.4%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#589ade text on a black background
contrast 7.09:1
Card sample
#589ade text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #589ade;
Background color
Panel with #589ade background
background-color: #589ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #589ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #589ade; background: linear-gradient(135deg, #589ade, #6F58DE);