#FAF5FF
Tailwind purple-50
#FAF5FF is a violet colour. In RGB it is 250 red, 245 green and 255 blue, which converts to a hue of 270 degrees, 100% saturation and 98% lightness. It is Tailwind purple-50 in that design system's palette.
Color values
| HEX | #FAF5FF |
|---|---|
| RGB | rgb(250, 245, 255) |
| HSL | hsl(270, 100%, 98%) |
| HSV | hsv(270, 4%, 100%) |
| CMYK | cmyk(2%, 4%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.07:1, and against black it is 19.57: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.07:1 | Fail | Fail |
| Black | 19.57:1 | AAA | AAA |
Tints and shades
Lighter tints move #FAF5FF toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FAF5FF; |
|---|---|
| CSS rgb() | color: rgb(250 245 255); |
| Tailwind | bg-[#faf5ff] |
| SwiftUI | Color(red: 0.980, green: 0.961, blue: 1.000) |
| Android | Color.parseColor("#FAF5FF") |
Closest named color
The nearest CSS colour keyword to #FAF5FF is ghostwhite (#F8F8FF).