#873fef
a balanced, electric violet · warm · closest name: slateblue
RGB
135, 63, 239
HSL
265°, 85%, 59%
CMYK
44, 74, 0, 6
Luminance
0.1494
Every format
| HEX | #873fef |
| RGB | rgb(135, 63, 239) |
| HSL | hsl(265, 85%, 59%) |
| CMYK | cmyk(44%, 74%, 0%, 6%) |
| LAB | lab(45.5 64.8 -76.7) |
| LCH | lch(45.5 100.4 310.2) |
| OKLCH | oklch(0.560 0.244 296.1) |
Copy-ready code
/* CSS */
color: #873fef;
background-color: #873fef;
/* Tailwind (arbitrary) */
class="text-[#873fef] bg-[#873fef]"
/* SCSS */
$brand: #873fef;
/* SwiftUI */
Color(red: 0.529, green: 0.247, blue: 0.937)
/* Android */
Color.parseColor("#873fef")Accessibility — WCAG contrast
Aa
#873fef on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#873fef on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green24.7%
Blue93.7%
CMYK percentages
Cyan43.5%
Magenta73.6%
Yellow0.0%
Key (black)6.3%
Color previews
#873fef text on a black background
contrast 3.99:1
Card sample
#873fef text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #873fef;
Background color
Panel with #873fef background
background-color: #873fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #873fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 63, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 63, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #873fef; background: linear-gradient(135deg, #873fef, #EF3FE2);