#8403ee
a balanced, electric violet · warm · closest name: blue
RGB
132, 3, 238
HSL
273°, 98%, 47%
CMYK
45, 99, 0, 7
Luminance
0.1114
Every format
| HEX | #8403ee |
| RGB | rgb(132, 3, 238) |
| HSL | hsl(273, 98%, 47%) |
| CMYK | cmyk(45%, 99%, 0%, 7%) |
| LAB | lab(39.8 79.7 -85.5) |
| LCH | lch(39.8 116.8 313.0) |
| OKLCH | oklch(0.519 0.279 298.4) |
Copy-ready code
/* CSS */
color: #8403ee;
background-color: #8403ee;
/* Tailwind (arbitrary) */
class="text-[#8403ee] bg-[#8403ee]"
/* SCSS */
$brand: #8403ee;
/* SwiftUI */
Color(red: 0.518, green: 0.012, blue: 0.933)
/* Android */
Color.parseColor("#8403ee")Accessibility — WCAG contrast
Aa
#8403ee on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8403ee on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green1.2%
Blue93.3%
CMYK percentages
Cyan44.5%
Magenta98.7%
Yellow0.0%
Key (black)6.7%
Color previews
#8403ee text on a black background
contrast 3.23:1
Card sample
#8403ee text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8403ee;
Background color
Panel with #8403ee background
background-color: #8403ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8403ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 3, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 3, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8403ee; background: linear-gradient(135deg, #8403ee, #EE03BC);