#8143eb
a balanced, electric violet · warm · closest name: slateblue
RGB
129, 67, 235
HSL
262°, 81%, 59%
CMYK
45, 72, 0, 8
Luminance
0.1468
Every format
| HEX | #8143eb |
| RGB | rgb(129, 67, 235) |
| HSL | hsl(262, 81%, 59%) |
| CMYK | cmyk(45%, 72%, 0%, 8%) |
| LAB | lab(45.2 61.0 -75.0) |
| LCH | lch(45.2 96.7 309.1) |
| OKLCH | oklch(0.555 0.236 294.2) |
Copy-ready code
/* CSS */
color: #8143eb;
background-color: #8143eb;
/* Tailwind (arbitrary) */
class="text-[#8143eb] bg-[#8143eb]"
/* SCSS */
$brand: #8143eb;
/* SwiftUI */
Color(red: 0.506, green: 0.263, blue: 0.922)
/* Android */
Color.parseColor("#8143eb")Accessibility — WCAG contrast
Aa
#8143eb on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8143eb on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green26.3%
Blue92.2%
CMYK percentages
Cyan45.1%
Magenta71.5%
Yellow0.0%
Key (black)7.8%
Color previews
#8143eb text on a black background
contrast 3.94:1
Card sample
#8143eb text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8143eb;
Background color
Panel with #8143eb background
background-color: #8143eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8143eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 67, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 67, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8143eb; background: linear-gradient(135deg, #8143eb, #EB43E5);