Emerald#0B3D2E
Lime Green#7ED957
Gold#C8A24A
Sage#6E8B74
Moss Gray#A7B8A8
Palette direction

Jensen Huang Inspired Color Palette

This palette channels Jensen Huang’s signature black-and-green energy into a sharp, high-contrast system that feels technical, confident, and instantly recognizable. The deep green main color anchors the brand with a premium hardware-and-AI feel, while the supporting green and gold extend the system with warm visibility and understated dimension.

CustomTechjensen huangtech brandingainvidia-inspired
palette-preview.example
Tech color direction

Jensen Huang Inspired Color Palette

This palette channels Jensen Huang’s signature black-and-green energy into a sharp, high-contrast system that feels technical, confident, and instantly recognizable. The deep green main color anchors the brand with a premium hardware-and-AI feel, while the supporting green and gold extend the system with warm visibility and understated dimension.

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 White #FFFFFFon Emerald #0B3D2E12.2:1 Excellent
Logo Charcoal #111111on Lime Green #7ED95710.7:1 Excellent
Logo Charcoal #111111on Gold #C8A24A7.8:1 Excellent
Logo Charcoal #111111on White #FFFFFF18.9:1 Excellent
Icon color
BackgroundEmerald#0B3D2ETextWhite#FFFFFF
Primary Button12.20:1
AAA

Best for the main action users should notice first.

BackgroundLime Green#7ED957TextCharcoal#111111
Secondary Button10.75:1
AAA

Useful for softer choices and secondary paths.

BackgroundWhite#FFFFFFTextLime Green#7ED957
Outlined Button1.76:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundWhite#FFFFFFTextLime Green#7ED957
Text Button1.76:1
Low

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

Palette composition8 colorsCustom color relationship
9:41Jensen Huang Inspired Color Palette Color role balance
Custom 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.

CJensen Huang Inspired Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors combine deep emerald, vivid green, and bright gold to create a memorable leadership-driven system with strong contrast and a premium technical edge. The palette feels bold and modern without relying on the usual corporate blue.

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.Emerald #0B3D2E
HeadlineUsed for main titles and key messages.Emerald #0B3D2E
LinkUsed for links and interactive text.Lime Green #7ED957

Buttons

Primary Button
BackgroundEmerald #0B3D2E
TextWhite #FFFFFF
Secondary Button
BackgroundLime Green #7ED957
TextCharcoal #111111
Outlined Button
BackgroundLime Green #7ED957
TextLime Green #7ED957

Interface

TextDefault readable body text.Charcoal #111111
Bg LightLight page or section background.White #FFFFFF
Bg DarkDark page or section background.Charcoal #111111
IconSmall interface icons and marks.Sage #6E8B74
BorderCards, inputs, and component borders.Sage #6E8B74
DividerSubtle separators between content.Moss Gray #A7B8A8
OutlineFocus rings and emphasis outlines.Moss Gray #A7B8A8

Palette Colors

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

Main (Brand) Colors

The main colors combine deep emerald, vivid green, and bright gold to create a memorable leadership-driven system with strong contrast and a premium technical edge. The palette feels bold and modern without relying on the usual corporate blue.

PrimaryEmerald

RolesLogo, Btn Primary Bg, Headline

Emerald gives the brand a commanding, executive presence with a dark, hardware-like depth.

HEX#0B3D2E
RGB11, 61, 46
HSL162, 69, 14
CMYK82, 0, 25, 76
SecondaryLime Green

RolesLink, Btn Secondary Bg, Btn Outlined Border, Btn Outlined Text

Lime Green adds energetic visibility and makes interactive elements feel fast and innovative.

HEX#7ED957
RGB126, 217, 87
HSL102, 63, 60
CMYK42, 0, 60, 15
TertiaryGold

Gold introduces a restrained premium accent that adds warmth and signals value without weakening the green identity.

HEX#C8A24A
RGB200, 162, 74
HSL42, 53, 54
CMYK0, 19, 63, 22

Support Colors

The support colors soften the intensity of the main greens and add balance for interface accents and emphasis. They stay subordinate while improving usability and keeping the system polished.

Sage

RolesIcon, Border

Sage bridges the saturated greens with a calmer, more adaptable accent for UI structure.

HEX#6E8B74
RGB110, 139, 116
HSL132, 12, 49
CMYK21, 0, 17, 45
Moss Gray

RolesDivider, Outline

Moss Gray provides a muted green-tinted neutral that supports separation and framing without competing for attention.

HEX#A7B8A8
RGB167, 184, 168
HSL124, 11, 69
CMYK9, 0, 9, 28

Neutral Colors

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

White

RolesBg Light, Btn Primary Text

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Ivory
HEX#F4F6F2
RGB244, 246, 242
HSL90, 18, 96
CMYK1, 0, 2, 4
Charcoal

RolesBg Dark, Text, Btn Secondary Text

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

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-emerald: #0B3D2E;
  --color-lime-green: #7ED957;
  --color-gold: #C8A24A;
  --color-sage: #6E8B74;
  --color-moss-gray: #A7B8A8;
  --color-white: #FFFFFF;
  --color-ivory: #F4F6F2;
  --color-charcoal: #111111;
}

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: #0B3D2E;
  --role-btn-primary-bg: #0B3D2E;
  --role-headline: #0B3D2E;
  --role-link: #7ED957;
  --role-btn-secondary-bg: #7ED957;
  --role-btn-outlined-border: #7ED957;
  --role-btn-outlined-text: #7ED957;
  --role-icon: #6E8B74;
  --role-border: #6E8B74;
  --role-divider: #A7B8A8;
  --role-outline: #A7B8A8;
  --role-bg-light: #FFFFFF;
  --role-btn-primary-text: #FFFFFF;
  --role-bg-dark: #111111;
  --role-text: #111111;
  --role-btn-secondary-text: #111111;
}

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.
{
    "emerald": "#0B3D2E",
    "lime-green": "#7ED957",
    "gold": "#C8A24A",
    "sage": "#6E8B74",
    "moss-gray": "#A7B8A8",
    "white": "#FFFFFF",
    "ivory": "#F4F6F2",
    "charcoal": "#111111"
}
Press Space to load new palette