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