#FCE7F3
Tailwind pink-100
#FCE7F3 is a magenta colour. In RGB it is 252 red, 231 green and 243 blue, which converts to a hue of 326 degrees, 78% saturation and 95% lightness. It is Tailwind pink-100 in that design system's palette.
Color values
| HEX | #FCE7F3 |
|---|---|
| RGB | rgb(252, 231, 243) |
| HSL | hsl(326, 78%, 95%) |
| HSV | hsv(326, 8%, 99%) |
| CMYK | cmyk(0%, 8%, 4%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.18:1, and against black it is 17.86: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.18:1 | Fail | Fail |
| Black | 17.86:1 | AAA | AAA |
Tints and shades
Lighter tints move #FCE7F3 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FCE7F3; |
|---|---|
| CSS rgb() | color: rgb(252 231 243); |
| Tailwind | bg-[#fce7f3] |
| SwiftUI | Color(red: 0.988, green: 0.906, blue: 0.953) |
| Android | Color.parseColor("#FCE7F3") |
Closest named color
The nearest CSS colour keyword to #FCE7F3 is lavenderblush (#FFF0F5).