Travel & Airlines
Expedia Color Codes
Expedia works in a near-black navy, hex #191E3B, with a yellow, hex #FDDB32. The Expedia color codes in Hex, RGB and CMYK can be found below. It launched in 1996 as a travel-booking site inside Microsoft, was spun off in 1999, and has since passed through Barry Diller's IAC before becoming independent again. Its nearest peer on this site is Booking.com.
Primary colors
What are Expedia Primary Colors?
Expedia's primary colors are navy #191E3B, yellow #FDDB32.
Expedia publishes brand guidelines; the values shown are the navy and yellow from the mark.
Expedia Navy
| Hex | #191E3B |
|---|---|
| RGB | 25, 30, 59 |
| HSL | hsl(231, 40%, 16%) |
| CMYK | 58%, 49%, 0%, 77%converted · approximate |
| Pantone | PMS 2767 Cnearest match · not published by the brand |
Expedia Yellow
| Hex | #FDDB32 |
|---|---|
| RGB | 253, 219, 50 |
| HSL | hsl(50, 98%, 59%) |
| CMYK | 0%, 13%, 80%, 1%converted · approximate |
| Pantone | PMS 109 Cnearest match · not published by the brand |
Expedia Hex Color Codes
Expedia hex color codes are #191E3B for navy and #FDDB32 for yellow.
| Color | Hex |
|---|---|
| Navy | #191E3B |
| Yellow | #FDDB32 |
Expedia RGB Color Codes
Expedia RGB color codes are 25, 30, 59 for navy and 253, 219, 50 for yellow. Reach for RGB when a tool wants channel numbers or a CSS alpha value.
| Color | RGB |
|---|---|
| Navy | rgb(25, 30, 59) |
| Yellow | rgb(253, 219, 50) |
Expedia HSL Color Codes
Expedia HSL color codes are 231, 40%, 16% for navy and 50, 98%, 59% for yellow. Change the third value for a lighter or darker version without moving the hue.
| Color | HSL |
|---|---|
| Navy | hsl(231, 40%, 16%) |
| Yellow | hsl(50, 98%, 59%) |
Expedia CMYK Color Code
Expedia CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.
| Color | CMYK |
|---|---|
| Navy | 58%, 49%, 0%, 77% |
| Yellow | 0%, 13%, 80%, 1% |
Expedia Pantone Color Codes
Expedia Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.
| Color | Nearest Pantone |
|---|---|
| Navy | PMS 2767 C |
| Yellow | PMS 109 C |
Logo
Expedia Logo Colors
Expedia logo colors are a dark navy wordmark with a yellow suitcase-and-plane mark.
Expedia Logo Colors Palette
What the Expedia Logo Colors Mean?
The Expedia logo colors pair a deep navy with a single warm yellow, which the 2020 rebrand chose to look less like a discount site and more like a considered one. The mark beside the name folds a suitcase and a paper plane into one shape; the yellow is the only place the identity raises its voice.
Expedia Logo Color History
Expedia logo color history has one clear step. The pre-2020 identity used a mid-blue and an airplane arc; the redesign darkened the blue almost to black, added the yellow, and simplified the symbol.
Expedia Logo Fonts
Expedia logo fonts are a custom sans, geometric with a tall x-height. A face like Averta or Circular is the nearest match.
Expedia Logo JPG
Expedia logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.
Expedia Logo PNG
Expedia logo in PNG, with a transparent background. Use it over a colored surface.
Expedia Logo WebP
Expedia logo in WebP. Same transparency as the PNG at about a third of the file size.
Expedia Color Code Shades
Expedia color code shades step evenly from the primary toward black, for hover states, borders and shadows.
These are interface steps, not Expedia paint or trim names.
In code
Using the Expedia palette
CSS custom properties
:root {
--expedia-navy: #191E3B;
--expedia-yellow: #FDDB32;
}
Contrast against white
| Navy | 16.28:1AA ✓ |
|---|---|
| Yellow | 1.37:1AA × |
Brand colors are chosen for recognition, not for legibility. A failing value here is normal. It means use it as a fill, not as text.