Bold Color Palette

High-saturation red, electric blue, hot yellow, and deep black combine for maximum visual impact. This daring palette powers protest art, festival posters, and brands that refuse to blend in.

#FF0000

Vivid Red

RGB(255, 0, 0)

HSL(0, 100%, 50%)

#0000FF

Vivid Indigo

RGB(0, 0, 255)

HSL(240, 100%, 50%)

#FFFF00

Vivid Yellow

RGB(255, 255, 0)

HSL(60, 100%, 50%)

#000000

Black

RGB(0, 0, 0)

HSL(0, 0%, 0%)

#FF6600

Vivid Vermilion

RGB(255, 102, 0)

HSL(24, 100%, 50%)

#FFFFFF

White

RGB(255, 255, 255)

HSL(0, 0%, 100%)

lightbulbBest Use Cases

  • checkProtest art
  • checkFestival posters
  • checkBold branding

businessIndustries

  • checkEntertainment
  • checkCreative
Mood:daring

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #FF0000;
  --color-2: #0000FF;
  --color-3: #FFFF00;
  --color-4: #000000;
  --color-5: #FF6600;
  --color-6: #FFFFFF;
}

Tailwind CSS Config

colors: {
  'bold-1': '#FF0000',
  'bold-2': '#0000FF',
  'bold-3': '#FFFF00',
  'bold-4': '#000000',
  'bold-5': '#FF6600',
  'bold-6': '#FFFFFF',
}
boldsaturatedprimarydaringhigh-contrast

Want to Extract Colors from Your Own Images?

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

Try PaletteAI Free

Related Palettes