#E9D5FF
Tailwind purple-200
#E9D5FF is a violet colour. In RGB it is 233 red, 213 green and 255 blue, which converts to a hue of 269 degrees, 100% saturation and 92% lightness. It is Tailwind purple-200 in that design system's palette.
Color values
| HEX | #E9D5FF |
|---|---|
| RGB | rgb(233, 213, 255) |
| HSL | hsl(269, 100%, 92%) |
| HSV | hsv(269, 16%, 100%) |
| CMYK | cmyk(9%, 16%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.36:1, and against black it is 15.43: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 | 1.36:1 | Fail | Fail |
| Black | 15.43:1 | AAA | AAA |
Tints and shades
Lighter tints move #E9D5FF toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #E9D5FF; |
|---|---|
| CSS rgb() | color: rgb(233 213 255); |
| Tailwind | bg-[#e9d5ff] |
| SwiftUI | Color(red: 0.914, green: 0.835, blue: 1.000) |
| Android | Color.parseColor("#E9D5FF") |
Closest named color
The nearest CSS colour keyword to #E9D5FF is lavender (#E6E6FA).