#585fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
88, 95, 223
HSL
237°, 68%, 61%
CMYK
61, 57, 0, 13
Luminance
0.1559
Every format
| HEX | #585fdf |
| RGB | rgb(88, 95, 223) |
| HSL | hsl(237, 68%, 61%) |
| CMYK | cmyk(61%, 57%, 0%, 13%) |
| LAB | lab(46.4 35.3 -66.3) |
| LCH | lch(46.4 75.1 298.0) |
| OKLCH | oklch(0.552 0.192 275.8) |
Copy-ready code
/* CSS */
color: #585fdf;
background-color: #585fdf;
/* Tailwind (arbitrary) */
class="text-[#585fdf] bg-[#585fdf]"
/* SCSS */
$brand: #585fdf;
/* SwiftUI */
Color(red: 0.345, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#585fdf")Accessibility — WCAG contrast
Aa
#585fdf on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#585fdf on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green37.3%
Blue87.5%
CMYK percentages
Cyan60.5%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#585fdf text on a black background
contrast 4.12:1
Card sample
#585fdf text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #585fdf;
Background color
Panel with #585fdf background
background-color: #585fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #585fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #585fdf; background: linear-gradient(135deg, #585fdf, #AB58DF);