#EE82EE
violet
#EE82EE is a magenta colour. In RGB it is 238 red, 130 green and 238 blue, which converts to a hue of 300 degrees, 76% saturation and 72% lightness. It is one of the named CSS colours, written as violet in stylesheets.
Color values
| HEX | #EE82EE |
|---|---|
| RGB | rgb(238, 130, 238) |
| HSL | hsl(300, 76%, 72%) |
| HSV | hsv(300, 45%, 93%) |
| CMYK | cmyk(0%, 45%, 0%, 7%) |
Contrast and accessibility
Against white the contrast ratio is 2.32:1, and against black it is 9.06: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.32:1 | Fail | Fail |
| Black | 9.06:1 | AAA | AAA |
Tints and shades
Lighter tints move #EE82EE toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #EE82EE; |
|---|---|
| CSS rgb() | color: rgb(238 130 238); |
| Tailwind | bg-[#ee82ee] |
| SwiftUI | Color(red: 0.933, green: 0.510, blue: 0.933) |
| Android | Color.parseColor("#EE82EE") |