Logistics & Delivery
Just Eat Color Codes
Just Eat works in an orange, hex #FF8000, with a blue, hex #446CB2. The Just Eat color codes in Hex, RGB and CMYK can be found below. Jesper Buch started it in Denmark in 2001, moved the head office to London, and in 2020 the company merged with Takeaway.com and later bought Grubhub, making it one of the largest delivery groups outside Asia. Its nearest peer on this site is Deliveroo.
Primary colors
What are Just Eat Primary Colors?
Just Eat's primary colors are orange #FF8000, blue #446CB2.
Just Eat publishes a brand system; the values shown are its orange and blue.
Just Eat Orange
| Hex | #FF8000 |
|---|---|
| RGB | 255, 128, 0 |
| HSL | hsl(30, 100%, 50%) |
| CMYK | 0%, 50%, 100%, 0%converted · approximate |
| Pantone | PMS 151 Cnearest match · not published by the brand |
Just Eat Blue
| Hex | #446CB2 |
|---|---|
| RGB | 68, 108, 178 |
| HSL | hsl(218, 45%, 48%) |
| CMYK | 62%, 39%, 0%, 30%converted · approximate |
| Pantone | PMS 285 Cnearest match · not published by the brand |
Just Eat Hex Color Codes
Just Eat hex color codes are #FF8000 for orange and #446CB2 for blue.
| Color | Hex |
|---|---|
| Orange | #FF8000 |
| Blue | #446CB2 |
Just Eat RGB Color Codes
Just Eat RGB color codes are 255, 128, 0 for orange and 68, 108, 178 for blue. Reach for RGB when a tool wants channel numbers or a CSS alpha value.
| Color | RGB |
|---|---|
| Orange | rgb(255, 128, 0) |
| Blue | rgb(68, 108, 178) |
Just Eat HSL Color Codes
Just Eat HSL color codes are 30, 100%, 50% for orange and 218, 45%, 48% for blue. Change the third value for a lighter or darker version without moving the hue.
| Color | HSL |
|---|---|
| Orange | hsl(30, 100%, 50%) |
| Blue | hsl(218, 45%, 48%) |
Just Eat CMYK Color Code
Just Eat CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.
| Color | CMYK |
|---|---|
| Orange | 0%, 50%, 100%, 0% |
| Blue | 62%, 39%, 0%, 30% |
Just Eat Pantone Color Codes
Just Eat Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.
| Color | Nearest Pantone |
|---|---|
| Orange | PMS 151 C |
| Blue | PMS 285 C |
Logo
Just Eat Logo Colors
Just Eat logo colors are an orange wordmark, sometimes with a blue house or roundel.
Just Eat Logo Colors Palette
What the Just Eat Logo Colors Mean?
The Just Eat orange is a warm, hungry color that the brand has leaned on since the early years, backed by a blue that turns up in the house-shaped mark and the app furniture. After the Takeaway.com merger the group runs several names, but the orange is the through line that says Just Eat rather than Lieferando or Grubhub.
Just Eat Logo Color History
Just Eat logo color history holds the orange from the mid-2000s. The wordmark has been redrawn a few times, and a house symbol comes and goes, but orange has been constant.
Just Eat Logo Fonts
Just Eat logo fonts are a custom rounded sans, chunky with generous curves. A face like Quicksand Bold is the closest match.
Just Eat Logo JPG
Just Eat logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.
Just Eat Logo PNG
Just Eat logo in PNG, with a transparent background. Use it over a colored surface.
Just Eat Logo WebP
Just Eat logo in WebP. Same transparency as the PNG at about a third of the file size.
Just Eat Color Code Shades
Just Eat color code shades step evenly from the primary toward black, for hover states, borders and shadows.
These are interface steps, not Just Eat paint or trim names.
In code
Using the Just Eat palette
CSS custom properties
:root {
--just-eat-orange: #FF8000;
--just-eat-blue: #446CB2;
}
Contrast against white
| Orange | 2.52:1AA × |
|---|---|
| Blue | 5.21: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.