#FFFDD0 color
#FFFDD0 is a very light, vivid yellow, closest to the CSS named color lemonchiffon (#FFFACD).
Color values
| HEX | #FFFDD0 |
| RGB | rgb(255, 253, 208) |
| HSL | hsl(57, 100%, 91%) |
| CMYK | cmyk(0%, 1%, 18%, 0%) |
| Decimal | 16776656 |
| CSS | color: #FFFDD0; |
| Android | 0xFFFFFDD0 |
| Swift | UIColor(red: 1.000, green: 0.992, blue: 0.816, alpha: 1) |
Accessibility and contrast
| White text on #FFFDD0 | 1.04:1 — AA fail · AA large fail · AAA fail |
| Black text on #FFFDD0 | 20.21: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 #FFFDD0
Each swatch keeps the hue and saturation of #FFFDD0 and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #FFFDD0
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #FFFDD0 in code
/* CSS */
.element { color: #FFFDD0; background-color: #FFFDD0; }
.element { color: rgb(255 253 208); }
.element { color: hsl(57 100% 91%); }
/* Tailwind arbitrary value */
<div class="bg-[#FFFDD0] text-black">
/* SCSS variable */
$brand: #FFFDD0;
Frequently asked questions
What color is #FFFDD0?
#FFFDD0 is a very light, vivid yellow. Its hue sits at 57° on the color wheel, with 100% saturation and 91% lightness.
What is #FFFDD0 in RGB?
#FFFDD0 converts to rgb(255, 253, 208) — 255 red, 253 green and 208 blue.
What is #FFFDD0 in CMYK?
Approximately cmyk(0%, 1%, 18%, 0%). 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 #FFFDD0 be white or black?
Black gives the better contrast ratio (20.21:1 versus 1.04:1).
What is the complementary color of #FFFDD0?
#D1D3FF — the hue directly opposite #FFFDD0 on the color wheel.