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