#a071b0
a balanced, soft violet · warm · closest name: plum
RGB
160, 113, 176
HSL
285°, 29%, 57%
CMYK
9, 36, 0, 31
Luminance
0.2242
Every format
| HEX | #a071b0 |
| RGB | rgb(160, 113, 176) |
| HSL | hsl(285, 29%, 57%) |
| CMYK | cmyk(9%, 36%, 0%, 31%) |
| LAB | lab(54.5 29.9 -26.3) |
| LCH | lch(54.5 39.8 318.7) |
| OKLCH | oklch(0.619 0.106 317.3) |
Copy-ready code
/* CSS */
color: #a071b0;
background-color: #a071b0;
/* Tailwind (arbitrary) */
class="text-[#a071b0] bg-[#a071b0]"
/* SCSS */
$brand: #a071b0;
/* SwiftUI */
Color(red: 0.627, green: 0.443, blue: 0.690)
/* Android */
Color.parseColor("#a071b0")Accessibility — WCAG contrast
Aa
#a071b0 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a071b0 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green44.3%
Blue69.0%
CMYK percentages
Cyan9.1%
Magenta35.8%
Yellow0.0%
Key (black)31.0%
Color previews
#a071b0 text on a black background
contrast 5.48:1
Card sample
#a071b0 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a071b0;
Background color
Panel with #a071b0 background
background-color: #a071b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a071b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 113, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 113, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a071b0; background: linear-gradient(135deg, #a071b0, #B07196);