#8152eb
a balanced, electric violet · warm · closest name: slateblue
RGB
129, 82, 235
HSL
258°, 79%, 62%
CMYK
45, 65, 0, 8
Luminance
0.1670
Every format
| HEX | #8152eb |
| RGB | rgb(129, 82, 235) |
| HSL | hsl(258, 79%, 62%) |
| CMYK | cmyk(45%, 65%, 0%, 8%) |
| LAB | lab(47.9 53.6 -70.6) |
| LCH | lch(47.9 88.7 307.2) |
| OKLCH | oklch(0.574 0.218 292.2) |
Copy-ready code
/* CSS */
color: #8152eb;
background-color: #8152eb;
/* Tailwind (arbitrary) */
class="text-[#8152eb] bg-[#8152eb]"
/* SCSS */
$brand: #8152eb;
/* SwiftUI */
Color(red: 0.506, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#8152eb")Accessibility — WCAG contrast
Aa
#8152eb on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8152eb on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green32.2%
Blue92.2%
CMYK percentages
Cyan45.1%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#8152eb text on a black background
contrast 4.34:1
Card sample
#8152eb text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8152eb;
Background color
Panel with #8152eb background
background-color: #8152eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8152eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8152eb; background: linear-gradient(135deg, #8152eb, #E752EB);