Electric Chartreuse#E8FF16
Abyss Teal#154B57
Sea Glass Blue#5F9AA5
Dusty Copper Clay#8A6F55
Palette direction

Electric Chartreuse Teal Color Palette

A high-contrast palette built from electric chartreuse, deep teal, and crisp neutrals for a look that feels bold, editorial, and system-driven. The bright accent and dark anchor create instant recognition, while the softer blue-green support tones keep the palette usable across interfaces and brand,

CustomTechchartreusetealhigh contrasteditorial
palette-preview.example
Tech color direction

Electric Chartreuse Teal Color Palette

A high-contrast palette built from electric chartreuse, deep teal, and crisp neutrals for a look that feels bold, editorial, and system-driven. The bright accent and dark anchor create instant recognition, while the softer blue-green support tones keep the palette usable across interfaces and brand,

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 Carbon Black #141414on Electric Chartreuse #E8FF1616.4:1 Excellent
Logo Pure White #FFFFFFon Abyss Teal #154B579.7:1 Excellent
Logo Carbon Black #141414on Sea Glass Blue #5F9AA55.8:1 Strong
Logo Pure White #FFFFFFon Dusty Copper Clay #8A6F554.7:1 Strong
Icon color
BackgroundElectric Chartreuse#E8FF16TextCarbon Black#141414
Primary Button16.45:1
AAA

Best for the main action users should notice first.

BackgroundAbyss Teal#154B57TextPure White#FFFFFF
Secondary Button9.65:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextMist Gray#F3F4F6
Outlined Button1.10:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextAbyss Teal#154B57
Text Button9.65:1
AAA

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

Palette composition7 colorsCustom color relationship
9:41Electric Chartreuse Teal 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.

CElectric Chartreuse Teal Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

Electric chartreuse and deep teal form a vivid opposing pair that creates immediate visual tension and strong brand recall. The combination feels modern and graphic without relying on standard 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.Electric Chartreuse #E8FF16
HeadlineUsed for main titles and key messages.Abyss Teal #154B57
LinkUsed for links and interactive text.Abyss Teal #154B57

Buttons

Primary Button
BackgroundElectric Chartreuse #E8FF16
TextCarbon Black #141414
Secondary Button
BackgroundAbyss Teal #154B57
TextPure White #FFFFFF
Outlined Button
BackgroundAbyss Teal #154B57
TextMist Gray #F3F4F6

Interface

TextDefault readable body text.Carbon Black #141414
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Carbon Black #141414
IconSmall interface icons and marks.Sea Glass Blue #5F9AA5
BorderCards, inputs, and component borders.Dusty Copper Clay #8A6F55
DividerSubtle separators between content.Dusty Copper Clay #8A6F55
OutlineFocus rings and emphasis outlines.Sea Glass Blue #5F9AA5

Palette Colors

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

Main (Brand) Colors

Electric chartreuse and deep teal form a vivid opposing pair that creates immediate visual tension and strong brand recall. The combination feels modern and graphic without relying on standard corporate blue.

PrimaryElectric Chartreuse

RolesLogo, Btn Primary Bg

The attention-grabbing signature hue that gives the brand energy, memorability, and a sharp contemporary edge.

HEX#E8FF16
RGB232, 255, 22
HSL66, 100, 54
CMYK9, 0, 91, 0
SecondaryAbyss Teal

RolesLink, Headline, Btn Secondary Bg, Btn Outlined Border

The grounding anchor that adds depth, trust, and structure while keeping the system distinctly offbeat.

HEX#154B57
RGB21, 75, 87
HSL191, 61, 21
CMYK76, 14, 0, 66

Support Colors

Muted blue-green accents extend the teal family and add interface depth without competing with the main pair. They help separate surfaces, icons, and interactive states while soft-

Sea Glass Blue

RolesIcon, Outline

A softened blue-green that bridges the bright chartreuse and dark teal for calmer interface details.

HEX#5F9AA5
RGB95, 154, 165
HSL189, 28, 51
CMYK42, 7, 0, 35
Dusty Copper Clay

RolesBorder, Divider

A subdued warm counterpoint that adds material warmth and helps neutralize the palette in structural UI elements.

HEX#8A6F55
RGB138, 111, 85
HSL29, 24, 44
CMYK0, 20, 38, 46

Neutral Colors

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

Pure White

RolesBg Light, Btn Secondary Text

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

RolesBtn Outlined Text

HEX#F3F4F6
RGB243, 244, 246
HSL220, 14, 96
CMYK1, 1, 0, 4
Carbon Black

RolesBg Dark, Text, Btn Primary Text

HEX#141414
RGB20, 20, 20
HSL0, 0, 8
CMYK0, 0, 0, 92

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-electric-chartreuse: #E8FF16;
  --color-abyss-teal: #154B57;
  --color-sea-glass-blue: #5F9AA5;
  --color-dusty-copper-clay: #8A6F55;
  --color-pure-white: #FFFFFF;
  --color-mist-gray: #F3F4F6;
  --color-carbon-black: #141414;
}

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: #E8FF16;
  --role-btn-primary-bg: #E8FF16;
  --role-link: #154B57;
  --role-headline: #154B57;
  --role-btn-secondary-bg: #154B57;
  --role-btn-outlined-border: #154B57;
  --role-icon: #5F9AA5;
  --role-outline: #5F9AA5;
  --role-border: #8A6F55;
  --role-divider: #8A6F55;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-btn-outlined-text: #F3F4F6;
  --role-bg-dark: #141414;
  --role-text: #141414;
  --role-btn-primary-text: #141414;
}

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.
{
    "electric-chartreuse": "#E8FF16",
    "abyss-teal": "#154B57",
    "sea-glass-blue": "#5F9AA5",
    "dusty-copper-clay": "#8A6F55",
    "pure-white": "#FFFFFF",
    "mist-gray": "#F3F4F6",
    "carbon-black": "#141414"
}
Press Space to load new palette