#873eb2
a balanced, vivid violet · warm · closest name: slateblue
RGB
135, 62, 178
HSL
278°, 48%, 47%
CMYK
24, 65, 0, 30
Luminance
0.1181
Every format
| HEX | #873eb2 |
| RGB | rgb(135, 62, 178) |
| HSL | hsl(278, 48%, 47%) |
| CMYK | cmyk(24%, 65%, 0%, 30%) |
| LAB | lab(40.9 50.8 -49.0) |
| LCH | lch(40.9 70.6 316.0) |
| OKLCH | oklch(0.513 0.182 310.5) |
Copy-ready code
/* CSS */
color: #873eb2;
background-color: #873eb2;
/* Tailwind (arbitrary) */
class="text-[#873eb2] bg-[#873eb2]"
/* SCSS */
$brand: #873eb2;
/* SwiftUI */
Color(red: 0.529, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#873eb2")Accessibility — WCAG contrast
Aa
#873eb2 on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#873eb2 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green24.3%
Blue69.8%
CMYK percentages
Cyan24.2%
Magenta65.2%
Yellow0.0%
Key (black)30.2%
Color previews
#873eb2 text on a black background
contrast 3.36:1
Card sample
#873eb2 text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #873eb2;
Background color
Panel with #873eb2 background
background-color: #873eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #873eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #873eb2; background: linear-gradient(135deg, #873eb2, #B23E90);