#873ac0
a balanced, vivid violet · warm · closest name: slateblue
RGB
135, 58, 192
HSL
275°, 54%, 49%
CMYK
30, 70, 0, 25
Luminance
0.1198
Every format
| HEX | #873ac0 |
| RGB | rgb(135, 58, 192) |
| HSL | hsl(275, 54%, 49%) |
| CMYK | cmyk(30%, 70%, 0%, 25%) |
| LAB | lab(41.2 55.9 -56.8) |
| LCH | lch(41.2 79.7 314.5) |
| OKLCH | oklch(0.518 0.202 306.9) |
Copy-ready code
/* CSS */
color: #873ac0;
background-color: #873ac0;
/* Tailwind (arbitrary) */
class="text-[#873ac0] bg-[#873ac0]"
/* SCSS */
$brand: #873ac0;
/* SwiftUI */
Color(red: 0.529, green: 0.227, blue: 0.753)
/* Android */
Color.parseColor("#873ac0")Accessibility — WCAG contrast
Aa
#873ac0 on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#873ac0 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green22.7%
Blue75.3%
CMYK percentages
Cyan29.7%
Magenta69.8%
Yellow0.0%
Key (black)24.7%
Color previews
#873ac0 text on a black background
contrast 3.40:1
Card sample
#873ac0 text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #873ac0;
Background color
Panel with #873ac0 background
background-color: #873ac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #873ac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 58, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 58, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #873ac0; background: linear-gradient(135deg, #873ac0, #C03AA0);