#9a2abe
a balanced, vivid violet · warm · closest name: purple
RGB
154, 42, 190
HSL
285°, 64%, 46%
CMYK
19, 78, 0, 26
Luminance
0.1224
Every format
| HEX | #9a2abe |
| RGB | rgb(154, 42, 190) |
| HSL | hsl(285, 64%, 46%) |
| CMYK | cmyk(19%, 78%, 0%, 26%) |
| LAB | lab(41.6 65.3 -54.8) |
| LCH | lch(41.6 85.3 320.0) |
| OKLCH | oklch(0.526 0.223 316.2) |
Copy-ready code
/* CSS */
color: #9a2abe;
background-color: #9a2abe;
/* Tailwind (arbitrary) */
class="text-[#9a2abe] bg-[#9a2abe]"
/* SCSS */
$brand: #9a2abe;
/* SwiftUI */
Color(red: 0.604, green: 0.165, blue: 0.745)
/* Android */
Color.parseColor("#9a2abe")Accessibility — WCAG contrast
Aa
#9a2abe on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9a2abe on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green16.5%
Blue74.5%
CMYK percentages
Cyan18.9%
Magenta77.9%
Yellow0.0%
Key (black)25.5%
Color previews
#9a2abe text on a black background
contrast 3.45:1
Card sample
#9a2abe text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9a2abe;
Background color
Panel with #9a2abe background
background-color: #9a2abe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9a2abe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 42, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 42, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9a2abe; background: linear-gradient(135deg, #9a2abe, #BE2A7F);