#E1BEE7
Material purple 100
#E1BEE7 is a magenta colour. In RGB it is 225 red, 190 green and 231 blue, which converts to a hue of 291 degrees, 46% saturation and 83% lightness. It is Material purple 100 in that design system's palette.
Color values
| HEX | #E1BEE7 |
|---|---|
| RGB | rgb(225, 190, 231) |
| HSL | hsl(291, 46%, 83%) |
| HSV | hsv(291, 18%, 91%) |
| CMYK | cmyk(3%, 18%, 0%, 9%) |
Contrast and accessibility
Against white the contrast ratio is 1.65:1, and against black it is 12.72: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.65:1 | Fail | Fail |
| Black | 12.72:1 | AAA | AAA |
Tints and shades
Lighter tints move #E1BEE7 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #E1BEE7; |
|---|---|
| CSS rgb() | color: rgb(225 190 231); |
| Tailwind | bg-[#e1bee7] |
| SwiftUI | Color(red: 0.882, green: 0.745, blue: 0.906) |
| Android | Color.parseColor("#E1BEE7") |
Closest named color
The nearest CSS colour keyword to #E1BEE7 is thistle (#D8BFD8).