E-commerce & Payments
Revolut Color Codes
Revolut works in a near-black, hex #191C1F, on a lowercase wordmark. The Revolut color codes in Hex, RGB and CMYK can be found below. Nikolay Storonsky and Vlad Yatsenko founded the app in London in 2015, starting with a card for spending abroad without bank fees and growing into a full account. Its rival among app-first money services is Wise.
Primary colors
What are Revolut Primary Colors?
Revolut's primary colors are ink #191C1F, white #FFFFFF.
Revolut publishes no open hex sheet; the tone is measured from the current wordmark.
Revolut Ink
| Hex | #191C1F |
|---|---|
| RGB | 25, 28, 31 |
| HSL | hsl(210, 11%, 11%) |
| CMYK | 19%, 10%, 0%, 88%converted · approximate |
| Pantone | PMS 426 Cnearest match · not published by the brand |
Revolut White
| Hex | #FFFFFF |
|---|---|
| RGB | 255, 255, 255 |
| HSL | hsl(0, 0%, 100%) |
| CMYK | 0%, 0%, 0%, 0%converted · approximate |
| Pantone | PMS 656 Cnearest match · not published by the brand |
Revolut Hex Color Codes
Revolut hex color codes are #191C1F for ink and #FFFFFF for white.
| Color | Hex |
|---|---|
| Ink | #191C1F |
| White | #FFFFFF |
Revolut RGB Color Codes
Revolut RGB color codes are 25, 28, 31 for ink and 255, 255, 255 for white. Reach for RGB when a tool wants channel numbers or a CSS alpha value.
| Color | RGB |
|---|---|
| Ink | rgb(25, 28, 31) |
| White | rgb(255, 255, 255) |
Revolut HSL Color Codes
Revolut HSL color codes are 210, 11%, 11% for ink and 0, 0%, 100% for white. Change the third value for a lighter or darker version without moving the hue.
| Color | HSL |
|---|---|
| Ink | hsl(210, 11%, 11%) |
| White | hsl(0, 0%, 100%) |
Revolut CMYK Color Code
Revolut CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.
| Color | CMYK |
|---|---|
| Ink | 19%, 10%, 0%, 88% |
| White | 0%, 0%, 0%, 0% |
Revolut Pantone Color Codes
Revolut Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.
| Color | Nearest Pantone |
|---|---|
| Ink | PMS 426 C |
| White | PMS 656 C |
Logo
Revolut Logo Colors
Revolut logo colors are near-black and white, kept deliberately plain.
Revolut Logo Colors Palette
What the Revolut Logo Colors Mean?
The Revolut logo colors are a design choice more than a message. The 2020 wordmark is set in a heavy near-black sans with small gaps between the letters, and the capital R is cut so the negative space reads as sharp and tech-made. Color enters only in the app's charts and cards, not the logo.
Revolut Logo Color History
Revolut logo color history is brief. The 2020 rebrand replaced an earlier lighter mark with the current black lowercase wordmark, and it has not changed since.
Revolut Logo Fonts
Revolut logo fonts are a custom sans, not for sale. A precise grotesque such as a medium-weight Aeonik or Inter is close.
Revolut Logo JPG
Revolut logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.
Revolut Logo PNG
Revolut logo in PNG, with a transparent background. Use it over a colored surface.
Revolut Logo WebP
Revolut logo in WebP. Same transparency as the PNG at about a third of the file size.
Revolut Color Code Shades
Revolut color code shades step evenly from the primary toward black, for hover states, borders and shadows.
These are interface steps, not Revolut paint or trim names.
In code
Using the Revolut palette
CSS custom properties
:root {
--revolut-ink: #191C1F;
--revolut-white: #FFFFFF;
}
Contrast against white
| Ink | 17.11:1AA ✓ |
|---|---|
| White | 1.00: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.