#873fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
135, 63, 223
HSL
267°, 71%, 56%
CMYK
40, 72, 0, 13
Luminance
0.1403
Every format
| HEX | #873fdf |
| RGB | rgb(135, 63, 223) |
| HSL | hsl(267, 71%, 56%) |
| CMYK | cmyk(40%, 72%, 0%, 13%) |
| LAB | lab(44.3 60.9 -69.7) |
| LCH | lch(44.3 92.5 311.2) |
| OKLCH | oklch(0.547 0.228 299.2) |
Copy-ready code
/* CSS */
color: #873fdf;
background-color: #873fdf;
/* Tailwind (arbitrary) */
class="text-[#873fdf] bg-[#873fdf]"
/* SCSS */
$brand: #873fdf;
/* SwiftUI */
Color(red: 0.529, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#873fdf")Accessibility — WCAG contrast
Aa
#873fdf on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#873fdf on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green24.7%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#873fdf text on a black background
contrast 3.81:1
Card sample
#873fdf text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #873fdf;
Background color
Panel with #873fdf background
background-color: #873fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #873fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #873fdf; background: linear-gradient(135deg, #873fdf, #DF3FCC);