#8345eb
a balanced, electric violet · warm · closest name: slateblue
RGB
131, 69, 235
HSL
262°, 81%, 60%
CMYK
44, 71, 0, 8
Luminance
0.1508
Every format
| HEX | #8345eb |
| RGB | rgb(131, 69, 235) |
| HSL | hsl(262, 81%, 60%) |
| CMYK | cmyk(44%, 71%, 0%, 8%) |
| LAB | lab(45.7 60.4 -74.1) |
| LCH | lch(45.7 95.6 309.2) |
| OKLCH | oklch(0.559 0.234 294.7) |
Copy-ready code
/* CSS */
color: #8345eb;
background-color: #8345eb;
/* Tailwind (arbitrary) */
class="text-[#8345eb] bg-[#8345eb]"
/* SCSS */
$brand: #8345eb;
/* SwiftUI */
Color(red: 0.514, green: 0.271, blue: 0.922)
/* Android */
Color.parseColor("#8345eb")Accessibility — WCAG contrast
Aa
#8345eb on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8345eb on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green27.1%
Blue92.2%
CMYK percentages
Cyan44.3%
Magenta70.6%
Yellow0.0%
Key (black)7.8%
Color previews
#8345eb text on a black background
contrast 4.02:1
Card sample
#8345eb text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8345eb;
Background color
Panel with #8345eb background
background-color: #8345eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8345eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 69, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 69, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8345eb; background: linear-gradient(135deg, #8345eb, #EB45E4);