RoadmapWe are building this in the open. What should we add next?What should we build next?
Roadmap

What features do YOU want?

We are building this in the open. Tell us what would make it worth paying for and it goes straight to the person writing the code.

No account needed. One line is plenty.

Electronics · brand assets

Anker brand colours

What colours does Anker use?

Anker leads on sky #00C1FF. The full set is sky, aqua and white: #00C1FF, #6AD2E9, #F7FEFD. Every code below is the brand's own published colour, not copied from a listicle.

The Anker colour palette

Ordered by how much of the logo each one covers. Tap a code to copy it.

primaryAa

skyprimary

RGB
0, 193, 255
HSL
195°, 100%, 50%
Text on it
black · 9.05:1
Role
primary
supportingAa

aqua

RGB
106, 210, 233
HSL
191°, 74%, 66%
Text on it
black · 10.78:1
Role
supporting
supportingAa

white

RGB
247, 254, 253
HSL
171°, 78%, 98%
Text on it
black · 18.46:1
Role
supporting

Ready to paste

The same codes as custom properties and as a Tailwind theme extension.

CSS

:root {
  --anker-1: #00c1ff;
  --anker-2: #6ad2e9;
  --anker-3: #f7fefd;
}

Tailwind

theme: {
  extend: {
    colors: {
      'anker-1': '#00c1ff',
      'anker-2': '#6ad2e9',
      'anker-3': '#f7fefd',
    },
  },
}

Where these came from

These are Anker's published colours, as recorded for anker.com. A published palette can carry colours that never appear in the logo: a secondary, or one used only on packaging. That is the reason to prefer it over reading the mark.

What it does not carry is how much of anything each colour covers, so there are no percentages here. Where we have read a brand's logo instead, those percentages appear and this paragraph says so instead.

Read 30 August 2026.

Questions

What are Anker's brand colours?

sky, aqua and white, #00C1FF, #6AD2E9, #F7FEFD. The one to reach for first is sky #00C1FF.

Where do these hex codes come from?

Anker's own published brand palette, as recorded for anker.com: it can include colours that never appear in the logo itself. Nothing here is copied from another site.

Is this Anker's official palette?

It is the palette on their brand record, which is as close to official as a third party gets. A full brand book usually holds more: tints, a print-only colour, rules about where each one goes.

Can I use these colours?

A hex code is not protected. Using Anker's palette to pass work off as theirs is a trademark problem, and the same colours in your own moodboard, chart or comparison deck are not.