#a144bb
a balanced, vivid violet · warm · closest name: purple
RGB
161, 68, 187
HSL
287°, 47%, 50%
CMYK
14, 64, 0, 27
Luminance
0.1530
Every format
| HEX | #a144bb |
| RGB | rgb(161, 68, 187) |
| HSL | hsl(287, 47%, 50%) |
| CMYK | cmyk(14%, 64%, 0%, 27%) |
| LAB | lab(46.0 56.0 -45.9) |
| LCH | lch(46.0 72.4 320.7) |
| OKLCH | oklch(0.559 0.193 318.2) |
Copy-ready code
/* CSS */
color: #a144bb;
background-color: #a144bb;
/* Tailwind (arbitrary) */
class="text-[#a144bb] bg-[#a144bb]"
/* SCSS */
$brand: #a144bb;
/* SwiftUI */
Color(red: 0.631, green: 0.267, blue: 0.733)
/* Android */
Color.parseColor("#a144bb")Accessibility — WCAG contrast
Aa
#a144bb on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a144bb on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green26.7%
Blue73.3%
CMYK percentages
Cyan13.9%
Magenta63.6%
Yellow0.0%
Key (black)26.7%
Color previews
#a144bb text on a black background
contrast 4.06:1
Card sample
#a144bb text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a144bb;
Background color
Panel with #a144bb background
background-color: #a144bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a144bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 68, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 68, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a144bb; background: linear-gradient(135deg, #a144bb, #BB4486);