#FCE7F3 color
The swatch above shows #FCE7F3 with its hex code written on it in white and in black, so you can see which of the two is legible before reading the measured ratios below.
#FCE7F3 is a very light, vivid magenta, closest to the CSS named color mistyrose (#FFE4E1).
It is also a Tailwind CSS default: pink-100. That means you can write bg-pink-100 or text-pink-100 directly, with no arbitrary-value brackets and no entry in your theme config.
Color values
| HEX | #FCE7F3 |
| RGB | rgb(252, 231, 243) |
| HSL | hsl(326, 78%, 95%) |
| CMYK | cmyk(0%, 8%, 4%, 1%) |
| Decimal | 16574451 |
| CSS | color: #FCE7F3; |
| Android | 0xFFFCE7F3 |
| Swift | UIColor(red: 0.988, green: 0.906, blue: 0.953, alpha: 1) |
Accessibility and contrast
| White text on #FCE7F3 | 1.18:1 — AA fail · AA large fail · AAA fail |
| Black text on #FCE7F3 | 17.86:1 — AA pass · AA large pass · AAA pass |
| Recommended text color | black |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #FCE7F3
Each swatch keeps the hue and saturation of #FCE7F3 and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #FCE7F3
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #FCE7F3 in code
/* CSS */
.element { color: #FCE7F3; background-color: #FCE7F3; }
.element { color: rgb(252 231 243); }
.element { color: hsl(326 78% 95%); }
/* Tailwind */
<div class="bg-pink-100 text-black">
/* SCSS variable */
$brand: #FCE7F3;
Frequently asked questions
What color is #FCE7F3?
#FCE7F3 is a very light, vivid magenta. Its hue sits at 326° on the color wheel, with 78% saturation and 95% lightness.
What is #FCE7F3 in RGB?
#FCE7F3 converts to rgb(252, 231, 243) — 252 red, 231 green and 243 blue.
What is #FCE7F3 in CMYK?
Approximately cmyk(0%, 8%, 4%, 1%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #FCE7F3 be white or black?
Black gives the better contrast ratio (17.86:1 versus 1.18:1).
What is the complementary color of #FCE7F3?
#E8FCF1 — the hue directly opposite #FCE7F3 on the color wheel.