Home · Branding · Sauron Systems

Sauron Systems Brand Identity

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

Download JSON
Primary
#C3AB8F
Accent
#3898EC
Body Font
Rethink Sans
Heading
Rethink Sans

Color Palette

Brand palette extracted from https://www.sauron.systems/.

primary
#C3AB8F
rgb(195, 171, 143)
secondary
#EBF2FE
rgb(235, 242, 254)
accent
#3898EC
rgb(56, 152, 236)
background
#222222
rgb(34, 34, 34)
textPrimary
#222222
rgb(34, 34, 34)
link
#3898EC
rgb(56, 152, 236)

Typography

Each font links to its Google Fonts page where available.

primary
Rethink Sans
Rethink Sans Google Fonts →
heading
Rethink Sans
Rethink Sans Google Fonts →
Rethink Sans, Arial, 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

Sauron Systems logo
Logo
Sauron Systems favicon
Favicon
Sauron Systems social image
Social Card

UI Components

Live previews rendered using Sauron Systems's actual button styles.

input
background transparent textColor #222222 borderColor null borderRadius 4px shadow rgba(34, 34, 34, 0.2) 0px 0px 0px 1px inset
buttonPrimary
background #222222 textColor #FDFDFD borderRadius 1920px shadow none
buttonSecondary
background #FDFDFD textColor #222222 borderRadius 1920px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Sauron Systems Brand in the Wild

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

Frequently Asked Questions

What is Sauron Systems's primary brand color?

Sauron Systems's primary brand color is #C3AB8F. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Sauron Systems use?

Sauron Systems uses #3898EC as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Sauron Systems use?

Sauron Systems uses Rethink Sans as the primary typeface across body and headings.

Does Sauron Systems use a light or dark theme?

Sauron Systems's primary site uses a dark color scheme, with a background of #222222.

Where can I find Sauron Systems's logo?

Sauron Systems's logo is available directly on their site (https://www.sauron.systems/). 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.sauron.systems/ 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 Sauron Systems.

Methodology

Brand data on this page was extracted from https://www.sauron.systems/ 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 Sauron Systems.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Rethink Sans",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#C3AB8F",
    "secondary": "#EBF2FE",
    "accent": "#3898EC",
    "background": "#222222",
    "textPrimary": "#222222",
    "link": "#3898EC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Rethink Sans",
      "heading": "Rethink Sans"
    },
    "fontStacks": {
      "heading": [
        "Rethink Sans",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Rethink Sans",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Rethink Sans",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "50px",
      "h2": "60px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#222222",
      "borderColor": null,
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "rgba(34, 34, 34, 0.2) 0px 0px 0px 1px inset"
    },
    "buttonPrimary": {
      "background": "#222222",
      "textColor": "#FDFDFD",
      "borderRadius": "1920px",
      "borderRadiusCorners": {
        "topLeft": "1920px",
        "topRight": "1920px",
        "bottomRight": "1920px",
        "bottomLeft": "1920px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FDFDFD",
      "textColor": "#222222",
      "borderRadius": "1920px",
      "borderRadiusCorners": {
        "topLeft": "1920px",
        "topRight": "1920px",
        "bottomRight": "1920px",
        "bottomLeft": "1920px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20308%2052%22%20width%3D%22100%25%22%20data-fc-idx%3D%220%22%3E%3Ctitle%20style%3D%22fill%3A%20none%20!important%3B%22%3ESauron%3C%2Ftitle%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M135.14%2035.1V1.13H139v33.95c0%2010.45-7.85%2016.77-16.5%2016.77-.65%200-1.3%200-1.96-.07%207.77-1%2014.6-6.33%2014.6-16.7ZM102.81%201.13h3.92v33.95c0%2010.37%206.83%2015.7%2014.53%2016.7-.58.07-1.23.07-1.88.07-8.58%200-16.57-6.32-16.57-16.77V1.14Zm67.65%2024.5c7.85%200%2014.17-4.9%2014.17-12.14%200-7.32-6.25-12.36-14.6-12.36h-7.2v.07c11.48%200%2017.66%204.9%2017.66%2012.29%200%207.74-6.98%2012.14-18.1%2012.07v.07h4.29l17.15%2025.15h4.58l-18.39-25.15h.44Zm-11.63-24.5v49.65h4V1.14h-4ZM227.21.07c12.79%200%2024.63%2010.3%2024.63%2026%200%2015.49-11.84%2025.79-24.63%2025.79h-2.11c11.92-1.14%2022.6-11.44%2022.6-25.79%200-14.56-10.68-24.86-22.6-26h2.1Zm-23.33%2026c0%2014.35%2010.61%2024.65%2022.46%2025.79h-2.11c-12.64%200-24.56-10.3-24.56-25.79%200-15.7%2011.92-26%2024.56-26h2.1c-11.84%201.14-22.45%2011.44-22.45%2026Zm99.84-24.93h3.78v49.65h-3.78V1.14Zm-27.1%200%2027.46%2049.65h-4l-27.3-49.65h3.85Zm-7.34%200h3.78v49.65h-3.78V1.14ZM5.88%2012.64C5.88%205.47%2010.89%201%2016.85.14%2016.2.07%2015.55%200%2014.8%200%207.91%200%201.74%205.4%201.74%2012.64c0%207.18%206.17%2012.65%2013.07%2012.65a9.9%209.9%200%200%200%202.04-.21c-5.96-.78-10.97-5.26-10.97-12.44Zm21.29-.7h4.21C30.95%205.03%2024.91%200%2018.3%200c-.72%200-1.38.07-2.1.14C22%201%2026.88%205.2%2027.17%2011.94Zm-8.87%2013a21%2021%200%200%200-2.1.14c6.6.78%2012.2%205.75%2012.2%2013.42%200%207.6-5.52%2012.5-12.13%2013.36.65.07%201.3.14%202.03.14%207.49%200%2014.24-5.83%2014.24-13.5%200-7.74-6.75-13.57-14.24-13.57ZM4.71%2039.2H.5C.94%2046.53%207.55%2052%2014.81%2052c.73%200%201.39-.07%202.11-.14-6.47-.78-11.84-5.47-12.2-12.65Zm79.64%2011.65h3.93L70.84%201.14h-3.78l10.9%2030.9H56.52l10.83-30.9h-3.7L46.27%2050.86h3.78l6.03-17.61h22.23l6.03%2017.61Z%22%20style%3D%22fill%3A%20rgb(253%2C%20253%2C%20253)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/6787700598a8239c8e8d97e6/6787745e4e1bdedbdd1ea218_Favicon%20Dark.png",
    "ogImage": "https://cdn.prod.website-files.com/6787700598a8239c8e8d97e6/6787869b32500937964e5eb9_Open%20Graph.png",
    "logoHref": "/",
    "logoAlt": "Sauron"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Selected #2 because it is visible, located in the header, has an alt text matching the brand name 'Sauron', and links to the homepage, making it the primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Request a consultation",
      "reasoning": "Button #0 is selected as the primary CTA because it has a dark background (#222222) which contrasts well with the light text, making it stand out. The text 'Request a consultation' is action-oriented, and the button's style (rounded and prominent) suggests a primary action."
    },
    "secondary": {
      "index": 1,
      "text": "Request a consultation",
      "reasoning": "Button #1 is chosen as the secondary CTA because it has a different background color (#FDFDFD) from the primary button. It shares the same action-oriented text but is less visually prominent due to its lighter background."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 2,
        "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, has an alt text matching the brand name 'Sauron', and links to the homepage, making it the primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles