#846ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
132, 106, 222
HSL
253°, 64%, 64%
CMYK
41, 52, 0, 13
Luminance
0.2049
Every format
| HEX | #846ade |
| RGB | rgb(132, 106, 222) |
| HSL | hsl(253, 64%, 64%) |
| CMYK | cmyk(41%, 52%, 0%, 13%) |
| LAB | lab(52.4 37.4 -56.0) |
| LCH | lch(52.4 67.3 303.7) |
| OKLCH | oklch(0.605 0.170 290.7) |
Copy-ready code
/* CSS */
color: #846ade;
background-color: #846ade;
/* Tailwind (arbitrary) */
class="text-[#846ade] bg-[#846ade]"
/* SCSS */
$brand: #846ade;
/* SwiftUI */
Color(red: 0.518, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#846ade")Accessibility — WCAG contrast
Aa
#846ade on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#846ade on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green41.6%
Blue87.1%
CMYK percentages
Cyan40.5%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#846ade text on a black background
contrast 5.10:1
Card sample
#846ade text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #846ade;
Background color
Panel with #846ade background
background-color: #846ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #846ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #846ade; background: linear-gradient(135deg, #846ade, #D16ADE);