#8447eb
a balanced, electric violet · warm · closest name: slateblue
RGB
132, 71, 235
HSL
262°, 80%, 60%
CMYK
44, 70, 0, 8
Luminance
0.1541
Every format
| HEX | #8447eb |
| RGB | rgb(132, 71, 235) |
| HSL | hsl(262, 80%, 60%) |
| CMYK | cmyk(44%, 70%, 0%, 8%) |
| LAB | lab(46.2 59.6 -73.4) |
| LCH | lch(46.2 94.5 309.1) |
| OKLCH | oklch(0.563 0.231 294.8) |
Copy-ready code
/* CSS */
color: #8447eb;
background-color: #8447eb;
/* Tailwind (arbitrary) */
class="text-[#8447eb] bg-[#8447eb]"
/* SCSS */
$brand: #8447eb;
/* SwiftUI */
Color(red: 0.518, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#8447eb")Accessibility — WCAG contrast
Aa
#8447eb on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8447eb on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green27.8%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#8447eb text on a black background
contrast 4.08:1
Card sample
#8447eb text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8447eb;
Background color
Panel with #8447eb background
background-color: #8447eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8447eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8447eb; background: linear-gradient(135deg, #8447eb, #EB47E5);