#845cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
132, 92, 223
HSL
258°, 67%, 62%
CMYK
41, 59, 0, 13
Luminance
0.1789
Every format
| HEX | #845cdf |
| RGB | rgb(132, 92, 223) |
| HSL | hsl(258, 67%, 62%) |
| CMYK | cmyk(41%, 59%, 0%, 13%) |
| LAB | lab(49.4 45.6 -61.4) |
| LCH | lch(49.4 76.5 306.6) |
| OKLCH | oklch(0.583 0.191 293.7) |
Copy-ready code
/* CSS */
color: #845cdf;
background-color: #845cdf;
/* Tailwind (arbitrary) */
class="text-[#845cdf] bg-[#845cdf]"
/* SCSS */
$brand: #845cdf;
/* SwiftUI */
Color(red: 0.518, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#845cdf")Accessibility — WCAG contrast
Aa
#845cdf on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#845cdf on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green36.1%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#845cdf text on a black background
contrast 4.58:1
Card sample
#845cdf text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #845cdf;
Background color
Panel with #845cdf background
background-color: #845cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #845cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #845cdf; background: linear-gradient(135deg, #845cdf, #DB5CDF);