#844cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
132, 76, 223
HSL
263°, 70%, 59%
CMYK
41, 66, 0, 13
Luminance
0.1540
Every format
| HEX | #844cdf |
| RGB | rgb(132, 76, 223) |
| HSL | hsl(263, 70%, 59%) |
| CMYK | cmyk(41%, 66%, 0%, 13%) |
| LAB | lab(46.2 54.1 -66.6) |
| LCH | lch(46.2 85.8 309.1) |
| OKLCH | oklch(0.560 0.212 296.4) |
Copy-ready code
/* CSS */
color: #844cdf;
background-color: #844cdf;
/* Tailwind (arbitrary) */
class="text-[#844cdf] bg-[#844cdf]"
/* SCSS */
$brand: #844cdf;
/* SwiftUI */
Color(red: 0.518, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#844cdf")Accessibility — WCAG contrast
Aa
#844cdf on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#844cdf on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green29.8%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#844cdf text on a black background
contrast 4.08:1
Card sample
#844cdf text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #844cdf;
Background color
Panel with #844cdf background
background-color: #844cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #844cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #844cdf; background: linear-gradient(135deg, #844cdf, #DF4CD8);