#5841cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
88, 65, 207
HSL
250°, 60%, 53%
CMYK
58, 69, 0, 19
Luminance
0.1036
Every format
| HEX | #5841cf |
| RGB | rgb(88, 65, 207) |
| HSL | hsl(250, 60%, 53%) |
| CMYK | cmyk(58%, 69%, 0%, 19%) |
| LAB | lab(38.5 47.8 -70.1) |
| LCH | lch(38.5 84.9 304.3) |
| OKLCH | oklch(0.490 0.207 283.0) |
Copy-ready code
/* CSS */
color: #5841cf;
background-color: #5841cf;
/* Tailwind (arbitrary) */
class="text-[#5841cf] bg-[#5841cf]"
/* SCSS */
$brand: #5841cf;
/* SwiftUI */
Color(red: 0.345, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#5841cf")Accessibility — WCAG contrast
Aa
#5841cf on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5841cf on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green25.5%
Blue81.2%
CMYK percentages
Cyan57.5%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#5841cf text on a black background
contrast 3.07:1
Card sample
#5841cf text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5841cf;
Background color
Panel with #5841cf background
background-color: #5841cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5841cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5841cf; background: linear-gradient(135deg, #5841cf, #B741CF);