#F3E5F5
Material purple 50
#F3E5F5 is a magenta colour. In RGB it is 243 red, 229 green and 245 blue, which converts to a hue of 292 degrees, 44% saturation and 93% lightness. It is Material purple 50 in that design system's palette.
Color values
| HEX | #F3E5F5 |
|---|---|
| RGB | rgb(243, 229, 245) |
| HSL | hsl(292, 44%, 93%) |
| HSV | hsv(292, 7%, 96%) |
| CMYK | cmyk(1%, 7%, 0%, 4%) |
Contrast and accessibility
Against white the contrast ratio is 1.21:1, and against black it is 17.34: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.21:1 | Fail | Fail |
| Black | 17.34:1 | AAA | AAA |
Tints and shades
Lighter tints move #F3E5F5 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F3E5F5; |
|---|---|
| CSS rgb() | color: rgb(243 229 245); |
| Tailwind | bg-[#f3e5f5] |
| SwiftUI | Color(red: 0.953, green: 0.898, blue: 0.961) |
| Android | Color.parseColor("#F3E5F5") |
Closest named color
The nearest CSS colour keyword to #F3E5F5 is lavender (#E6E6FA).