#A21CAF
Tailwind fuchsia-700
#A21CAF is a magenta colour. In RGB it is 162 red, 28 green and 175 blue, which converts to a hue of 295 degrees, 72% saturation and 40% lightness. It is Tailwind fuchsia-700 in that design system's palette.
Color values
| HEX | #A21CAF |
|---|---|
| RGB | rgb(162, 28, 175) |
| HSL | hsl(295, 72%, 40%) |
| HSV | hsv(295, 84%, 69%) |
| CMYK | cmyk(7%, 84%, 0%, 31%) |
Contrast and accessibility
Against white the contrast ratio is 6.32:1, and against black it is 3.32: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 | 6.32:1 | AA | AAA |
| Black | 3.32:1 | Fail | AA |
Tints and shades
Lighter tints move #A21CAF toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #A21CAF; |
|---|---|
| CSS rgb() | color: rgb(162 28 175); |
| Tailwind | bg-[#a21caf] |
| SwiftUI | Color(red: 0.635, green: 0.110, blue: 0.686) |
| Android | Color.parseColor("#A21CAF") |
Closest named color
The nearest CSS colour keyword to #A21CAF is darkorchid (#9932CC).