Skip to main content
NEUS brand assets, guidelines, and implementation standards.

Primary Brand Mark

The NEUS mark is a cloud-blue #98C0EF logomark representing portable verification and trust.

Mark Variants

VariantUse CaseFile
Primary (light)Dark backgrounds, digital/images/neus-logo.svg
Solid blackPrint, light backgroundsUse CSS fill: #000
Monochrome whitePrint reversedUse CSS fill: #FFF

Technical Specifications

  • Primary accent: #98C0EF (cloud-blue)
  • Secondary accent: #3D72C9 (dim blue)
  • Dark accent: #2F5097 (deep blue)

Clear Space

Maintain minimum clear space equal to the height of the “N” stem on all sides.

Don’ts

  • Do not distort or stretch the mark
  • Do not recolor outside brand palette
  • Do not apply drop shadows or effects
  • Do not rotate the mark
  • Do not place on busy backgrounds that reduce legibility

Color System

Primary Palette

TokenHexRGBUsage
--neus-accent#98C0EF152, 192, 239Primary accent, links, CTAs
--neus-accent-dim#3D72C961, 114, 201Secondary accent, hover states
--neus-accent-dark#2F509747, 80, 151Deep accent, emphasis

Surface Colors (Dark Mode)

TokenHexUsage
--neus-surface-canvas#101113Page background
--neus-surface-rail#141619Navigation rails
--neus-surface-card#1B1D21Cards, panels
--neus-surface-popover#282B30Popovers, modals

Text Colors

TokenOpacityUsage
--neus-text-primary93%Headings, primary content
--neus-text-secondary84%Body text, labels
--neus-text-muted68%Secondary labels, metadata
--neus-text-dimmed62%Disabled, tertiary text

State Colors

TokenHexUsage
--neus-success#22C55ESuccess states, verified
--neus-warning#EAB308Warning states
--neus-error#EF4444Error states, destructive

Typography

Font Stack

font-family: Inter, system-ui, -apple-system, sans-serif;

Type Scale

TokenSizeUsage
--neus-text-body16pxBody text
--neus-text-label15pxLabels
--neus-text-micro13pxMicro text, badges (minimum)

Code Font

font-family: JetBrains Mono, Menlo, monospace;

Implementation

In CSS

:root {
  --neus-accent: #98C0EF;
  --neus-accent-dim: #3D72C9;
  --neus-accent-dark: #2F5097;
}

In Tailwind

// tailwind.config.ts
theme: {
  extend: {
    colors: {
      accent: {
        DEFAULT: '#98C0EF',
        dim: '#3D72C9',
        dark: '#2F5097',
      }
    }
  }
}

Asset Downloads

For production-ready assets: