Find Color Codes

E-commerce & Payments

Venmo Color Codes

Venmo's color is a bright blue, hex #008CFF, behind the lowercase wordmark. The Venmo color codes in Hex, RGB and CMYK can be found below. Two university roommates, Andrew Kortina and Iqram Magdon-Ismail, started it in 2009 after one of them forgot his wallet on a trip; PayPal has owned it since 2013. Its owner and closest comparison is PayPal.

The Venmo logo, shown for identification
The Venmo logo, shown for identification. Venmo is a trademark of its owner and this site is not affiliated with it.

Primary colors

What are Venmo Primary Colors?

Venmo's primary colors are venmo blue #008CFF, white #FFFFFF.

Venmo publishes no open hex sheet; the blue is measured from the current wordmark.

Venmo Venmo Blue

Hex#008CFF
RGB0, 140, 255
HSLhsl(207, 100%, 50%)
CMYK100%, 45%, 0%, 0%converted · approximate
PantonePMS 300 Cnearest match · not published by the brand

Venmo White

Hex#FFFFFF
RGB255, 255, 255
HSLhsl(0, 0%, 100%)
CMYK0%, 0%, 0%, 0%converted · approximate
PantonePMS 656 Cnearest match · not published by the brand

Venmo Hex Color Codes

Venmo hex color codes are #008CFF for venmo blue and #FFFFFF for white.

ColorHex
Venmo Blue #008CFF
White #FFFFFF

Venmo RGB Color Codes

Venmo RGB color codes are 0, 140, 255 for venmo blue and 255, 255, 255 for white. Reach for RGB when a tool wants channel numbers or a CSS alpha value.

ColorRGB
Venmo Blue rgb(0, 140, 255)
White rgb(255, 255, 255)

Venmo HSL Color Codes

Venmo HSL color codes are 207, 100%, 50% for venmo blue and 0, 0%, 100% for white. Change the third value for a lighter or darker version without moving the hue.

ColorHSL
Venmo Blue hsl(207, 100%, 50%)
White hsl(0, 0%, 100%)

Venmo CMYK Color Code

Venmo CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.

ColorCMYK
Venmo Blue 100%, 45%, 0%, 0%
White 0%, 0%, 0%, 0%

Venmo Pantone Color Codes

Venmo Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.

ColorNearest Pantone
Venmo Blue PMS 300 C
White PMS 656 C

Logo

Venmo Logo Colors

Venmo logo colors are blue and white, with the name in white on blue.

Venmo Logo Colors Palette

What the Venmo Logo Colors Mean?

The Venmo logo colors settled on one confident blue, read as safe and calm, after an early logo that spelled the name in rainbow letters. The wordmark is lowercase and lightly rounded, which suits an app built around splitting bills between friends rather than formal banking.

Venmo Logo Color History

Venmo logo color history drops the early multicolor mark for a blue rounded square with a white wordmark around 2010, then simplifies to the flat blue used today. The blue has brightened over time.

Venmo Logo Fonts

Venmo logo fonts are a custom lowercase sans, not for sale. A rounded geometric sans is the closest substitute.

Venmo Logo JPG

Venmo logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.

Venmo logo, JPG format
Download JPG Trademark of its owner, shown for identification.

Venmo Logo PNG

Venmo logo in PNG, with a transparent background. Use it over a colored surface.

Venmo logo, PNG format
Download PNG Trademark of its owner, shown for identification.

Venmo Logo WebP

Venmo logo in WebP. Same transparency as the PNG at about a third of the file size.

Venmo logo, WEBP format
Download WEBP Trademark of its owner, shown for identification.

Venmo Color Code Shades

Venmo color code shades step evenly from the primary toward black, for hover states, borders and shadows.

These are interface steps, not Venmo paint or trim names.

In code

Using the Venmo palette

CSS custom properties

:root {
  --venmo-venmo-blue: #008CFF;
  --venmo-white: #FFFFFF;
}

Contrast against white

Venmo Blue 3.39: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.