#5741ad
a balanced, vivid blue · warm · closest name: slateblue
RGB
87, 65, 173
HSL
252°, 45%, 47%
CMYK
50, 62, 0, 32
Luminance
0.0882
Every format
| HEX | #5741ad |
| RGB | rgb(87, 65, 173) |
| HSL | hsl(252, 45%, 47%) |
| CMYK | cmyk(50%, 62%, 0%, 32%) |
| LAB | lab(35.6 37.4 -54.8) |
| LCH | lch(35.6 66.4 304.3) |
| OKLCH | oklch(0.461 0.165 287.5) |
Copy-ready code
/* CSS */
color: #5741ad;
background-color: #5741ad;
/* Tailwind (arbitrary) */
class="text-[#5741ad] bg-[#5741ad]"
/* SCSS */
$brand: #5741ad;
/* SwiftUI */
Color(red: 0.341, green: 0.255, blue: 0.678)
/* Android */
Color.parseColor("#5741ad")Accessibility — WCAG contrast
Aa
#5741ad on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5741ad on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green25.5%
Blue67.8%
CMYK percentages
Cyan49.7%
Magenta62.4%
Yellow0.0%
Key (black)32.2%
Color previews
#5741ad text on a black background
contrast 2.76:1
Card sample
#5741ad text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5741ad;
Background color
Panel with #5741ad background
background-color: #5741ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5741ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 65, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 65, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5741ad; background: linear-gradient(135deg, #5741ad, #9F41AD);