Home · Branding · ACLU

ACLU Brand Identity

A complete profile of ACLU's visual system — colors, typography, components, and personality — extracted from https://www.aclu.org/. Built for designers, agents, and AI tools.

Download JSON
Primary
#0C4383
Accent
#FDC221
Body Font
gtamstandard
Heading
gtamstandard

Color Palette

Brand palette extracted from https://www.aclu.org/.

primary
#0C4383
rgb(12, 67, 131)
secondary
#FDC221
rgb(253, 194, 33)
accent
#FDC221
rgb(253, 194, 33)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#090C0F
rgb(9, 12, 15)
link
#1877F2
rgb(24, 119, 242)

Typography

Each font links to its Google Fonts page where available.

primary
gtamstandard
gtamstandard Google Fonts →
heading
gtamstandard
gtamstandard Google Fonts →
gtamcompressed, Arial, Helvetica, Nimbus Sans L, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

ACLU logo
Logo
ACLU favicon
Favicon
ACLU social image
Social Card

UI Components

Live previews rendered using ACLU's actual button styles.

input
background transparent textColor #FFFFFF borderColor #FFFFFF borderRadius 4px shadow none
buttonPrimary
background #FDC221 textColor #0A0D10 borderRadius 4.5px shadow none
buttonSecondary
background #0A0D10 textColor #FFFFFF borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: civic-minded individuals and organizations

ACLU Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is ACLU's primary brand color?

ACLU's primary brand color is #0C4383. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does ACLU use?

ACLU uses #FDC221 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does ACLU use?

ACLU uses gtamstandard as the primary typeface across body and headings.

Does ACLU use a light or dark theme?

ACLU's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find ACLU's logo?

ACLU's logo is available directly on their site (https://www.aclu.org/). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.aclu.org/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by ACLU.

Methodology

Brand data on this page was extracted from https://www.aclu.org/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by ACLU.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "gtamstandard",
      "role": "body"
    },
    {
      "family": "gtamcompressed",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#0C4383",
    "secondary": "#FDC221",
    "accent": "#FDC221",
    "background": "#FFFFFF",
    "textPrimary": "#090C0F",
    "link": "#1877F2"
  },
  "typography": {
    "fontFamilies": {
      "primary": "gtamstandard",
      "heading": "gtamstandard"
    },
    "fontStacks": {
      "heading": [
        "gtamcompressed",
        "Arial",
        "Helvetica",
        "Nimbus Sans L",
        "sans-serif"
      ],
      "body": [
        "gtamstandard",
        "Arial",
        "Helvetica",
        "Nimbus Sans L",
        "sans-serif"
      ],
      "paragraph": [
        "gtamstandard",
        "Arial",
        "Helvetica",
        "Nimbus Sans L",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "18px",
      "body": "13px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FDC221",
      "textColor": "#0A0D10",
      "borderRadius": "4.5px",
      "borderRadiusCorners": {
        "topLeft": "4.5px",
        "topRight": "4.5px",
        "bottomRight": "4.5px",
        "bottomLeft": "4.5px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0A0D10",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20data-v-9034e032%3D%22%22%20role%3D%22img%22%20aria-labelledby%3D%22logo%22%20width%3D%22438%22%20height%3D%22156%22%20viewBox%3D%220%200%20438%20156%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Ctitle%20data-v-9034e032%3D%22%22%20style%3D%22fill%3A%20none%20!important%3B%22%3EAmerican%20Civil%20Liberties%20Union%20home%3C%2Ftitle%3E%3Cpath%20data-v-9034e032%3D%22%22%20fill%3D%22%23D9192B%22%20d%3D%22M173.4%20116.3C164%20116.3%20160.5%20111.8%20160.5%20102.6V52.8C160.5%2043.6%20163.9%2039.1%20173.4%2039.1H178.1C187.5%2039.1%20191%2043.6%20191%2052.8V63.3H229.2V92.1H191V102.6C191%20111.8%20187.6%20116.3%20178.1%20116.3H173.4V116.3ZM51.7%2093.4L62%2037.6H64.1L74.6%2093.4H51.7ZM0%20152.8H40.6L45.5%20126.4H80.9L85.8%20152.8H127.9L123.2%20130C130.7%20146.5%20146.6%20155.3%20171.5%20155.3H176.2C209%20155.3%20226.4%20140.1%20229.2%20113.9V152.7H327.1V128C335.5%20146.5%20352%20155.3%20377.3%20155.3H383.1C419.2%20155.3%20437.8%20136.8%20437.8%20101.4V2.6H395.1V103.3C395.1%20111.9%20391.9%20116.4%20382.7%20116.4H377.8C368.4%20116.4%20365.4%20111.9%20365.4%20103.3V2.6H322.7V111.8H272V2.6H229.3V39.9C226.5%2014.8%20210.2%20-7.62939e-07%20178.2%20-7.62939e-07H171.5C134.8%20-7.62939e-07%20118.1%2018.7%20118.1%2052.8V102.6V105.4L96.8%202.6H31.1L0%20152.8Z%22%20transform%3D%22translate(0.142578%200.399902)%22%20style%3D%22fill%3A%20rgb(217%2C%2025%2C%2043)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://assets.aclu.org/live/uploads/2024/11/apple-touch-icon.png@2x-150x150.png",
    "ogImage": "https://www.aclu.org/wp-content/themes/aclu-wp/img/default_fb_share.jpg",
    "logoHref": "https://www.aclu.org/",
    "logoAlt": "American Civil Liberties Union home"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'American Civil Liberties Union'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Send message",
      "reasoning": "Button #3 'Send message' uses the vibrant brand color #FDC221, which is a strong indicator of a primary CTA. It is action-oriented and stands out visually."
    },
    "secondary": {
      "index": 0,
      "text": "Donate Now",
      "reasoning": "Button #0 'Donate Now' has a dark background color #0A0D10, which contrasts with the primary button's vibrant color, making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "civic-minded individuals and organizations"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'American Civil Liberties Union'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles