#846cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
132, 108, 223
HSL
253°, 64%, 65%
CMYK
41, 52, 0, 13
Luminance
0.2096
Every format
| HEX | #846cdf |
| RGB | rgb(132, 108, 223) |
| HSL | hsl(253, 64%, 65%) |
| CMYK | cmyk(41%, 52%, 0%, 13%) |
| LAB | lab(52.9 36.5 -55.7) |
| LCH | lch(52.9 66.6 303.2) |
| OKLCH | oklch(0.609 0.168 290.1) |
Copy-ready code
/* CSS */
color: #846cdf;
background-color: #846cdf;
/* Tailwind (arbitrary) */
class="text-[#846cdf] bg-[#846cdf]"
/* SCSS */
$brand: #846cdf;
/* SwiftUI */
Color(red: 0.518, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#846cdf")Accessibility — WCAG contrast
Aa
#846cdf on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#846cdf on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green42.4%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#846cdf text on a black background
contrast 5.19:1
Card sample
#846cdf text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #846cdf;
Background color
Panel with #846cdf background
background-color: #846cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #846cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #846cdf; background: linear-gradient(135deg, #846cdf, #D16CDF);