#a044af
a balanced, soft magenta / pink · warm · closest name: purple
RGB
160, 68, 175
HSL
292°, 44%, 48%
CMYK
9, 61, 0, 31
Luminance
0.1470
Every format
| HEX | #a044af |
| RGB | rgb(160, 68, 175) |
| HSL | hsl(292, 44%, 48%) |
| CMYK | cmyk(9%, 61%, 0%, 31%) |
| LAB | lab(45.2 53.4 -40.1) |
| LCH | lch(45.2 66.8 323.1) |
| OKLCH | oklch(0.551 0.181 321.8) |
Copy-ready code
/* CSS */
color: #a044af;
background-color: #a044af;
/* Tailwind (arbitrary) */
class="text-[#a044af] bg-[#a044af]"
/* SCSS */
$brand: #a044af;
/* SwiftUI */
Color(red: 0.627, green: 0.267, blue: 0.686)
/* Android */
Color.parseColor("#a044af")Accessibility — WCAG contrast
Aa
#a044af on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a044af on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green26.7%
Blue68.6%
CMYK percentages
Cyan8.6%
Magenta61.1%
Yellow0.0%
Key (black)31.4%
Color previews
#a044af text on a black background
contrast 3.94:1
Card sample
#a044af text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a044af;
Background color
Panel with #a044af background
background-color: #a044af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a044af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 68, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 68, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a044af; background: linear-gradient(135deg, #a044af, #AF4477);