#873df2
a balanced, electric violet · warm · closest name: blue
RGB
135, 61, 242
HSL
265°, 87%, 59%
CMYK
44, 75, 0, 5
Luminance
0.1490
Every format
| HEX | #873df2 |
| RGB | rgb(135, 61, 242) |
| HSL | hsl(265, 87%, 59%) |
| CMYK | cmyk(44%, 75%, 0%, 5%) |
| LAB | lab(45.5 66.4 -78.4) |
| LCH | lch(45.5 102.7 310.2) |
| OKLCH | oklch(0.560 0.249 295.8) |
Copy-ready code
/* CSS */
color: #873df2;
background-color: #873df2;
/* Tailwind (arbitrary) */
class="text-[#873df2] bg-[#873df2]"
/* SCSS */
$brand: #873df2;
/* SwiftUI */
Color(red: 0.529, green: 0.239, blue: 0.949)
/* Android */
Color.parseColor("#873df2")Accessibility — WCAG contrast
Aa
#873df2 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#873df2 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green23.9%
Blue94.9%
CMYK percentages
Cyan44.2%
Magenta74.8%
Yellow0.0%
Key (black)5.1%
Color previews
#873df2 text on a black background
contrast 3.98:1
Card sample
#873df2 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #873df2;
Background color
Panel with #873df2 background
background-color: #873df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #873df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 61, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 61, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #873df2; background: linear-gradient(135deg, #873df2, #F23DE4);