#C084FC
Tailwind purple-400
#C084FC is a violet colour. In RGB it is 192 red, 132 green and 252 blue, which converts to a hue of 270 degrees, 95% saturation and 75% lightness. It is Tailwind purple-400 in that design system's palette.
Color values
| HEX | #C084FC |
|---|---|
| RGB | rgb(192, 132, 252) |
| HSL | hsl(270, 95%, 75%) |
| HSV | hsv(270, 48%, 99%) |
| CMYK | cmyk(24%, 48%, 0%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 2.64:1, and against black it is 7.95: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 | 2.64:1 | Fail | Fail |
| Black | 7.95:1 | AAA | AAA |
Tints and shades
Lighter tints move #C084FC toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #C084FC; |
|---|---|
| CSS rgb() | color: rgb(192 132 252); |
| Tailwind | bg-[#c084fc] |
| SwiftUI | Color(red: 0.753, green: 0.518, blue: 0.988) |
| Android | Color.parseColor("#C084FC") |
Closest named color
The nearest CSS colour keyword to #C084FC is violet (#EE82EE).