Software & SaaS
Okta Color Codes
Okta's colors are blue #007DC1 and black #000000. The Okta color codes in Hex, RGB and CMYK can be found below. Todd McKinnon and Frederic Kerrest, who had worked together at Salesforce, founded it in January 2009. An okta is a meteorological unit: one eighth of the sky covered by cloud.
Primary colors
What are Okta Primary Colors?
Okta's primary color is blue #007DC1, a mid azure blue with no navy in it.
Okta publishes no public CMYK or Pantone sheet, so both are shown below as conversions and nearest matches.
Okta Blue
| Hex | #007DC1 |
|---|---|
| RGB | 0, 125, 193 |
| HSL | hsl(201, 100%, 38%) |
| CMYK | 100%, 35%, 0%, 24%converted · approximate |
| Pantone | PMS 3005 Cnearest match · not published by the brand |
Okta Black
| Hex | #000000 |
|---|---|
| RGB | 0, 0, 0 |
| HSL | hsl(0, 0%, 0%) |
| CMYK | 0%, 0%, 0%, 100%converted · approximate |
| Pantone | PMS 419 Cnearest match · not published by the brand |
Okta Hex Color Codes
Okta hex color codes are #007DC1 for blue and #000000 for black.
| Color | Hex |
|---|---|
| Blue | #007DC1 |
| Black | #000000 |
Okta RGB Color Codes
Okta RGB color codes are 0, 125, 193 for blue and 0, 0, 0 for black. Reach for RGB when a tool wants channel numbers or a CSS alpha value.
| Color | RGB |
|---|---|
| Blue | rgb(0, 125, 193) |
| Black | rgb(0, 0, 0) |
Okta HSL Color Codes
Okta HSL color codes are 201, 100%, 38% for blue and 0, 0%, 0% for black. Change the third value for a lighter or darker version without moving the hue.
| Color | HSL |
|---|---|
| Blue | hsl(201, 100%, 38%) |
| Black | hsl(0, 0%, 0%) |
Okta CMYK Color Code
Okta CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.
| Color | CMYK |
|---|---|
| Blue | 100%, 35%, 0%, 24% |
| Black | 0%, 0%, 0%, 100% |
Okta Pantone Color Codes
Okta Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.
| Color | Nearest Pantone |
|---|---|
| Blue | PMS 3005 C |
| Black | PMS 419 C |
Logo
Okta Logo Colors
Okta logo colors are one blue on the mark and black on the wordmark.
Okta Logo Colors Palette
What the Okta Logo Colors Mean?
The Okta logo colors run back to a weather chart. An okta measures cloud cover in eighths, and a full sky is eight oktas, which is why the mark is a circle divided into segments and why the company is blue rather than any other color. That is a rare case of a name, a symbol and a palette all coming from the same single idea. It bought Auth0 in 2021 and left that brand its own orange rather than absorbing it.
Okta Logo JPG
Okta logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.
Okta Logo PNG
Okta logo in PNG, with a transparent background. Use it over a colored surface.
Okta Logo WebP
Okta logo in WebP. Same transparency as the PNG at about a third of the file size.
Okta Color Code Shades
Okta color code shades step evenly from the primary toward black, for hover states, borders and shadows.
These are interface steps, not Okta paint or trim names.
In code
Using the Okta palette
CSS custom properties
:root {
--okta-blue: #007DC1;
--okta-black: #000000;
}
Contrast against white
| Blue | 4.46: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.