Cybersecurity Color Palette

Matrix green, terminal black, and electric blue with warning red create a high-tech security aesthetic. This digital-shield palette powers cybersecurity dashboards, VPN apps, and infosec conference materials.

#00FF41

Vivid Green

RGB(0, 255, 65)

HSL(135, 100%, 50%)

#0D0D0D

Black

RGB(13, 13, 13)

HSL(0, 0%, 5%)

#00BFFF

Vivid Cyan

RGB(0, 191, 255)

HSL(195, 100%, 50%)

#FF0000

Vivid Red

RGB(255, 0, 0)

HSL(0, 100%, 50%)

#1A1A2E

Dark Indigo

RGB(26, 26, 46)

HSL(240, 28%, 14%)

#003300

Dark Green

RGB(0, 51, 0)

HSL(120, 100%, 10%)

lightbulbBest Use Cases

  • checkSecurity dashboards
  • checkVPN apps
  • checkInfosec conferences

businessIndustries

  • checkTechnology
  • checkSecurity
Mood:vigilant

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #00FF41;
  --color-2: #0D0D0D;
  --color-3: #00BFFF;
  --color-4: #FF0000;
  --color-5: #1A1A2E;
  --color-6: #003300;
}

Tailwind CSS Config

colors: {
  'cybersecurity-1': '#00FF41',
  'cybersecurity-2': '#0D0D0D',
  'cybersecurity-3': '#00BFFF',
  'cybersecurity-4': '#FF0000',
  'cybersecurity-5': '#1A1A2E',
  'cybersecurity-6': '#003300',
}
cybersecurityhackergreenterminaldigital

Want to Extract Colors from Your Own Images?

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

Try PaletteAI Free

Related Palettes