Abyss Teal#0D4F4E
Electric Lagoon#15B7B3
Midnight Tide#0B2E2D
Sea Glass#5AB9A8
Tidal Mist#79D8CF
Palette direction

Teal Depth Tech Color Palette

This palette translates the image’s layered teal spectrum into a sharper brand system with one deep anchor, two energized aquatic mains, and restrained mineral accents. It feels modern and distinctive while staying usable across identity, UI, and data-rich interfaces.

MonochromaticTechtealaquadeep tealinterface
palette-preview.example
Tech color direction

Teal Depth Tech Color Palette

This palette translates the image’s layered teal spectrum into a sharper brand system with one deep anchor, two energized aquatic mains, and restrained mineral accents. It feels modern and distinctive while staying usable across identity, UI, and data-rich interfaces.

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 Midnight Tide #0B2E2D14.6:1 Excellent
Logo Graphite Black #101212on Electric Lagoon #15B7B37.6:1 Excellent
Logo Graphite Black #101212on Pure White #FFFFFF18.8:1 Excellent
Logo Graphite Black #101212on Tidal Mist #79D8CF11.2:1 Excellent
Icon color
BackgroundElectric Lagoon#15B7B3TextGraphite Black#101212
Primary Button7.57:1
AAA

Best for the main action users should notice first.

BackgroundMidnight Tide#0B2E2DTextPure White#FFFFFF
Secondary Button14.55:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextTidal Mist#79D8CF
Outlined Button1.68:1
Low

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextElectric Lagoon#15B7B3
Text Button2.48:1
Low

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

Palette composition8 colorsMonochromatic color relationship
9:41Teal Depth Tech 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.

CTeal Depth Tech Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors stay within a narrow teal-to-aqua range, which creates a recognizable system that feels cohesive without becoming flat. Their varying depth and brightness give the brand a clear hierarchy from anchor tone to active interface color.

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 #0D4F4E
HeadlineUsed for main titles and key messages.Abyss Teal #0D4F4E
LinkUsed for links and interactive text.Electric Lagoon #15B7B3

Buttons

Primary Button
BackgroundElectric Lagoon #15B7B3
TextGraphite Black #101212
Secondary Button
BackgroundMidnight Tide #0B2E2D
TextPure White #FFFFFF
Outlined Button
BackgroundSea Glass #5AB9A8
TextTidal Mist #79D8CF

Interface

TextDefault readable body text.Graphite Black #101212
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Graphite Black #101212
IconSmall interface icons and marks.Sea Glass #5AB9A8
BorderCards, inputs, and component borders.Tidal Mist #79D8CF
DividerSubtle separators between content.Soft Mineral #F3F7F6
OutlineFocus rings and emphasis outlines.Soft Mineral #F3F7F6

Palette Colors

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

Main (Brand) Colors

The main colors stay within a narrow teal-to-aqua range, which creates a recognizable system that feels cohesive without becoming flat. Their varying depth and brightness give the brand a clear hierarchy from anchor tone to active interface color.

PrimaryAbyss Teal

RolesLogo, Headline

This grounded teal gives the brand a confident anchor and supports premium-looking wordmarks or key headlines.

HEX#0D4F4E
RGB13, 79, 78
HSL179, 72, 18
CMYK84, 0, 1, 69
PrimaryElectric Lagoon

RolesLink, Btn Primary Bg

This vivid aqua teal adds energy and makes primary actions and links feel immediate and digitally native.

HEX#15B7B3
RGB21, 183, 179
HSL179, 79, 40
CMYK89, 0, 2, 28
SecondaryMidnight Tide

RolesBtn Secondary Bg

This darker teal strengthens the system with a more restrained action color that still feels part of the same family.

HEX#0B2E2D
RGB11, 46, 45
HSL178, 61, 11
CMYK76, 0, 2, 82

Support Colors

The support colors extend the teal core with quieter sea-glass and mineral notes that keep the palette functional without stealing attention. They soften transitions, add interface structure, and help the brighter mains stay in focus.

Sea Glass

RolesBtn Outlined Border, Icon

This muted seafoam supports borders and icons with a lighter tonal step that balances the stronger main teals.

HEX#5AB9A8
RGB90, 185, 168
HSL169, 40, 54
CMYK51, 0, 9, 27
Tidal Mist

RolesBtn Outlined Text, Border

This airy aqua tint keeps outlined controls readable while preserving the palette’s crisp aquatic character.

HEX#79D8CF
RGB121, 216, 207
HSL174, 55, 66
CMYK44, 0, 4, 15

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
Soft Mineral

RolesDivider, Outline

HEX#F3F7F6
RGB243, 247, 246
HSL165, 20, 96
CMYK2, 0, 0, 3
Graphite Black

RolesBg Dark, Text, Btn Primary Text

HEX#101212
RGB16, 18, 18
HSL180, 6, 7
CMYK11, 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-abyss-teal: #0D4F4E;
  --color-electric-lagoon: #15B7B3;
  --color-midnight-tide: #0B2E2D;
  --color-sea-glass: #5AB9A8;
  --color-tidal-mist: #79D8CF;
  --color-pure-white: #FFFFFF;
  --color-soft-mineral: #F3F7F6;
  --color-graphite-black: #101212;
}

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: #0D4F4E;
  --role-headline: #0D4F4E;
  --role-link: #15B7B3;
  --role-btn-primary-bg: #15B7B3;
  --role-btn-secondary-bg: #0B2E2D;
  --role-btn-outlined-border: #5AB9A8;
  --role-icon: #5AB9A8;
  --role-btn-outlined-text: #79D8CF;
  --role-border: #79D8CF;
  --role-bg-light: #FFFFFF;
  --role-btn-secondary-text: #FFFFFF;
  --role-divider: #F3F7F6;
  --role-outline: #F3F7F6;
  --role-bg-dark: #101212;
  --role-text: #101212;
  --role-btn-primary-text: #101212;
}

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": "#0D4F4E",
    "electric-lagoon": "#15B7B3",
    "midnight-tide": "#0B2E2D",
    "sea-glass": "#5AB9A8",
    "tidal-mist": "#79D8CF",
    "pure-white": "#FFFFFF",
    "soft-mineral": "#F3F7F6",
    "graphite-black": "#101212"
}
Press Space to load new palette