Consumer Brands
Rausch — the Airbnb-only red that became a brand asset.
Airbnb commissioned its signature color, dubbed 'Rausch' (#FF5A5F), to be specifically theirs — warmer than fire-engine red, more saturated than coral. The supporting palette includes a teal and a saturated orange that broaden the brand from hospitality into experience-driven commerce.
:root {
--rausch: #ff5a5f;
--babu-teal: #00a699;
--arches-orange: #fc642d;
--hof-gray: #484848;
}module.exports = {
theme: {
extend: {
colors: {
"rausch": "#ff5a5f",
"babu-teal": "#00a699",
"arches-orange": "#fc642d",
"hof-gray": "#484848",
},
},
},
};Source: https://airbnb.design/building-a-visual-language/ · As of 2026-05-02 · This page is an unofficial reference. Color values are factual sRGB hex codes and not subject to copyright; the Airbnb name and any associated marks belong to their owner. Use support to request removal.