#8403eb
a balanced, electric violet · warm · closest name: blue
RGB
132, 3, 235
HSL
273°, 98%, 47%
CMYK
44, 99, 0, 8
Luminance
0.1097
Every format
| HEX | #8403eb |
| RGB | rgb(132, 3, 235) |
| HSL | hsl(273, 98%, 47%) |
| CMYK | cmyk(44%, 99%, 0%, 8%) |
| LAB | lab(39.5 79.0 -84.3) |
| LCH | lch(39.5 115.5 313.2) |
| OKLCH | oklch(0.516 0.276 299.0) |
Copy-ready code
/* CSS */
color: #8403eb;
background-color: #8403eb;
/* Tailwind (arbitrary) */
class="text-[#8403eb] bg-[#8403eb]"
/* SCSS */
$brand: #8403eb;
/* SwiftUI */
Color(red: 0.518, green: 0.012, blue: 0.922)
/* Android */
Color.parseColor("#8403eb")Accessibility — WCAG contrast
Aa
#8403eb on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8403eb on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green1.2%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta98.7%
Yellow0.0%
Key (black)7.8%
Color previews
#8403eb text on a black background
contrast 3.19:1
Card sample
#8403eb text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8403eb;
Background color
Panel with #8403eb background
background-color: #8403eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8403eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 3, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 3, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8403eb; background: linear-gradient(135deg, #8403eb, #EB03B7);