Find Color Codes

Software & SaaS

Dropbox Color Codes

Dropbox's colors are blue #0061FF and black #000000. The Dropbox color codes in Hex, RGB and CMYK can be found below. Drew Houston and Arash Ferdowsi founded it at MIT in May 2007, incorporated as Evenflow, after Houston kept forgetting his USB drive. The name changed to Dropbox in October 2009.

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

Primary colors

What are Dropbox Primary Colors?

Dropbox's primary color is blue #0061FF, with black on the wordmark.

Dropbox publishes no public CMYK or Pantone sheet, so both are shown below as conversions and nearest matches.

Dropbox Blue

Hex#0061FF
RGB0, 97, 255
HSLhsl(217, 100%, 50%)
CMYK100%, 62%, 0%, 0%converted · approximate
PantonePMS 2728 Cnearest match · not published by the brand

Dropbox Black

Hex#000000
RGB0, 0, 0
HSLhsl(0, 0%, 0%)
CMYK0%, 0%, 0%, 100%converted · approximate
PantonePMS 419 Cnearest match · not published by the brand

Dropbox Hex Color Codes

Dropbox hex color codes are #0061FF for blue and #000000 for black.

ColorHex
Blue #0061FF
Black #000000

Dropbox RGB Color Codes

Dropbox RGB color codes are 0, 97, 255 for blue and 0, 0, 0 for black. Reach for RGB when a tool wants channel numbers or a CSS alpha value.

ColorRGB
Blue rgb(0, 97, 255)
Black rgb(0, 0, 0)

Dropbox HSL Color Codes

Dropbox HSL color codes are 217, 100%, 50% for blue and 0, 0%, 0% for black. Change the third value for a lighter or darker version without moving the hue.

ColorHSL
Blue hsl(217, 100%, 50%)
Black hsl(0, 0%, 0%)

Dropbox CMYK Color Code

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

ColorCMYK
Blue 100%, 62%, 0%, 0%
Black 0%, 0%, 0%, 100%

Dropbox Pantone Color Codes

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

ColorNearest Pantone
Blue PMS 2728 C
Black PMS 419 C

Logo

Dropbox Logo Colors

Dropbox logo colors are one blue on the box and black on the letters.

Dropbox Logo Colors Palette

What the Dropbox Logo Colors Mean?

The Dropbox logo colors are much louder than they used to be, and the change was the point. The mark is an open box drawn from four parallelograms, and it spent years in a soft sky blue that read as calm and slightly forgettable. The 2017 identity replaced that with #0061FF, a blue bright enough to be uncomfortable, alongside a palette of clashing accent colors. A file-sync company had become invisible, and the fix was to stop being polite. Sampling from an older asset gets you #79C3EC, which is the version they moved away from.

Dropbox Logo Color History

Dropbox logo color history splits at the 2017 rebrand. Before it the box was a light #79C3EC and the whole identity was built to disappear into the desktop. After it the blue is #0061FF and the box is drawn as flat planes rather than a shaded object.

Dropbox Logo JPG

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

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

Dropbox Logo PNG

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

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

Dropbox Logo WebP

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

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

Dropbox Color Code Shades

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

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

In code

Using the Dropbox palette

CSS custom properties

:root {
  --dropbox-blue: #0061FF;
  --dropbox-black: #000000;
}

Contrast against white

Blue 5.06:1AA ✓
Black 21.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.