Netflix Inspired Color Palette

Dramatic black backgrounds with bold Netflix red and clean white create a cinematic viewing experience. This entertainment-focused palette powers streaming platforms, movie review sites, and entertainment news portals.

#000000

Black

RGB(0, 0, 0)

HSL(0, 0%, 0%)

#141414

Black

RGB(20, 20, 20)

HSL(0, 0%, 8%)

#E50914

Vivid Red

RGB(229, 9, 20)

HSL(357, 92%, 47%)

#FFFFFF

White

RGB(255, 255, 255)

HSL(0, 0%, 100%)

#B3B3B3

Light Gray

RGB(179, 179, 179)

HSL(0, 0%, 70%)

#221F1F

Black

RGB(34, 31, 31)

HSL(0, 5%, 13%)

lightbulbBest Use Cases

  • checkStreaming platforms
  • checkMovie review sites
  • checkEntertainment portals

businessIndustries

  • checkEntertainment
  • checkMedia
Mood:cinematic

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #000000;
  --color-2: #141414;
  --color-3: #E50914;
  --color-4: #FFFFFF;
  --color-5: #B3B3B3;
  --color-6: #221F1F;
}

Tailwind CSS Config

colors: {
  'netflix-inspired-1': '#000000',
  'netflix-inspired-2': '#141414',
  'netflix-inspired-3': '#E50914',
  'netflix-inspired-4': '#FFFFFF',
  'netflix-inspired-5': '#B3B3B3',
  'netflix-inspired-6': '#221F1F',
}
netflixentertainmentredcinematicdramatic

Want to Extract Colors from Your Own Images?

Upload any photo and get a custom color palette instantly — free.

Try PaletteAI Free

Related Palettes