Home · Branding · Virtualmin

Virtualmin Brand Identity

A complete profile of Virtualmin's visual system — colors, typography, components, and personality — extracted from http://virtualmin.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#DC3545
Accent
#DC3545
Body Font
Segoe UI
Heading
Segoe UI

Color Palette

Brand palette extracted from http://virtualmin.com.

primary
#DC3545
rgb(220, 53, 69)
secondary
#007BFF
rgb(0, 123, 255)
accent
#DC3545
rgb(220, 53, 69)
background
#F5F5F5
rgb(245, 245, 245)
textPrimary
#141414
rgb(20, 20, 20)
link
#F5A97F
rgb(245, 169, 127)

Typography

Each font links to its Google Fonts page where available.

primary
Segoe UI
heading
Segoe UI
roboto condensed, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Open Sans, helvetica neue, 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

Virtualmin logo
Logo
Virtualmin favicon
Favicon

UI Components

Live previews rendered using Virtualmin's actual button styles.

buttonPrimary
background #DC3545 textColor #FFFFFF borderColor #DC3545 borderRadius 50px shadow none
buttonSecondary
background #F5F5F5 textColor #141414 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: web hosting professionals and developers

Virtualmin Brand in the Wild

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

Frequently Asked Questions

What is Virtualmin's primary brand color?

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

What font does Virtualmin use?

Virtualmin uses Segoe UI as the primary typeface across body and headings.

Does Virtualmin use a light or dark theme?

Virtualmin's primary site uses a light color scheme, with a background of #F5F5F5.

Where can I find Virtualmin's logo?

Virtualmin's logo is available directly on their site (http://virtualmin.com). 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 http://virtualmin.com 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 Virtualmin.

Methodology

Brand data on this page was extracted from http://virtualmin.com 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 Virtualmin.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Oxygen",
      "role": "body"
    },
    {
      "family": "Ubuntu",
      "role": "body"
    },
    {
      "family": "Cantarell",
      "role": "body"
    },
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#DC3545",
    "secondary": "#007BFF",
    "accent": "#DC3545",
    "background": "#F5F5F5",
    "textPrimary": "#141414",
    "link": "#F5A97F"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Segoe UI",
      "heading": "Segoe UI"
    },
    "fontStacks": {
      "heading": [
        "roboto condensed",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "helvetica neue",
        "sans-serif"
      ],
      "body": [
        "roboto",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "helvetica neue",
        "sans-serif"
      ],
      "paragraph": [
        "roboto",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Open Sans",
        "helvetica neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "29px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#DC3545",
      "textColor": "#FFFFFF",
      "borderColor": "#DC3545",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F5F5F5",
      "textColor": "#141414",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2263.42mm%22%20height%3D%2211.468mm%22%20version%3D%221.0%22%20viewBox%3D%220%200%20239.7%20132.79%22%20data-fc-idx%3D%220%22%3E%3Cg%20transform%3D%22translate(-251.88%20-40.022)%22%3E%3Cpath%20d%3D%22m27.194%20130.77c-7.5919-.0315-22.642-19.675-22.631-22.217.00689-1.5795%2015.101%209.8227%2022.685%209.8541%207.6099.0316%2022.903-11.247%2022.896-9.665-.01112%202.5393-15.348%2022.059-22.95%2022.027z%22%20fill%3D%22%230f0%22%20style%3D%22fill%3A%20rgb(115%2C%20207%2C%200)%20!important%3B%22%2F%3E%3Cg%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%3E%3Cpath%20d%3D%22m116.66%2085.853c7.5919.03146%2022.642%2019.675%2022.631%2022.217-.007%201.5795-15.101-9.8226-22.685-9.8541-7.6099-.03155-22.903%2011.247-22.896%209.6651.01111-2.5394%2015.348-22.059%2022.95-22.027z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m106.28%2071.908c7.1448-2.567%2028.006%2010.745%2028.865%2013.136.53378%201.4865-17.55-4.0654-24.687-1.5011-7.1618%202.573-17.675%2018.402-18.21%2016.913-.85806-2.39%206.8781-25.978%2014.032-28.549z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m37.573%20144.72c-7.1449%202.567-28.006-10.745-28.865-13.136-.53375-1.4866%2017.55%204.0654%2024.687%201.501%207.1618-2.5731%2017.675-18.402%2018.21-16.913.85806%202.39-6.8781%2025.978-14.032%2028.549z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m91.756%2062.354c5.836-4.8559%2029.992.51794%2031.617%202.4719%201.0101%201.2144-17.882%202.1823-23.712%207.0331-5.8498%204.8674-10.316%2023.337-11.327%2022.121-1.6237-1.9524-2.4218-26.764%203.422-31.626z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m52.095%20154.27c-5.8359%204.8559-29.992-.51799-31.617-2.4718-1.01-1.2145%2017.882-2.1823%2023.712-7.0331%205.8498-4.8674%2010.316-23.337%2011.327-22.121%201.6237%201.9524%202.4217%2026.764-3.422%2031.626z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m74.842%2058.343c3.8232-6.5591%2028.36-9.7712%2030.556-8.4909%201.3644.79572-16.057%208.1667-19.876%2014.719-3.8323%206.5746-1.7118%2025.458-3.078%2024.661-2.1936-1.2793-11.429-24.322-7.6012-30.889z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m69.009%20158.28c-3.8231%206.5591-28.36%209.7712-30.556%208.4909-1.3644-.79559%2016.057-8.1666%2019.876-14.719%203.8323-6.5745%201.7118-25.458%203.078-24.661%202.1936%201.2793%2011.43%2024.322%207.6011%2030.889z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m57.577%2060.359c1.3493-7.4711%2023.308-18.882%2025.809-18.429%201.5543.28106-12.296%2013.166-13.644%2020.629-1.3525%207.4888%207.0986%2024.508%205.5423%2024.227-2.4988-.45191-19.059-18.946-17.708-26.427z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m86.274%20156.27c-1.3493%207.4711-23.308%2018.882-25.809%2018.43-1.5543-.281%2012.296-13.166%2013.644-20.629%201.3525-7.4888-7.0986-24.508-5.5423-24.227%202.4988.45189%2019.059%2018.946%2017.708%2026.427z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m42.042%2068.158c-1.2873-7.482%2015.445-25.715%2017.949-26.145%201.5567-.26751-7.0512%2016.577-5.7652%2024.052%201.2904%207.4997%2015.053%2020.602%2013.494%2020.87-2.5027.42998-24.389-11.285-25.678-18.777z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m101.81%20148.47c1.2873%207.4819-15.444%2025.715-17.949%2026.145-1.5567.26768%207.0511-16.577%205.7652-24.052-1.2904-7.4998-15.053-20.602-13.494-20.87%202.5027-.43002%2024.389%2011.285%2025.678%2018.777z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m30.111%2080.801c-3.7687-6.5905%205.7181-29.446%207.9245-30.707%201.3713-.78378-.9561%2017.989%202.8087%2024.573%203.7776%206.6061%2021.191%2014.211%2019.818%2014.996-2.2047%201.2601-26.778-2.2626-30.552-8.8619z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m113.74%20135.83c3.7687%206.5905-5.7181%2029.446-7.9245%2030.707-1.3713.78387.9561-17.989-2.8087-24.573-3.7776-6.6061-21.191-14.211-19.818-14.996%202.2047-1.26%2026.778%202.2626%2030.552%208.8619z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m23.224%2096.761c-5.7955-4.9041-4.6979-29.626-3.0559-31.566%201.0205-1.2056%205.2543%2017.231%2011.044%2022.13%205.8092%204.9157%2024.774%206.1065%2023.752%207.3136-1.6408%201.9381-25.937%207.0325-31.74%202.1218z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m120.63%20119.86c5.7955%204.9041%204.698%2029.626%203.0559%2031.566-1.0205%201.2056-5.2543-17.231-11.044-22.13-5.8092-4.9157-24.774-6.1065-23.752-7.3136%201.6407-1.9381%2025.937-7.0324%2031.74-2.1218z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m22.211%20114.12c-7.1233-2.6262-14.547-26.233-13.668-28.617.5467-1.4819%2010.831%2014.395%2017.947%2017.019%207.1401%202.6324%2025.369-2.7349%2024.821-1.2512-.87893%202.3824-21.967%2015.479-29.1%2012.85z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m121.64%20102.51c7.1233%202.6261%2014.547%2026.233%2013.668%2028.617-.54664%201.4819-10.831-14.395-17.947-17.019-7.1402-2.6324-25.368%202.7349-24.821%201.2512.87895-2.3824%2021.967-15.479%2029.1-12.85z%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22m189.08%20136.06h8.6604l36.807-59.533h-9.6226l-31.394%2052.122-31.274-52.122h-9.7429l36.566%2059.533m54.312.0h8.9009V91.994h-8.9009v44.066m0-49.383h8.9009c0-3.3835%201.4835-8.4587.0-10.15-1.4835-1.6917-7.4174-1.6917-8.9009.0-1.4835%201.6918.0%206.767.0%2010.15m24.071%2049.383h8.901v-25.698c0-8.2171%209.422-11.8%2021.811-12.605l.89768-5.6373c-9.5023.32223-19.221%201.3251-22.709%206.1586l-.14015-5.7231-9.0405%204.2126.27965%2039.293m44.165.0h8.9009v-38.669h14.795v-5.3974h-14.795v-16.675l-9.0261%203.8959.12519%2012.779-12.687.10576-.76623%205.6565%2013.453-.36482v38.669m90.633-44.066h-8.901v22.637c0%205.3975-1.2028%208.781-3.9693%2011.52-3.7288%203.4641-9.6226%205.478-16.479%205.478-7.3373.0-13.592-2.014-16.599-5.5586-2.0448-2.2557-3.1274-5.8002-3.1274-10.312v-23.765h-8.9009v23.765c0%206.5254%201.684%2011.117%205.1722%2014.34%204.9316%204.592%2012.87%207.0087%2022.733%207.0087%2010.224.0%2016.719-2.4168%2021.17-7.8948v6.8476h8.901v-44.066m82.257.0h-8.901v7.8142c-6.4952-6.1225-14.554-8.8615-25.981-8.8615-19.726.0-34.641%209.9894-34.641%2023.201.0%2013.131%2015.035%2022.96%2035.243%2022.96%2011.186.0%2018.403-2.4974%2025.38-8.781v7.7337h8.901v-44.066m-34.641%204.4307c14.434.0%2025.741%207.5726%2025.741%2017.401.0%209.9894-11.066%2017.804-25.259%2017.804-14.915.0-26.342-7.8143-26.342-17.884.0-9.5866%2011.547-17.32%2025.861-17.32m49.843%2039.635h8.9009v-59.533h-8.9009v59.533m24.071.0h8.9009v-25.698c0-8.7811%206.6155-13.937%2017.682-13.937%205.4127.0%2010.465%201.4501%2013.712%204.028%202.8868%202.2557%204.0897%205.3169%204.0897%209.9089v25.698h8.9009v-25.537c0-4.2697.96226-7.0087%203.1273-9.1032%203.1274-3.2224%208.6604-5.0752%2014.915-5.0752%205.7736.0%2010.825%201.5306%2013.833%204.1891%202.4056%202.2557%203.6085%205.5586%203.6085%209.9894v25.537h8.9009v-26.182c0-5.8003-1.5637-9.5866-5.2924-12.728-4.5708-4.028-12.028-6.2836-20.568-6.2836-10.224.0-17.321%202.6584-22.854%208.5393-5.1722-5.8808-11.667-8.4588-21.531-8.4588-8.2995.0-13.472%201.6918-18.524%206.1225v-5.0752h-8.9009v44.066m112.93.0h8.9009v-44.066h-8.9009v44.066m0-49.383h8.9009c0-3.3835%201.4835-8.4587.0-10.15-1.4835-1.6917-7.4174-1.6917-8.9009.0-1.4834%201.6918.0%206.767.0%2010.15m24.071%2049.383h8.901v-24.248c0-4.9142.96227-7.4921%203.4882-9.9894%203.4882-3.3835%209.6226-5.3976%2016.599-5.3976%206.4952.0%2012.389%201.7723%2015.998%204.753%203.1274%202.739%204.3302%205.9614%204.3302%2011.762v23.121h8.9009v-23.121c0-7.4115-1.5636-11.359-5.7735-15.145-5.1722-4.3502-13.111-6.8476-22.373-6.8476-8.6604.0-15.637%202.2557-21.17%206.767v-5.7196h-8.901v44.066%22%20style%3D%22fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Ctext%20x%3D%22722.5603%22%20y%3D%2287.341904%22%20fill%3D%22%23fff%22%20font-size%3D%2212%22%20stroke-width%3D%221pt%22%20style%3D%22line-height%3A%200%25%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20stroke-width%3A%201.33333px%20!important%3B%22%3E%3Ctspan%20x%3D%22722.5603%22%20y%3D%2287.341904%22%20fill%3D%22%23fff%22%20font-size%3D%2212%22%20style%3D%22line-height%3A%20125%25%3B%20fill%3A%20rgb(0%2C%2060%2C%20196)%20!important%3B%20stroke-width%3A%201.33333px%20!important%3B%22%3ETM%3C%2Ftspan%3E%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://www.virtualmin.com/favicon.ico",
    "ogImage": null,
    "logoHref": "https://www.virtualmin.com/",
    "logoAlt": "TM"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Virtualmin Pro!",
      "reasoning": "Button #0 'Get Virtualmin Pro!' uses a vibrant brand color (#DC3545) and has strong action-oriented text, making it the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Try Virtualmin\n What is WP Workbench?",
      "reasoning": "Button #2 'Try Virtualmin What is WP Workbench?' has a different background color (#F5F5F5) and serves as a secondary action with informative text."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "web hosting professionals and developers"
  },
  "designSystem": {
    "framework": "bootstrap",
    "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 inferred from the URL and page title.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles