#9042ab
a balanced, soft violet · warm · closest name: purple
RGB
144, 66, 171
HSL
285°, 44%, 47%
CMYK
16, 61, 0, 33
Luminance
0.1277
Every format
| HEX | #9042ab |
| RGB | rgb(144, 66, 171) |
| HSL | hsl(285, 44%, 47%) |
| CMYK | cmyk(16%, 61%, 0%, 33%) |
| LAB | lab(42.4 49.5 -42.4) |
| LCH | lch(42.4 65.2 319.4) |
| OKLCH | oklch(0.525 0.172 316.5) |
Copy-ready code
/* CSS */
color: #9042ab;
background-color: #9042ab;
/* Tailwind (arbitrary) */
class="text-[#9042ab] bg-[#9042ab]"
/* SCSS */
$brand: #9042ab;
/* SwiftUI */
Color(red: 0.565, green: 0.259, blue: 0.671)
/* Android */
Color.parseColor("#9042ab")Accessibility — WCAG contrast
Aa
#9042ab on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9042ab on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green25.9%
Blue67.1%
CMYK percentages
Cyan15.8%
Magenta61.4%
Yellow0.0%
Key (black)32.9%
Color previews
#9042ab text on a black background
contrast 3.55:1
Card sample
#9042ab text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9042ab;
Background color
Panel with #9042ab background
background-color: #9042ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9042ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 66, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 66, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9042ab; background: linear-gradient(135deg, #9042ab, #AB4280);