#a044cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
160, 68, 207
HSL
280°, 59%, 54%
CMYK
23, 67, 0, 19
Luminance
0.1611
Every format
| HEX | #a044cf |
| RGB | rgb(160, 68, 207) |
| HSL | hsl(280, 59%, 54%) |
| CMYK | cmyk(23%, 67%, 0%, 19%) |
| LAB | lab(47.1 59.9 -55.7) |
| LCH | lch(47.1 81.8 317.1) |
| OKLCH | oklch(0.570 0.211 312.0) |
Copy-ready code
/* CSS */
color: #a044cf;
background-color: #a044cf;
/* Tailwind (arbitrary) */
class="text-[#a044cf] bg-[#a044cf]"
/* SCSS */
$brand: #a044cf;
/* SwiftUI */
Color(red: 0.627, green: 0.267, blue: 0.812)
/* Android */
Color.parseColor("#a044cf")Accessibility — WCAG contrast
Aa
#a044cf on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a044cf on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green26.7%
Blue81.2%
CMYK percentages
Cyan22.7%
Magenta67.1%
Yellow0.0%
Key (black)18.8%
Color previews
#a044cf text on a black background
contrast 4.22:1
Card sample
#a044cf text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a044cf;
Background color
Panel with #a044cf background
background-color: #a044cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a044cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 68, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 68, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a044cf; background: linear-gradient(135deg, #a044cf, #CF44A1);