#5b5ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
91, 90, 222
HSL
241°, 67%, 61%
CMYK
59, 60, 0, 13
Luminance
0.1481
Every format
| HEX | #5b5ade |
| RGB | rgb(91, 90, 222) |
| HSL | hsl(241, 67%, 61%) |
| CMYK | cmyk(59%, 60%, 0%, 13%) |
| LAB | lab(45.4 38.5 -67.5) |
| LCH | lch(45.4 77.7 299.7) |
| OKLCH | oklch(0.545 0.196 278.0) |
Copy-ready code
/* CSS */
color: #5b5ade;
background-color: #5b5ade;
/* Tailwind (arbitrary) */
class="text-[#5b5ade] bg-[#5b5ade]"
/* SCSS */
$brand: #5b5ade;
/* SwiftUI */
Color(red: 0.357, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#5b5ade")Accessibility — WCAG contrast
Aa
#5b5ade on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5b5ade on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green35.3%
Blue87.1%
CMYK percentages
Cyan59.0%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#5b5ade text on a black background
contrast 3.96:1
Card sample
#5b5ade text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b5ade;
Background color
Panel with #5b5ade background
background-color: #5b5ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b5ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b5ade; background: linear-gradient(135deg, #5b5ade, #B35ADE);