Logistics & Delivery
Glovo Color Codes
Glovo works in a yellow, hex #FFC244, with a teal, hex #00A082. The Glovo color codes in Hex, RGB and CMYK can be found below. Oscar Pierre and Sacha Michaud started it in Barcelona in 2015 on the idea that a courier could bring you anything in a city, not just food; Delivery Hero bought control in 2022. Its nearest peer on this site is Foodpanda.
Primary colors
What are Glovo Primary Colors?
Glovo's primary colors are yellow #FFC244, teal #00A082.
Glovo publishes a brand system; the values shown are its yellow and teal.
Glovo Yellow
| Hex | #FFC244 |
|---|---|
| RGB | 255, 194, 68 |
| HSL | hsl(40, 100%, 63%) |
| CMYK | 0%, 24%, 73%, 0%converted · approximate |
| Pantone | PMS 136 Cnearest match · not published by the brand |
Glovo Teal
| Hex | #00A082 |
|---|---|
| RGB | 0, 160, 130 |
| HSL | hsl(169, 100%, 31%) |
| CMYK | 100%, 0%, 19%, 37%converted · approximate |
| Pantone | PMS 334 Cnearest match · not published by the brand |
Glovo Hex Color Codes
Glovo hex color codes are #FFC244 for yellow and #00A082 for teal.
| Color | Hex |
|---|---|
| Yellow | #FFC244 |
| Teal | #00A082 |
Glovo RGB Color Codes
Glovo RGB color codes are 255, 194, 68 for yellow and 0, 160, 130 for teal. Reach for RGB when a tool wants channel numbers or a CSS alpha value.
| Color | RGB |
|---|---|
| Yellow | rgb(255, 194, 68) |
| Teal | rgb(0, 160, 130) |
Glovo HSL Color Codes
Glovo HSL color codes are 40, 100%, 63% for yellow and 169, 100%, 31% for teal. Change the third value for a lighter or darker version without moving the hue.
| Color | HSL |
|---|---|
| Yellow | hsl(40, 100%, 63%) |
| Teal | hsl(169, 100%, 31%) |
Glovo CMYK Color Code
Glovo CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.
| Color | CMYK |
|---|---|
| Yellow | 0%, 24%, 73%, 0% |
| Teal | 100%, 0%, 19%, 37% |
Glovo Pantone Color Codes
Glovo Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.
| Color | Nearest Pantone |
|---|---|
| Yellow | PMS 136 C |
| Teal | PMS 334 C |
Logo
Glovo Logo Colors
Glovo logo colors are a yellow ground with the mark and name in a dark teal.
Glovo Logo Colors Palette
What the Glovo Logo Colors Mean?
The Glovo yellow is a warm, almost gold tone rather than a taxi yellow, paired with a deep teal for contrast. The mark is a small courier figure inside a rounded square; the yellow does the shelf work on the app store and the rider backpack, and the teal keeps it from looking like a warning sign.
Glovo Logo Color History
Glovo logo color history moved once. The first identity used a brighter, greener yellow and a thinner mark; the 2021 rebrand warmed the yellow, thickened the courier figure and added the teal.
Glovo Logo Fonts
Glovo logo fonts are a custom bold sans, rounded with a tall x-height. A geometric sans like Poppins is the closest match.
Glovo Logo JPG
Glovo logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.
Glovo Logo PNG
Glovo logo in PNG, with a transparent background. Use it over a colored surface.
Glovo Logo WebP
Glovo logo in WebP. Same transparency as the PNG at about a third of the file size.
Glovo Color Code Shades
Glovo color code shades step evenly from the primary toward black, for hover states, borders and shadows.
These are interface steps, not Glovo paint or trim names.
In code
Using the Glovo palette
CSS custom properties
:root {
--glovo-yellow: #FFC244;
--glovo-teal: #00A082;
}
Contrast against white
| Yellow | 1.61:1AA × |
|---|---|
| Teal | 3.31: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.