---
title: "Brandkit"
description: "Clank logos, colors, typography, and usage guidance."
---

> Documentation Index
> Fetch the complete documentation index at: https://developer.clank.trade/llms.txt
> Use this file to discover all available pages before exploring further.

# Brandkit

Use these assets and tokens when presenting Clank in an integration, article,
event, or partner interface.

## Mark

<div class="my-5 flex min-h-48 items-center justify-center rounded-xl border border-border bg-[#131313] p-8">
  <img src="/brandkit/clank-mark.svg" alt="Clank mark" width="144" height="144" class="size-36" />
</div>

<div class="flex flex-wrap gap-2">
  <a href="https://developer.clank.trade/brandkit/clank-mark.svg" class="inline-flex items-center rounded-lg bg-primary px-4 py-2 text-sm font-semibold text-primary-foreground no-underline transition-colors hover:bg-primary-hover">Open SVG</a>
  <a href="https://developer.clank.trade/brandkit/clank-mark.png" class="inline-flex items-center rounded-lg border border-border px-4 py-2 text-sm font-semibold text-foreground no-underline transition-colors hover:bg-accent">Open PNG</a>
</div>

Keep clear space around the mark equal to at least one quarter of its diameter.
Do not stretch, rotate, redraw, or place it on a background that obscures its
shape.

## Lockups

<div class="my-5 grid gap-4 sm:grid-cols-2">
  <div class="flex min-h-44 items-center justify-center rounded-xl border border-border bg-[#131313] p-8">
    <img src="/brandkit/clank-lockup-on-dark.svg" alt="Clank lockup for dark backgrounds" width="488" height="172" class="h-auto w-full" />
  </div>
  <div class="flex min-h-44 items-center justify-center rounded-xl border border-border bg-[#fff] p-8">
    <img src="/brandkit/clank-lockup-on-light.svg" alt="Clank lockup for light backgrounds" width="488" height="172" class="h-auto w-full" />
  </div>
</div>

<div class="grid gap-4 sm:grid-cols-2">
  <div class="flex flex-wrap gap-2">
    <a href="https://developer.clank.trade/brandkit/clank-lockup-on-dark.svg" class="text-primary">Dark-background SVG</a>
    <a href="https://developer.clank.trade/brandkit/clank-lockup-on-dark.png" class="text-primary">PNG</a>
  </div>
  <div class="flex flex-wrap gap-2">
    <a href="https://developer.clank.trade/brandkit/clank-lockup-on-light.svg" class="text-primary">Light-background SVG</a>
    <a href="https://developer.clank.trade/brandkit/clank-lockup-on-light.png" class="text-primary">PNG</a>
  </div>
</div>

## Colors

- **Clank purple** — Primary accent<br />`#C4B5FD`
- **Canvas** — Primary background<br />`#131313`
- **Foreground** — Primary text<br />`#EDEDED`
- **Surface** — Cards and raised areas<br />`#181818`

Use Clank purple for emphasis, active states, and primary actions. Keep body
copy neutral so the accent remains distinctive and readable.

## Typography

Clank uses **SuisseIntl** for product UI and brand-facing headings. Use the Book
cut for body copy, Medium or Semibold for controls, and Bold sparingly for
high-emphasis labels. Use a dedicated monospace face for code and addresses.

Recommended fallback:

```css
font-family: "SuisseIntl", system-ui, -apple-system, "Segoe UI", sans-serif;
```

## Naming

Write the product name as **Clank** or **clank.trade**. Use **Clank protocol**
when referring to the contracts and launch system rather than the website.

Source: https://developer.clank.trade/brandkit/index.mdx
