#873eee
a balanced, electric violet · warm · closest name: slateblue
RGB
135, 62, 238
HSL
265°, 84%, 59%
CMYK
43, 74, 0, 7
Luminance
0.1477
Every format
| HEX | #873eee |
| RGB | rgb(135, 62, 238) |
| HSL | hsl(265, 84%, 59%) |
| CMYK | cmyk(43%, 74%, 0%, 7%) |
| LAB | lab(45.3 65.0 -76.5) |
| LCH | lch(45.3 100.3 310.4) |
| OKLCH | oklch(0.558 0.244 296.4) |
Copy-ready code
/* CSS */
color: #873eee;
background-color: #873eee;
/* Tailwind (arbitrary) */
class="text-[#873eee] bg-[#873eee]"
/* SCSS */
$brand: #873eee;
/* SwiftUI */
Color(red: 0.529, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#873eee")Accessibility — WCAG contrast
Aa
#873eee on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#873eee on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green24.3%
Blue93.3%
CMYK percentages
Cyan43.3%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#873eee text on a black background
contrast 3.95:1
Card sample
#873eee text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #873eee;
Background color
Panel with #873eee background
background-color: #873eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #873eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #873eee; background: linear-gradient(135deg, #873eee, #EE3EE0);