#F5D0FE
Tailwind fuchsia-200
#F5D0FE is a violet colour. In RGB it is 245 red, 208 green and 254 blue, which converts to a hue of 288 degrees, 96% saturation and 91% lightness. It is Tailwind fuchsia-200 in that design system's palette.
Color values
| HEX | #F5D0FE |
|---|---|
| RGB | rgb(245, 208, 254) |
| HSL | hsl(288, 96%, 91%) |
| HSV | hsv(288, 18%, 100%) |
| CMYK | cmyk(4%, 18%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.37:1, and against black it is 15.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.37:1 | Fail | Fail |
| Black | 15.34:1 | AAA | AAA |
Tints and shades
Lighter tints move #F5D0FE toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F5D0FE; |
|---|---|
| CSS rgb() | color: rgb(245 208 254); |
| Tailwind | bg-[#f5d0fe] |
| SwiftUI | Color(red: 0.961, green: 0.816, blue: 0.996) |
| Android | Color.parseColor("#F5D0FE") |
Closest named color
The nearest CSS colour keyword to #F5D0FE is lavender (#E6E6FA).