#a247eb
a balanced, electric violet · warm · closest name: slateblue
RGB
162, 71, 235
HSL
273°, 80%, 60%
CMYK
31, 70, 0, 8
Luminance
0.1819
Every format
| HEX | #a247eb |
| RGB | rgb(162, 71, 235) |
| HSL | hsl(273, 80%, 60%) |
| CMYK | cmyk(31%, 70%, 0%, 8%) |
| LAB | lab(49.7 65.1 -67.5) |
| LCH | lch(49.7 93.7 314.0) |
| OKLCH | oklch(0.595 0.236 305.7) |
Copy-ready code
/* CSS */
color: #a247eb;
background-color: #a247eb;
/* Tailwind (arbitrary) */
class="text-[#a247eb] bg-[#a247eb]"
/* SCSS */
$brand: #a247eb;
/* SwiftUI */
Color(red: 0.635, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#a247eb")Accessibility — WCAG contrast
Aa
#a247eb on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a247eb on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green27.8%
Blue92.2%
CMYK percentages
Cyan31.1%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#a247eb text on a black background
contrast 4.64:1
Card sample
#a247eb text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a247eb;
Background color
Panel with #a247eb background
background-color: #a247eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a247eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a247eb; background: linear-gradient(135deg, #a247eb, #EB47C7);