#9514ac
a dark, electric magenta / pink · warm · closest name: purple
RGB
149, 20, 172
HSL
291°, 79%, 38%
CMYK
13, 88, 0, 33
Luminance
0.0987
Every format
| HEX | #9514ac |
| RGB | rgb(149, 20, 172) |
| HSL | hsl(291, 79%, 38%) |
| CMYK | cmyk(13%, 88%, 0%, 33%) |
| LAB | lab(37.6 66.8 -50.7) |
| LCH | lch(37.6 83.8 322.8) |
| OKLCH | oklch(0.492 0.224 320.5) |
Copy-ready code
/* CSS */
color: #9514ac;
background-color: #9514ac;
/* Tailwind (arbitrary) */
class="text-[#9514ac] bg-[#9514ac]"
/* SCSS */
$brand: #9514ac;
/* SwiftUI */
Color(red: 0.584, green: 0.078, blue: 0.675)
/* Android */
Color.parseColor("#9514ac")Accessibility — WCAG contrast
Aa
#9514ac on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9514ac on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green7.8%
Blue67.5%
CMYK percentages
Cyan13.4%
Magenta88.4%
Yellow0.0%
Key (black)32.5%
Color previews
#9514ac text on a black background
contrast 2.97:1
Card sample
#9514ac text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9514ac;
Background color
Panel with #9514ac background
background-color: #9514ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9514ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 20, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 20, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9514ac; background: linear-gradient(135deg, #9514ac, #AC145E);