Home · Branding · Clover Security

Clover Security Brand Identity

A complete profile of Clover Security's visual system — colors, typography, components, and personality — extracted from https://clover.security/. Built for designers, agents, and AI tools.

Download JSON
Primary
#D5ECFF
Accent
#E0F6CB
Body Font
Season Mix
Heading
Season Sans

Color Palette

Brand palette extracted from https://clover.security/.

primary
#D5ECFF
rgb(213, 236, 255)
secondary
#FBCAC6
rgb(251, 202, 198)
accent
#E0F6CB
rgb(224, 246, 203)
background
#F5F5F4
rgb(245, 245, 244)
textPrimary
#15291F
rgb(21, 41, 31)
link
#15291F
rgb(21, 41, 31)

Typography

Each font links to its Google Fonts page where available.

primary
Season Mix
heading
Season Sans
Season Sans Google Fonts →
Season Mix, 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

Clover Security logo
Logo
Clover Security favicon
Favicon
Clover Security social image
Social Card

UI Components

Live previews rendered using Clover Security's actual button styles.

buttonPrimary
background #E0F6CB textColor #15291F borderColor #138869 borderRadius 2.037px shadow none
buttonSecondary
background #D5ECFF textColor #15291F borderColor #63A8EE borderRadius 2.037px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses seeking security solutions

Clover Security Brand in the Wild

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

Frequently Asked Questions

What is Clover Security's primary brand color?

Clover Security's primary brand color is #D5ECFF. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Clover Security use?

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

What font does Clover Security use?

Clover Security uses Season Mix for body text and Season Sans for headings. Fonts were detected on https://clover.security/ as part of their live design system.

Does Clover Security use a light or dark theme?

Clover Security's primary site uses a light color scheme, with a background of #F5F5F4.

Where can I find Clover Security's logo?

Clover Security's logo is available directly on their site (https://clover.security/). 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://clover.security/ 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 Clover Security.

Methodology

Brand data on this page was extracted from https://clover.security/ 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 Clover Security.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Season Sans",
      "role": "heading"
    },
    {
      "family": "Season Mix",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#D5ECFF",
    "secondary": "#FBCAC6",
    "accent": "#E0F6CB",
    "background": "#F5F5F4",
    "textPrimary": "#15291F",
    "link": "#15291F"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Season Mix",
      "heading": "Season Sans"
    },
    "fontStacks": {
      "heading": [
        "Season Mix",
        "sans-serif"
      ],
      "body": [
        "Season Sans",
        "serif"
      ],
      "paragraph": [
        "Season Sans",
        "serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "16px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#E0F6CB",
      "textColor": "#15291F",
      "borderColor": "#138869",
      "borderRadius": "2.037px",
      "borderRadiusCorners": {
        "topLeft": "2.037px",
        "topRight": "2.037px",
        "bottomRight": "2.037px",
        "bottomLeft": "2.037px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#D5ECFF",
      "textColor": "#15291F",
      "borderColor": "#63A8EE",
      "borderRadius": "2.037px",
      "borderRadiusCorners": {
        "topLeft": "2.037px",
        "topRight": "2.037px",
        "bottomRight": "2.037px",
        "bottomLeft": "2.037px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://clover.security/wp-content/uploads/2025/12/clover-logo-white.svg",
    "favicon": "https://clover.security/wp-content/themes/cloversecurity/assets/images/favicon.ico",
    "ogImage": "https://clover.security/wp-content/uploads/2026/02/home-og-clover.jpg",
    "logoHref": "https://clover.security/",
    "logoAlt": "Clover Security Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand 'Clover Security'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 5,
      "text": "Read interview",
      "reasoning": "Button #5 has a vibrant green background (#E0F6CB), which is distinct and eye-catching, making it suitable as the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Read case study",
      "reasoning": "Button #2 has a blue background (#D5ECFF), which is different from the primary button's green, making it a suitable secondary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking security solutions"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand 'Clover Security'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles