#8428eb
a balanced, electric violet · warm · closest name: blue
RGB
132, 40, 235
HSL
268°, 83%, 54%
CMYK
44, 83, 0, 8
Luminance
0.1242
Every format
| HEX | #8428eb |
| RGB | rgb(132, 40, 235) |
| HSL | hsl(268, 83%, 54%) |
| CMYK | cmyk(44%, 83%, 0%, 8%) |
| LAB | lab(41.9 72.0 -80.4) |
| LCH | lch(41.9 108.0 311.8) |
| OKLCH | oklch(0.532 0.260 297.6) |
Copy-ready code
/* CSS */
color: #8428eb;
background-color: #8428eb;
/* Tailwind (arbitrary) */
class="text-[#8428eb] bg-[#8428eb]"
/* SCSS */
$brand: #8428eb;
/* SwiftUI */
Color(red: 0.518, green: 0.157, blue: 0.922)
/* Android */
Color.parseColor("#8428eb")Accessibility — WCAG contrast
Aa
#8428eb on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8428eb on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green15.7%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta83.0%
Yellow0.0%
Key (black)7.8%
Color previews
#8428eb text on a black background
contrast 3.48:1
Card sample
#8428eb text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8428eb;
Background color
Panel with #8428eb background
background-color: #8428eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8428eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 40, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 40, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8428eb; background: linear-gradient(135deg, #8428eb, #EB28D0);