#5746af
a balanced, soft blue · warm · closest name: slateblue
RGB
87, 70, 175
HSL
250°, 43%, 48%
CMYK
50, 60, 0, 31
Luminance
0.0950
Every format
| HEX | #5746af |
| RGB | rgb(87, 70, 175) |
| HSL | hsl(250, 43%, 48%) |
| CMYK | cmyk(50%, 60%, 0%, 31%) |
| LAB | lab(36.9 35.0 -53.9) |
| LCH | lch(36.9 64.3 303.0) |
| OKLCH | oklch(0.471 0.160 285.9) |
Copy-ready code
/* CSS */
color: #5746af;
background-color: #5746af;
/* Tailwind (arbitrary) */
class="text-[#5746af] bg-[#5746af]"
/* SCSS */
$brand: #5746af;
/* SwiftUI */
Color(red: 0.341, green: 0.275, blue: 0.686)
/* Android */
Color.parseColor("#5746af")Accessibility — WCAG contrast
Aa
#5746af on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5746af on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green27.5%
Blue68.6%
CMYK percentages
Cyan50.3%
Magenta60.0%
Yellow0.0%
Key (black)31.4%
Color previews
#5746af text on a black background
contrast 2.90:1
Card sample
#5746af text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5746af;
Background color
Panel with #5746af background
background-color: #5746af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5746af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 70, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 70, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5746af; background: linear-gradient(135deg, #5746af, #9D46AF);