#FDA4AF color
The swatch above shows #FDA4AF 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.
#FDA4AF is a very light, vivid red, closest to the CSS named color lightpink (#FFB6C1).
It is also a Tailwind CSS default: rose-300. That means you can write bg-rose-300 or text-rose-300 directly, with no arbitrary-value brackets and no entry in your theme config.
Color values
| HEX | #FDA4AF |
| RGB | rgb(253, 164, 175) |
| HSL | hsl(353, 96%, 82%) |
| CMYK | cmyk(0%, 35%, 31%, 1%) |
| Decimal | 16622767 |
| CSS | color: #FDA4AF; |
| Android | 0xFFFDA4AF |
| Swift | UIColor(red: 0.992, green: 0.643, blue: 0.686, alpha: 1) |
Accessibility and contrast
| White text on #FDA4AF | 1.89:1 — AA fail · AA large fail · AAA fail |
| Black text on #FDA4AF | 11.11: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 #FDA4AF
Each swatch keeps the hue and saturation of #FDA4AF and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #FDA4AF
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #FDA4AF in code
/* CSS */
.element { color: #FDA4AF; background-color: #FDA4AF; }
.element { color: rgb(253 164 175); }
.element { color: hsl(353 96% 82%); }
/* Tailwind */
<div class="bg-rose-300 text-black">
/* SCSS variable */
$brand: #FDA4AF;
Frequently asked questions
What color is #FDA4AF?
#FDA4AF is a very light, vivid red. Its hue sits at 353° on the color wheel, with 96% saturation and 82% lightness.
What is #FDA4AF in RGB?
#FDA4AF converts to rgb(253, 164, 175) — 253 red, 164 green and 175 blue.
What is #FDA4AF in CMYK?
Approximately cmyk(0%, 35%, 31%, 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 #FDA4AF be white or black?
Black gives the better contrast ratio (11.11:1 versus 1.89:1).
What is the complementary color of #FDA4AF?
#A5FDF3 — the hue directly opposite #FDA4AF on the color wheel.