#585cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
88, 92, 223
HSL
238°, 68%, 61%
CMYK
61, 59, 0, 13
Luminance
0.1506
Every format
| HEX | #585cdf |
| RGB | rgb(88, 92, 223) |
| HSL | hsl(238, 68%, 61%) |
| CMYK | cmyk(61%, 59%, 0%, 13%) |
| LAB | lab(45.7 37.1 -67.5) |
| LCH | lch(45.7 77.0 298.8) |
| OKLCH | oklch(0.547 0.195 276.5) |
Copy-ready code
/* CSS */
color: #585cdf;
background-color: #585cdf;
/* Tailwind (arbitrary) */
class="text-[#585cdf] bg-[#585cdf]"
/* SCSS */
$brand: #585cdf;
/* SwiftUI */
Color(red: 0.345, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#585cdf")Accessibility — WCAG contrast
Aa
#585cdf on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#585cdf on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green36.1%
Blue87.5%
CMYK percentages
Cyan60.5%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#585cdf text on a black background
contrast 4.01:1
Card sample
#585cdf text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #585cdf;
Background color
Panel with #585cdf background
background-color: #585cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #585cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #585cdf; background: linear-gradient(135deg, #585cdf, #AE58DF);