NVIDIA Green#76B900
Carbon Black#111111
Pure White#FFFFFF
Slate Moss#4A5B4F
Soft Circuit#8AA26A
Palette direction

Nvidia Inspired Green Color Palette

A high-contrast NVIDIA-inspired system built around the brand’s signature electric green, grounded by deep graphite and a crisp white neutral set. The palette feels technical and premium while staying practical for UI, with a vivid accent color used sparingly for recognition and a restrained support

MonochromaticTechnvidia-inspiredtechnologygpuai
palette-preview.example
Tech color direction

Nvidia Inspired Green Color Palette

A high-contrast NVIDIA-inspired system built around the brand’s signature electric green, grounded by deep graphite and a crisp white neutral set. The palette feels technical and premium while staying practical for UI, with a vivid accent color used sparingly for recognition and a restrained support

Explore the color system
Logo contrast guide

Logo color pairings

ColorFly checks the palette colors against each other and suggests the clearest logo/background combinations.

Logo Deep Ink #0A0A0Aon Pure White #FFFFFF19.8:1 Excellent
Logo Pure White #FFFFFFon Carbon Black #11111118.9:1 Excellent
Logo Deep Ink #0A0A0Aon NVIDIA Green #76B9008.2:1 Excellent
Logo Deep Ink #0A0A0Aon Light Gray #D9D9D914.0:1 Excellent
Icon color
BackgroundNVIDIA Green#76B900TextDeep Ink#0A0A0A
Primary Button8.21:1
AAA

Best for the main action users should notice first.

BackgroundCarbon Black#111111TextNear White#F5F5F5
Secondary Button17.32:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextNear White#F5F5F5
Outlined Button1.09:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextCarbon Black#111111
Text Button18.88:1
AAA

A quiet action for links, navigation, and inline decisions.

Palette composition8 colorsMonochromatic color relationship
9:41Nvidia Inspired Green Color Palette Color role balance
Monochromatic system
60% DominantNeutrals

Backgrounds, large surfaces, whitespace, and reading comfort.

30% SecondarySupport colors

Sections, secondary UI, illustrations, and repeated brand moments.

10% AccentMain colors

High-attention moments like primary actions and memorable highlights.

CNvidia Inspired Green Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The palette centers on NVIDIA’s recognizable neon green and pairs it with a deep carbon neutral and a precise bright white, creating immediate brand recognition with strong interface clarity. The relationship is intentionally simple and own

Clear roles create a consistent brand experience.

Color Roles and Usage Map

Assign existing palette colors to brand, typography, and interface roles.

Brand identity

LogoUsed for logo marks and core brand symbols.NVIDIA Green #76B900
HeadlineUsed for main titles and key messages.NVIDIA Green #76B900
LinkUsed for links and interactive text.Carbon Black #111111

Buttons

Primary Button
BackgroundNVIDIA Green #76B900
TextDeep Ink #0A0A0A
Secondary Button
BackgroundCarbon Black #111111
TextNear White #F5F5F5
Outlined Button
BackgroundNear White #F5F5F5
TextNear White #F5F5F5

Interface

TextDefault readable body text.Deep Ink #0A0A0A
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Carbon Black #111111
IconSmall interface icons and marks.Slate Moss #4A5B4F
BorderCards, inputs, and component borders.Slate Moss #4A5B4F
DividerSubtle separators between content.Soft Circuit #8AA26A
OutlineFocus rings and emphasis outlines.Soft Circuit #8AA26A

Palette Colors

A compact view of the brand, support, and neutral colors that make up this system.

Main (Brand) Colors

The palette centers on NVIDIA’s recognizable neon green and pairs it with a deep carbon neutral and a precise bright white, creating immediate brand recognition with strong interface clarity. The relationship is intentionally simple and own

PrimaryNVIDIA Green

RolesLogo, Btn Primary Bg, Headline

The signature brand green drives recognition and gives the palette its unmistakable NVIDIA-like identity.

HEX#76B900
RGB118, 185, 0
HSL82, 100, 36
CMYK36, 0, 100, 27
SecondaryCarbon Black

RolesBg Dark, Link, Btn Secondary Bg

A deep base that makes the bright green feel sharper and more premium in UI and brand applications.

HEX#111111
RGB17, 17, 17
HSL0, 0, 7
CMYK0, 0, 0, 93
TertiaryPure White

RolesBg Light

A clean light field that supports layout clarity and keeps the interface feeling crisp against the dark base.

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0

Support Colors

Muted slate and olive-tinted support accents extend the main green without competing with it, adding structure for interface states and subtle emphasis. They stay quieter than the主

Slate Moss

RolesIcon, Border

A subdued green-gray that reinforces the core hue while staying calm enough for UI structure.

HEX#4A5B4F
RGB74, 91, 79
HSL138, 10, 32
CMYK19, 0, 13, 64
Soft Circuit

RolesDivider, Outline

A restrained muted green accent that adds subtle layering and keeps fine details aligned to the brand mood.

HEX#8AA26A
RGB138, 162, 106
HSL86, 23, 53
CMYK15, 0, 35, 36

Neutral Colors

Utility colors for backgrounds, text, borders, and balance.

Near White

RolesBtn Outlined Border, Btn Outlined Text, Btn Secondary Text

HEX#F5F5F5
RGB245, 245, 245
HSL0, 0, 96
CMYK0, 0, 0, 4
Light Gray
HEX#D9D9D9
RGB217, 217, 217
HSL0, 0, 85
CMYK0, 0, 0, 15
Deep Ink

RolesText, Btn Primary Text

HEX#0A0A0A
RGB10, 10, 10
HSL0, 0, 4
CMYK0, 0, 0, 96

Export and Handoff

Copy palette values for design systems, websites, and client handoff.

Color tokens

Use these in CSS when you want every raw palette color available by name. Best for websites, landing pages, and design system variables.

Use when: you need the actual colors.
:root {
  --color-nvidia-green: #76B900;
  --color-carbon-black: #111111;
  --color-pure-white: #FFFFFF;
  --color-slate-moss: #4A5B4F;
  --color-soft-circuit: #8AA26A;
  --color-near-white: #F5F5F5;
  --color-light-gray: #D9D9D9;
  --color-deep-ink: #0A0A0A;
}

Role tokens

Use these in CSS when colors are assigned to practical jobs like text, buttons, borders, links, and backgrounds.

Use when: you need UI roles, not just swatches.
:root {
  --role-logo: #76B900;
  --role-btn-primary-bg: #76B900;
  --role-headline: #76B900;
  --role-bg-dark: #111111;
  --role-link: #111111;
  --role-btn-secondary-bg: #111111;
  --role-bg-light: #FFFFFF;
  --role-icon: #4A5B4F;
  --role-border: #4A5B4F;
  --role-divider: #8AA26A;
  --role-outline: #8AA26A;
  --role-btn-outlined-border: #F5F5F5;
  --role-btn-outlined-text: #F5F5F5;
  --role-btn-secondary-text: #F5F5F5;
  --role-text: #0A0A0A;
  --role-btn-primary-text: #0A0A0A;
}

JSON

Use this structured palette data in apps, generators, plugins, or tools that need to read the palette programmatically.

Use when: a developer or app needs data.
{
    "nvidia-green": "#76B900",
    "carbon-black": "#111111",
    "pure-white": "#FFFFFF",
    "slate-moss": "#4A5B4F",
    "soft-circuit": "#8AA26A",
    "near-white": "#F5F5F5",
    "light-gray": "#D9D9D9",
    "deep-ink": "#0A0A0A"
}
Press Space to load new palette