#844fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
132, 79, 223
HSL
262°, 69%, 59%
CMYK
41, 65, 0, 13
Luminance
0.1583
Every format
| HEX | #844fdf |
| RGB | rgb(132, 79, 223) |
| HSL | hsl(262, 69%, 59%) |
| CMYK | cmyk(41%, 65%, 0%, 13%) |
| LAB | lab(46.7 52.6 -65.7) |
| LCH | lch(46.7 84.1 308.7) |
| OKLCH | oklch(0.564 0.208 295.9) |
Copy-ready code
/* CSS */
color: #844fdf;
background-color: #844fdf;
/* Tailwind (arbitrary) */
class="text-[#844fdf] bg-[#844fdf]"
/* SCSS */
$brand: #844fdf;
/* SwiftUI */
Color(red: 0.518, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#844fdf")Accessibility — WCAG contrast
Aa
#844fdf on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#844fdf on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green31.0%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#844fdf text on a black background
contrast 4.17:1
Card sample
#844fdf text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #844fdf;
Background color
Panel with #844fdf background
background-color: #844fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #844fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #844fdf; background: linear-gradient(135deg, #844fdf, #DF4FDA);