Find Color Codes

Software & SaaS

Auth0 Color Codes

Auth0's colors are orange #EB5424 and black #000000. The Auth0 color codes in Hex, RGB and CMYK can be found below. Eugenio Pace and Matias Woloski, two Argentinians who met at Microsoft, founded it in early 2013 while living about 7,000 miles apart. Okta bought it in 2021 for $6.5 billion and runs it as a separate brand.

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

Primary colors

What are Auth0 Primary Colors?

Auth0's primary color is orange #EB5424, a warm mid orange rather than a signal orange.

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

Auth0 Orange

Hex#EB5424
RGB235, 84, 36
HSLhsl(14, 83%, 53%)
CMYK0%, 64%, 85%, 8%converted · approximate
PantonePMS 171 Cnearest match · not published by the brand

Auth0 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

Auth0 Hex Color Codes

Auth0 hex color codes are #EB5424 for orange and #000000 for black.

ColorHex
Orange #EB5424
Black #000000

Auth0 RGB Color Codes

Auth0 RGB color codes are 235, 84, 36 for orange and 0, 0, 0 for black. Reach for RGB when a tool wants channel numbers or a CSS alpha value.

ColorRGB
Orange rgb(235, 84, 36)
Black rgb(0, 0, 0)

Auth0 HSL Color Codes

Auth0 HSL color codes are 14, 83%, 53% for orange and 0, 0%, 0% for black. Change the third value for a lighter or darker version without moving the hue.

ColorHSL
Orange hsl(14, 83%, 53%)
Black hsl(0, 0%, 0%)

Auth0 CMYK Color Code

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

ColorCMYK
Orange 0%, 64%, 85%, 8%
Black 0%, 0%, 0%, 100%

Auth0 Pantone Color Codes

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

ColorNearest Pantone
Orange PMS 171 C
Black PMS 419 C

Logo

Auth0 Logo Colors

Auth0 logo colors are one orange on the mark and black on the wordmark.

Auth0 Logo Colors Palette

What the Auth0 Logo Colors Mean?

The Auth0 logo colors keep it separate from its owner, which is the interesting part. Okta bought the company in 2021 and kept the orange rather than repainting it blue, because the two sell to different buyers: Okta to IT departments, Auth0 to developers. The mark is a shield built from the digits of the name. Orange in a category of blues is the same move Cloudflare made, and it works for the same reason.

Auth0 Logo JPG

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

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

Auth0 Logo PNG

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

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

Auth0 Logo WebP

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

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

Auth0 Color Code Shades

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

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

In code

Using the Auth0 palette

CSS custom properties

:root {
  --auth0-orange: #EB5424;
  --auth0-black: #000000;
}

Contrast against white

Orange 3.60: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.