#9019af
a dark, electric violet · warm · closest name: purple
RGB
144, 25, 175
HSL
288°, 75%, 39%
CMYK
18, 86, 0, 31
Luminance
0.0972
Every format
| HEX | #9019af |
| RGB | rgb(144, 25, 175) |
| HSL | hsl(288, 75%, 39%) |
| CMYK | cmyk(18%, 86%, 0%, 31%) |
| LAB | lab(37.3 65.4 -52.9) |
| LCH | lch(37.3 84.2 321.0) |
| OKLCH | oklch(0.489 0.221 317.6) |
Copy-ready code
/* CSS */
color: #9019af;
background-color: #9019af;
/* Tailwind (arbitrary) */
class="text-[#9019af] bg-[#9019af]"
/* SCSS */
$brand: #9019af;
/* SwiftUI */
Color(red: 0.565, green: 0.098, blue: 0.686)
/* Android */
Color.parseColor("#9019af")Accessibility — WCAG contrast
Aa
#9019af on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9019af on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green9.8%
Blue68.6%
CMYK percentages
Cyan17.7%
Magenta85.7%
Yellow0.0%
Key (black)31.4%
Color previews
#9019af text on a black background
contrast 2.94:1
Card sample
#9019af text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9019af;
Background color
Panel with #9019af background
background-color: #9019af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9019af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 25, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 25, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9019af; background: linear-gradient(135deg, #9019af, #AF196A);