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