Abyss Teal#06363A
Signal Teal#0F9F82
Pulse Emerald#24E48A
Harbor Jade#0A7266
Tide Moss#0D5A55
Palette direction

Teal Emerald Signal Color Palette

A compact spectrum of deep teal through vivid emerald to crisp white creates a sharp, modern identity with strong digital clarity. The palette feels technical and premium without becoming cold, using saturated green-blue steps to guide attention and keep the system recognizable across brand and UI.

AnalogousTechteal paletteemerald brandingmodern ui colorshigh contrast interface
palette-preview.example
Tech color direction

Teal Emerald Signal Color Palette

A compact spectrum of deep teal through vivid emerald to crisp white creates a sharp, modern identity with strong digital clarity. The palette feels technical and premium without becoming cold, using saturated green-blue steps to guide attention and keep the system recognizable across brand and UI.

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 Pure White #FFFFFFon Abyss Teal #06363A13.2:1 Excellent
Logo Near Black #071214on Pulse Emerald #24E48A11.3:1 Excellent
Logo Near Black #071214on Signal Teal #0F9F825.7:1 Strong
Logo Near Black #071214on Pure White #FFFFFF19.0:1 Excellent
Icon color
BackgroundSignal Teal#0F9F82TextNear Black#071214
Primary Button5.70:1
AA

Best for the main action users should notice first.

BackgroundAbyss Teal#06363ATextPure White#FFFFFF
Secondary Button13.15:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextPulse Emerald#24E48A
Outlined Button1.67:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextSignal Teal#0F9F82
Text Button3.33:1
Large text

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

Palette composition8 colorsAnalogous color relationship
9:41Teal Emerald Signal Color Palette Color role balance
Analogous 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.

CTeal Emerald Signal Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors move from deep teal into brighter emerald, creating a tight analogous system that feels cohesive and instantly usable across branding and interface states. The progression gives the palette a clear visual rhythm: grounded, a

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.Abyss Teal #06363A
HeadlineUsed for main titles and key messages.Pulse Emerald #24E48A
LinkUsed for links and interactive text.Signal Teal #0F9F82

Buttons

Primary Button
BackgroundSignal Teal #0F9F82
TextNear Black #071214
Secondary Button
BackgroundAbyss Teal #06363A
TextPure White #FFFFFF
Outlined Button
BackgroundPulse Emerald #24E48A
TextPulse Emerald #24E48A

Interface

TextDefault readable body text.Near Black #071214
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Near Black #071214
IconSmall interface icons and marks.Harbor Jade #0A7266
BorderCards, inputs, and component borders.Harbor Jade #0A7266
DividerSubtle separators between content.Tide Moss #0D5A55
OutlineFocus rings and emphasis outlines.Tide Moss #0D5A55

Palette Colors

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

Main (Brand) Colors

The main colors move from deep teal into brighter emerald, creating a tight analogous system that feels cohesive and instantly usable across branding and interface states. The progression gives the palette a clear visual rhythm: grounded, a

PrimaryAbyss Teal

RolesLogo, Btn Secondary Bg

A dark, stabilizing teal that anchors the brand mark and gives secondary buttons a confident, grounded presence.

HEX#06363A
RGB6, 54, 58
HSL185, 81, 13
CMYK90, 7, 0, 77
PrimarySignal Teal

RolesLink, Btn Primary Bg

A vivid teal-green that carries interaction states and primary action energy while staying aligned with the core identity.

HEX#0F9F82
RGB15, 159, 130
HSL168, 83, 34
CMYK91, 0, 18, 38
SecondaryPulse Emerald

RolesBtn Outlined Border, Btn Outlined Text, Headline

A brighter emerald accent that adds momentum for outlines and headlines without overpowering the deeper core tones.

HEX#24E48A
RGB36, 228, 138
HSL152, 78, 52
CMYK84, 0, 39, 11

Support Colors

The support accents extend the teal-emerald core with restrained tonal depth and a crisp highlight, helping the system feel complete across icons, borders, and surfaces. They stay,

Harbor Jade

RolesIcon, Border

A muted jade support tone that reinforces the brand's cool technical character for subtle UI structure.

HEX#0A7266
RGB10, 114, 102
HSL173, 84, 24
CMYK91, 0, 11, 55
Tide Moss

RolesDivider, Outline

A deeper green-blue support shade that works well for quiet separation and low-noise interface boundaries.

HEX#0D5A55
RGB13, 90, 85
HSL176, 75, 20
CMYK86, 0, 6, 65

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 White
HEX#F3F7F6
RGB243, 247, 246
HSL165, 20, 96
CMYK2, 0, 0, 3
Near Black

RolesBg Dark, Text, Btn Primary Text

HEX#071214
RGB7, 18, 20
HSL189, 48, 5
CMYK65, 10, 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-abyss-teal: #06363A;
  --color-signal-teal: #0F9F82;
  --color-pulse-emerald: #24E48A;
  --color-harbor-jade: #0A7266;
  --color-tide-moss: #0D5A55;
  --color-pure-white: #FFFFFF;
  --color-mist-white: #F3F7F6;
  --color-near-black: #071214;
}

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: #06363A;
  --role-btn-secondary-bg: #06363A;
  --role-link: #0F9F82;
  --role-btn-primary-bg: #0F9F82;
  --role-btn-outlined-border: #24E48A;
  --role-btn-outlined-text: #24E48A;
  --role-headline: #24E48A;
  --role-icon: #0A7266;
  --role-border: #0A7266;
  --role-divider: #0D5A55;
  --role-outline: #0D5A55;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-bg-dark: #071214;
  --role-text: #071214;
  --role-btn-primary-text: #071214;
}

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.
{
    "abyss-teal": "#06363A",
    "signal-teal": "#0F9F82",
    "pulse-emerald": "#24E48A",
    "harbor-jade": "#0A7266",
    "tide-moss": "#0D5A55",
    "pure-white": "#FFFFFF",
    "mist-white": "#F3F7F6",
    "near-black": "#071214"
}
Press Space to load new palette