#9014ac
a dark, electric violet · warm · closest name: purple
RGB
144, 20, 172
HSL
289°, 79%, 38%
CMYK
16, 88, 0, 33
Luminance
0.0941
Every format
| HEX | #9014ac |
| RGB | rgb(144, 20, 172) |
| HSL | hsl(289, 79%, 38%) |
| CMYK | cmyk(16%, 88%, 0%, 33%) |
| LAB | lab(36.8 66.0 -52.1) |
| LCH | lch(36.8 84.0 321.7) |
| OKLCH | oklch(0.485 0.222 318.7) |
Copy-ready code
/* CSS */
color: #9014ac;
background-color: #9014ac;
/* Tailwind (arbitrary) */
class="text-[#9014ac] bg-[#9014ac]"
/* SCSS */
$brand: #9014ac;
/* SwiftUI */
Color(red: 0.565, green: 0.078, blue: 0.675)
/* Android */
Color.parseColor("#9014ac")Accessibility — WCAG contrast
Aa
#9014ac on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9014ac on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green7.8%
Blue67.5%
CMYK percentages
Cyan16.3%
Magenta88.4%
Yellow0.0%
Key (black)32.5%
Color previews
#9014ac text on a black background
contrast 2.88:1
Card sample
#9014ac text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9014ac;
Background color
Panel with #9014ac background
background-color: #9014ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9014ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 20, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 20, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9014ac; background: linear-gradient(135deg, #9014ac, #AC1463);