#AB47BC
Material purple 400
#AB47BC is a magenta colour. In RGB it is 171 red, 71 green and 188 blue, which converts to a hue of 291 degrees, 47% saturation and 51% lightness. It is Material purple 400 in that design system's palette.
Color values
| HEX | #AB47BC |
|---|---|
| RGB | rgb(171, 71, 188) |
| HSL | hsl(291, 47%, 51%) |
| HSV | hsv(291, 62%, 74%) |
| CMYK | cmyk(9%, 62%, 0%, 26%) |
Contrast and accessibility
Against white the contrast ratio is 4.82:1, and against black it is 4.36:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 4.82:1 | AA | AAA |
| Black | 4.36:1 | Fail | AA |
Tints and shades
Lighter tints move #AB47BC toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #AB47BC; |
|---|---|
| CSS rgb() | color: rgb(171 71 188); |
| Tailwind | bg-[#ab47bc] |
| SwiftUI | Color(red: 0.671, green: 0.278, blue: 0.737) |
| Android | Color.parseColor("#AB47BC") |
Closest named color
The nearest CSS colour keyword to #AB47BC is mediumorchid (#BA55D3).