Software & SaaS
PagerDuty Color Codes
PagerDuty's colors are green #06AC38 and black #000000. The PagerDuty color codes in Hex, RGB and CMYK can be found below. Alex Solomon, Andrew Miklas and Baskar Puvanathasan, all University of Waterloo graduates, founded it in Toronto in 2009 through Y Combinator. The product wakes engineers up when something breaks.
Primary colors
What are PagerDuty Primary Colors?
PagerDuty's primary color is green #06AC38, a true signal green rather than a corporate one.
PagerDuty publishes no public CMYK or Pantone sheet, so both are shown below as conversions and nearest matches.
PagerDuty Green
| Hex | #06AC38 |
|---|---|
| RGB | 6, 172, 56 |
| HSL | hsl(138, 93%, 35%) |
| CMYK | 97%, 0%, 67%, 33%converted · approximate |
| Pantone | PMS 361 Cnearest match · not published by the brand |
PagerDuty 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 |
PagerDuty Hex Color Codes
PagerDuty hex color codes are #06AC38 for green and #000000 for black.
| Color | Hex |
|---|---|
| Green | #06AC38 |
| Black | #000000 |
PagerDuty RGB Color Codes
PagerDuty RGB color codes are 6, 172, 56 for green and 0, 0, 0 for black. Reach for RGB when a tool wants channel numbers or a CSS alpha value.
| Color | RGB |
|---|---|
| Green | rgb(6, 172, 56) |
| Black | rgb(0, 0, 0) |
PagerDuty HSL Color Codes
PagerDuty HSL color codes are 138, 93%, 35% for green and 0, 0%, 0% for black. Change the third value for a lighter or darker version without moving the hue.
| Color | HSL |
|---|---|
| Green | hsl(138, 93%, 35%) |
| Black | hsl(0, 0%, 0%) |
PagerDuty CMYK Color Code
PagerDuty CMYK color codes are conversions from the hex, because the brand publishes none. Check a printed proof before a full run.
| Color | CMYK |
|---|---|
| Green | 97%, 0%, 67%, 33% |
| Black | 0%, 0%, 0%, 100% |
PagerDuty Pantone Color Codes
PagerDuty Pantone color codes are nearest matches by color distance, not brand specs. The table shows the closest swatch for every color.
| Color | Nearest Pantone |
|---|---|
| Green | PMS 361 C |
| Black | PMS 419 C |
Logo
PagerDuty Logo Colors
PagerDuty logo colors are one green on the mark and black on the wordmark.
PagerDuty Logo Colors Palette
What the PagerDuty Logo Colors Mean?
The PagerDuty logo colors say resolved, not broken. A company whose whole product is the alarm going off could reasonably have picked red or amber, and green is the deliberate opposite: the state you are paying to get back to. The mark is a stylized P built from two vertical bars. Green also does something practical on a status page, where red and amber are already spoken for by the incident itself and a brand color competing with them would be a real problem.
PagerDuty Logo JPG
PagerDuty logo in JPG. No transparency, so it is flattened onto white. Safe for documents and slide decks.
PagerDuty Logo PNG
PagerDuty logo in PNG, with a transparent background. Use it over a colored surface.
PagerDuty Logo WebP
PagerDuty logo in WebP. Same transparency as the PNG at about a third of the file size.
PagerDuty Color Code Shades
PagerDuty color code shades step evenly from the primary toward black, for hover states, borders and shadows.
These are interface steps, not PagerDuty paint or trim names.
In code
Using the PagerDuty palette
CSS custom properties
:root {
--pagerduty-green: #06AC38;
--pagerduty-black: #000000;
}
Contrast against white
| Green | 3.01: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.