#FDF2F8
Tailwind pink-50
#FDF2F8 is a magenta colour. In RGB it is 253 red, 242 green and 248 blue, which converts to a hue of 327 degrees, 73% saturation and 97% lightness. It is Tailwind pink-50 in that design system's palette.
Color values
| HEX | #FDF2F8 |
|---|---|
| RGB | rgb(253, 242, 248) |
| HSL | hsl(327, 73%, 97%) |
| HSV | hsv(327, 4%, 99%) |
| CMYK | cmyk(0%, 4%, 2%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.09:1, and against black it is 19.23: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.09:1 | Fail | Fail |
| Black | 19.23:1 | AAA | AAA |
Tints and shades
Lighter tints move #FDF2F8 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FDF2F8; |
|---|---|
| CSS rgb() | color: rgb(253 242 248); |
| Tailwind | bg-[#fdf2f8] |
| SwiftUI | Color(red: 0.992, green: 0.949, blue: 0.973) |
| Android | Color.parseColor("#FDF2F8") |
Closest named color
The nearest CSS colour keyword to #FDF2F8 is lavenderblush (#FFF0F5).