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