Find Color Codes

Video Games

Supercell Color Codes

Supercell works in near-black, hex #100F0D, on white. The Supercell color codes in Hex, RGB and CMYK can be found below. Ilkka Paananen and five others founded it in Helsinki in 2010, organized into small independent teams that kill their own projects if they do not hit a bar; Clash of Clans, Clash Royale and Brawl Stars came through that filter. Its nearest peer on this site is miHoYo.

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

Primary colors

What are Supercell Primary Colors?

Supercell's primary colors are black #100F0D, white #FFFFFF.

Supercell runs a near-black wordmark; the values shown are near-black and white.

Supercell Black

Hex#100F0D
RGB16, 15, 13
HSLhsl(40, 10%, 6%)
CMYK0%, 6%, 19%, 94%converted · approximate
PantonePMS 419 Cnearest match · not published by the brand

Supercell White

Hex#FFFFFF
RGB255, 255, 255
HSLhsl(0, 0%, 100%)
CMYK0%, 0%, 0%, 0%converted · approximate
PantonePMS 656 Cnearest match · not published by the brand

Supercell Hex Color Codes

Supercell hex color codes are #100F0D for black and #FFFFFF for white.

ColorHex
Black #100F0D
White #FFFFFF

Supercell RGB Color Codes

Supercell RGB color codes are 16, 15, 13 for black and 255, 255, 255 for white. Reach for RGB when a tool wants channel numbers or a CSS alpha value.

ColorRGB
Black rgb(16, 15, 13)
White rgb(255, 255, 255)

Supercell HSL Color Codes

Supercell HSL color codes are 40, 10%, 6% for black and 0, 0%, 100% for white. Change the third value for a lighter or darker version without moving the hue.

ColorHSL
Black hsl(40, 10%, 6%)
White hsl(0, 0%, 100%)

Supercell CMYK Color Code

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

ColorCMYK
Black 0%, 6%, 19%, 94%
White 0%, 0%, 0%, 0%

Supercell Pantone Color Codes

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

ColorNearest Pantone
Black PMS 419 C
White PMS 656 C

Logo

Supercell Logo Colors

Supercell logo colors are near-black on white, a plain lowercase wordmark.

Supercell Logo Colors Palette

What the Supercell Logo Colors Mean?

The Supercell mark is deliberately quiet, a plain lowercase wordmark in near-black, because the studio's identity is its games and each of those has its own loud, cartoon palette. A neutral parent logo lets Clash, Hay Day and Brawl Stars look nothing alike while still sitting under one company.

Supercell Logo Color History

Supercell logo color history is short and stable. The lowercase wordmark has run in black or white since the company was small, with no symbol added.

Supercell Logo Fonts

Supercell logo fonts are a custom bold sans, rounded and even. A geometric rounded sans like Gotham Rounded is the closest match.

Supercell Logo JPG

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

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

Supercell Logo PNG

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

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

Supercell Logo WebP

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

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

Supercell Color Code Shades

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

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

In code

Using the Supercell palette

CSS custom properties

:root {
  --supercell-black: #100F0D;
  --supercell-white: #FFFFFF;
}

Contrast against white

Black 19.16:1AA ✓
White 1.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.