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