Find Color Codes

Media & Entertainment

Letterboxd Color Codes

Letterboxd works in a near-black ground, hex #202830, with three accent dots in orange, green and blue, hex #FF8000, #00E054 and #40BCF4. The Letterboxd color codes in Hex, RGB and CMYK can be found below. Matthew Buchanan and Karl von Randow started it in Auckland in 2011 as a place to log and review films; it grew sharply around 2020 into the main social network for film fans. Its nearest peer on this site is IMDb.

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

Primary colors

What are Letterboxd Primary Colors?

Letterboxd's primary colors are charcoal #202830, orange #FF8000, green #00E054, blue #40BCF4.

Letterboxd publishes a brand system; the values shown are the three dots and the dark ground.

Letterboxd Charcoal

Hex#202830
RGB32, 40, 48
HSLhsl(210, 20%, 16%)
CMYK33%, 17%, 0%, 81%converted · approximate
PantonePMS 532 Cnearest match · not published by the brand

Letterboxd Orange

Hex#FF8000
RGB255, 128, 0
HSLhsl(30, 100%, 50%)
CMYK0%, 50%, 100%, 0%converted · approximate
PantonePMS 151 Cnearest match · not published by the brand

Letterboxd Green

Hex#00E054
RGB0, 224, 84
HSLhsl(143, 100%, 44%)
CMYK100%, 0%, 63%, 12%converted · approximate
PantonePMS 802 Cnearest match · not published by the brand

Letterboxd Blue

Hex#40BCF4
RGB64, 188, 244
HSLhsl(199, 89%, 60%)
CMYK74%, 23%, 0%, 4%converted · approximate
PantonePMS 298 Cnearest match · not published by the brand

Letterboxd Hex Color Codes

Letterboxd hex color codes are #202830 for charcoal, #FF8000 for orange, #00E054 for green and #40BCF4 for blue.

ColorHex
Charcoal #202830
Orange #FF8000
Green #00E054
Blue #40BCF4

Letterboxd RGB Color Codes

Letterboxd RGB color codes are 32, 40, 48 for charcoal, 255, 128, 0 for orange, 0, 224, 84 for green and 64, 188, 244 for blue. Reach for RGB when a tool wants channel numbers or a CSS alpha value.

ColorRGB
Charcoal rgb(32, 40, 48)
Orange rgb(255, 128, 0)
Green rgb(0, 224, 84)
Blue rgb(64, 188, 244)

Letterboxd HSL Color Codes

Letterboxd HSL color codes are 210, 20%, 16% for charcoal, 30, 100%, 50% for orange, 143, 100%, 44% for green and 199, 89%, 60% for blue. Change the third value for a lighter or darker version without moving the hue.

ColorHSL
Charcoal hsl(210, 20%, 16%)
Orange hsl(30, 100%, 50%)
Green hsl(143, 100%, 44%)
Blue hsl(199, 89%, 60%)

Letterboxd CMYK Color Code

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

ColorCMYK
Charcoal 33%, 17%, 0%, 81%
Orange 0%, 50%, 100%, 0%
Green 100%, 0%, 63%, 12%
Blue 74%, 23%, 0%, 4%

Letterboxd Pantone Color Codes

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

ColorNearest Pantone
Charcoal PMS 532 C
Orange PMS 151 C
Green PMS 802 C
Blue PMS 298 C

Logo

Letterboxd Logo Colors

Letterboxd logo colors are three dots, orange, green and blue, on a dark charcoal background.

Letterboxd Logo Colors Palette

What the Letterboxd Logo Colors Mean?

The three Letterboxd dots are the whole identity: they stand for the site's rating system and for the traffic-light idea of a verdict, and members reuse them as a badge everywhere. The charcoal ground is there because the app runs in dark mode by default, the way people watch films.

Letterboxd Logo Color History

Letterboxd logo color history has held the three dots since launch, with the exact orange, green and blue tuned once for screen contrast. The dark background has stayed put.

Letterboxd Logo Fonts

Letterboxd logo fonts are a custom sans, geometric with a friendly finish. A face like Circular or Graphik is the nearest match.

Letterboxd Logo JPG

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

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

Letterboxd Logo PNG

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

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

Letterboxd Logo WebP

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

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

Letterboxd Color Code Shades

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

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

In code

Using the Letterboxd palette

CSS custom properties

:root {
  --letterboxd-charcoal: #202830;
  --letterboxd-orange: #FF8000;
  --letterboxd-green: #00E054;
  --letterboxd-blue: #40BCF4;
}

Contrast against white

Charcoal 14.92:1AA ✓
Orange 2.52:1AA ×
Green 1.78:1AA ×
Blue 2.16: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.