Signal Teal#0A8F9C
Luminous Aqua#18C6D8
Deep Interface Teal#0D5E66
Mist Tide#6FBFC4
Sea Glass#B7E7E5
Palette direction

Teal Glow Interface Color Palette

A vivid teal-led palette with a bright aqua edge and a deep ink anchor, inspired by the image's luminous screen glow and cool digital atmosphere. The system feels modern and energetic while staying controlled enough for interfaces, with high-contrast neutrals keeping it practical for UI use.

MonochromaticTechteal paletteaqua interfacedigital glowmodern ui
palette-preview.example
Tech color direction

Teal Glow Interface Color Palette

A vivid teal-led palette with a bright aqua edge and a deep ink anchor, inspired by the image's luminous screen glow and cool digital atmosphere. The system feels modern and energetic while staying controlled enough for interfaces, with high-contrast neutrals keeping it practical for UI use.

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 Midnight Ink #0B1220on Luminous Aqua #18C6D89.0:1 Excellent
Logo Pure White #FFFFFFon Deep Interface Teal #0D5E667.5:1 Excellent
Logo Midnight Ink #0B1220on Signal Teal #0A8F9C4.8:1 Strong
Logo Midnight Ink #0B1220on Pure White #FFFFFF18.7:1 Excellent
Icon color
BackgroundSignal Teal#0A8F9CTextMidnight Ink#0B1220
Primary Button4.83:1
AA

Best for the main action users should notice first.

BackgroundLuminous Aqua#18C6D8TextMidnight Ink#0B1220
Secondary Button9.01:1
AAA

Useful for softer choices and secondary paths.

BackgroundPure White#FFFFFFTextDeep Interface Teal#0D5E66
Outlined Button7.47:1
AAA

Good for lower-emphasis actions on light surfaces.

BackgroundPure White#FFFFFFTextLuminous Aqua#18C6D8
Text Button2.08:1
Low

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

Palette composition8 colorsMonochromatic color relationship
9:41Teal Glow Interface 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 Glow Interface Color PaletteTech brand direction ColorFly.design
Strategic palette preview
Why it works

A usable
color system.

The main colors sit in a tight teal-to-aqua range, creating a recognizable screen-like system with enough shift in depth to separate brand roles clearly. The harmony reads as one digital family, but the darker anchor and brighter accent add

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.Signal Teal #0A8F9C
HeadlineUsed for main titles and key messages.Deep Interface Teal #0D5E66
LinkUsed for links and interactive text.Luminous Aqua #18C6D8

Buttons

Primary Button
BackgroundSignal Teal #0A8F9C
TextMidnight Ink #0B1220
Secondary Button
BackgroundLuminous Aqua #18C6D8
TextMidnight Ink #0B1220
Outlined Button
BackgroundDeep Interface Teal #0D5E66
TextDeep Interface Teal #0D5E66

Interface

TextDefault readable body text.Midnight Ink #0B1220
Bg LightLight page or section background.Pure White #FFFFFF
Bg DarkDark page or section background.Midnight Ink #0B1220
IconSmall interface icons and marks.Mist Tide #6FBFC4
BorderCards, inputs, and component borders.Mist Tide #6FBFC4
DividerSubtle separators between content.Sea Glass #B7E7E5
OutlineFocus rings and emphasis outlines.Sea Glass #B7E7E5

Palette Colors

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

Main (Brand) Colors

The main colors sit in a tight teal-to-aqua range, creating a recognizable screen-like system with enough shift in depth to separate brand roles clearly. The harmony reads as one digital family, but the darker anchor and brighter accent add

PrimarySignal Teal

RolesLogo, Btn Primary Bg

The core brand teal gives the palette its identity and performs well as a confident primary action color.

HEX#0A8F9C
RGB10, 143, 156
HSL185, 88, 33
CMYK94, 8, 0, 39
SecondaryLuminous Aqua

RolesLink, Btn Secondary Bg

The brighter aqua adds motion and clarity, working as a clear interactive accent without breaking the palette's cohesion.

HEX#18C6D8
RGB24, 198, 216
HSL186, 80, 47
CMYK89, 8, 0, 15
TertiaryDeep Interface Teal

RolesHeadline, Btn Outlined Border, Btn Outlined Text

The deeper teal supports hierarchy and adds a more serious editorial note for headings and outlined actions.

HEX#0D5E66
RGB13, 94, 102
HSL185, 77, 23
CMYK87, 8, 0, 60

Support Colors

The support accents extend the teal system with quieter blue-green variations that reinforce depth and usability without competing for attention. They help separate UI states and a

Mist Tide

RolesIcon, Border

A softened blue-green that lightens interface details and keeps borders and icons readable but unobtrusive.

HEX#6FBFC4
RGB111, 191, 196
HSL184, 42, 60
CMYK43, 3, 0, 23
Sea Glass

RolesDivider, Outline

A pale aquatic accent that works well for subtle separations and soft UI outlines while staying subordinate to the main teals.

HEX#B7E7E5
RGB183, 231, 229
HSL178, 50, 81
CMYK21, 0, 1, 9

Neutral Colors

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

Pure White

RolesBg Light

HEX#FFFFFF
RGB255, 255, 255
HSL0, 0, 100
CMYK0, 0, 0, 0
Soft Mist
HEX#EEF4F3
RGB238, 244, 243
HSL170, 21, 95
CMYK2, 0, 0, 4
Midnight Ink

RolesBg Dark, Text, Btn Primary Text, Btn Secondary Text

HEX#0B1220
RGB11, 18, 32
HSL220, 49, 8
CMYK66, 44, 0, 87

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-signal-teal: #0A8F9C;
  --color-luminous-aqua: #18C6D8;
  --color-deep-interface-teal: #0D5E66;
  --color-mist-tide: #6FBFC4;
  --color-sea-glass: #B7E7E5;
  --color-pure-white: #FFFFFF;
  --color-soft-mist: #EEF4F3;
  --color-midnight-ink: #0B1220;
}

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: #0A8F9C;
  --role-btn-primary-bg: #0A8F9C;
  --role-link: #18C6D8;
  --role-btn-secondary-bg: #18C6D8;
  --role-headline: #0D5E66;
  --role-btn-outlined-border: #0D5E66;
  --role-btn-outlined-text: #0D5E66;
  --role-icon: #6FBFC4;
  --role-border: #6FBFC4;
  --role-divider: #B7E7E5;
  --role-outline: #B7E7E5;
  --role-bg-light: #FFFFFF;
  --role-bg-dark: #0B1220;
  --role-text: #0B1220;
  --role-btn-primary-text: #0B1220;
  --role-btn-secondary-text: #0B1220;
}

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.
{
    "signal-teal": "#0A8F9C",
    "luminous-aqua": "#18C6D8",
    "deep-interface-teal": "#0D5E66",
    "mist-tide": "#6FBFC4",
    "sea-glass": "#B7E7E5",
    "pure-white": "#FFFFFF",
    "soft-mist": "#EEF4F3",
    "midnight-ink": "#0B1220"
}
Press Space to load new palette