#587ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
88, 122, 222
HSL
225°, 67%, 61%
CMYK
60, 45, 0, 13
Luminance
0.2127
Every format
| HEX | #587ade |
| RGB | rgb(88, 122, 222) |
| HSL | hsl(225, 67%, 61%) |
| CMYK | cmyk(60%, 45%, 0%, 13%) |
| LAB | lab(53.2 18.3 -54.8) |
| LCH | lch(53.2 57.8 288.5) |
| OKLCH | oklch(0.603 0.157 267.5) |
Copy-ready code
/* CSS */
color: #587ade;
background-color: #587ade;
/* Tailwind (arbitrary) */
class="text-[#587ade] bg-[#587ade]"
/* SCSS */
$brand: #587ade;
/* SwiftUI */
Color(red: 0.345, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#587ade")Accessibility — WCAG contrast
Aa
#587ade on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#587ade on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green47.8%
Blue87.1%
CMYK percentages
Cyan60.4%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#587ade text on a black background
contrast 5.25:1
Card sample
#587ade text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #587ade;
Background color
Panel with #587ade background
background-color: #587ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #587ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #587ade; background: linear-gradient(135deg, #587ade, #8F58DE);