Find Color Codes

Software & SaaS

Jenkins Color Codes

Jenkins' color is red #D24939. The Jenkins color codes in Hex, RGB and CMYK can be found below. Kohsuke Kawaguchi created it, and it was released under this name on 2 February 2011 after the community voted to fork away from Hudson, whose trademark Oracle had claimed following its purchase of Sun.

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

Primary colors

What are Jenkins Primary Colors?

Jenkins' primary color is red #D24939, a muted brick red rather than a build-failure red.

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

Jenkins Red

Hex#D24939
RGB210, 73, 57
HSLhsl(6, 63%, 52%)
CMYK0%, 65%, 73%, 18%converted · approximate
PantonePMS 180 Cnearest match · not published by the brand

Jenkins Hex Color Codes

Jenkins hex color codes are #D24939 for red.

ColorHex
Red #D24939

Jenkins RGB Color Codes

Jenkins RGB color codes are 210, 73, 57 for red. Reach for RGB when a tool wants channel numbers or a CSS alpha value.

ColorRGB
Red rgb(210, 73, 57)

Jenkins HSL Color Codes

Jenkins HSL color codes are 6, 63%, 52% for red. Change the third value for a lighter or darker version without moving the hue.

ColorHSL
Red hsl(6, 63%, 52%)

Jenkins CMYK Color Code

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

ColorCMYK
Red 0%, 65%, 73%, 18%

Jenkins Pantone Color Codes

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

ColorNearest Pantone
Red PMS 180 C

Logo

Jenkins Logo Colors

Jenkins logo colors are one red, on a butler drawn as a silhouette.

Jenkins Logo Colors Palette

What the Jenkins Logo Colors Mean?

The Jenkins logo colors sit on a butler, which is the joke the name carries: Jenkins is a servant's name, and the software is the thing that quietly runs your builds. The full mascot is a detailed illustration with a face, a bow tie and a moustache, and it uses about a dozen colors, none of which survive being printed on a sticker or shown at 24px. The single-color silhouette is the version that works, and #D24939 is the value the project quotes. A muted red rather than a bright one also avoids reading as a failed build.

Jenkins Logo JPG

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

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

Jenkins Logo PNG

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

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

Jenkins Logo WebP

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

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

Jenkins Color Code Shades

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

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

In code

Using the Jenkins palette

CSS custom properties

:root {
  --jenkins-red: #D24939;
}

Contrast against white

Red 4.42: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.