#846ce7
a light, vivid blue · warm · closest name: slateblue
RGB
132, 108, 231
HSL
252°, 72%, 67%
CMYK
43, 53, 0, 9
Luminance
0.2140
Every format
| HEX | #846ce7 |
| RGB | rgb(132, 108, 231) |
| HSL | hsl(252, 72%, 67%) |
| CMYK | cmyk(43%, 53%, 0%, 9%) |
| LAB | lab(53.4 38.7 -59.5) |
| LCH | lch(53.4 70.9 303.1) |
| OKLCH | oklch(0.614 0.179 289.0) |
Copy-ready code
/* CSS */
color: #846ce7;
background-color: #846ce7;
/* Tailwind (arbitrary) */
class="text-[#846ce7] bg-[#846ce7]"
/* SCSS */
$brand: #846ce7;
/* SwiftUI */
Color(red: 0.518, green: 0.424, blue: 0.906)
/* Android */
Color.parseColor("#846ce7")Accessibility — WCAG contrast
Aa
#846ce7 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#846ce7 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green42.4%
Blue90.6%
CMYK percentages
Cyan42.9%
Magenta53.2%
Yellow0.0%
Key (black)9.4%
Color previews
#846ce7 text on a black background
contrast 5.28:1
Card sample
#846ce7 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #846ce7;
Background color
Panel with #846ce7 background
background-color: #846ce7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #846ce7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 108, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 108, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #846ce7; background: linear-gradient(135deg, #846ce7, #D66CE7);