Home · Branding · Turbonomic

Turbonomic Brand Identity

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

Download JSON
Primary
#0062FE
Accent
#0F62FE
Body Font
IBM Plex Sans
Heading
IBM Plex Sans

Color Palette

Brand palette extracted from https://ibm.com.

primary
#0062FE
rgb(0, 98, 254)
secondary
#A6C8FF
rgb(166, 200, 255)
accent
#0F62FE
rgb(15, 98, 254)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#0F62FE
rgb(15, 98, 254)
link
#0F62FE
rgb(15, 98, 254)

Typography

Each font links to its Google Fonts page where available.

primary
IBM Plex Sans
IBM Plex Sans Google Fonts →
heading
IBM Plex Sans
IBM Plex Sans Google Fonts →
IBM Plex Sans, Helvetica Neue, 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

Turbonomic logo
Logo
Turbonomic favicon
Favicon
Turbonomic social image
Social Card

UI Components

Live previews rendered using Turbonomic's actual button styles.

input
background #F4F4F4 textColor #161616 borderColor null borderRadius 0px shadow none
buttonPrimary
background #0F62FE textColor #FFFFFF borderRadius 0px shadow none
buttonSecondary
background #FFFFFF textColor #161616 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals and enterprises

Turbonomic Brand in the Wild

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

Frequently Asked Questions

What is Turbonomic's primary brand color?

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

What accent color does Turbonomic use?

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

What font does Turbonomic use?

Turbonomic uses IBM Plex Sans as the primary typeface across body and headings.

Does Turbonomic use a light or dark theme?

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

Where can I find Turbonomic's logo?

Turbonomic's logo is available directly on their site (https://ibm.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 https://ibm.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 Turbonomic.

Methodology

Brand data on this page was extracted from https://ibm.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 Turbonomic.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "IBM Plex Sans",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0062FE",
    "secondary": "#A6C8FF",
    "accent": "#0F62FE",
    "background": "#FFFFFF",
    "textPrimary": "#0F62FE",
    "link": "#0F62FE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "IBM Plex Sans",
      "heading": "IBM Plex Sans"
    },
    "fontStacks": {
      "heading": [
        "IBM Plex Sans",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "IBM Plex Sans",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "IBM Plex Sans",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "60px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#F4F4F4",
      "textColor": "#161616",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0F62FE",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#161616",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20focusable%3D%22false%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20aria-hidden%3D%22true%22%20width%3D%2258px%22%20height%3D%2223px%22%20viewBox%3D%220%200%2058%2023%22%20data-fc-idx%3D%220%22%3E%3C!--%3Flit%24077914726%24--%3E%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20style%3D%22fill%3A%20rgb(22%2C%2022%2C%2022)%20!important%3B%20stroke%3A%20none%20!important%3B%20stroke-width%3A%201px%20!important%3B%22%3E%3Cg%20id%3D%22ibm-8-bar-logo--h15-copy%22%20style%3D%22fill%3A%20rgb(22%2C%2022%2C%2022)%20!important%3B%22%3E%3Cpath%20d%3D%22M58%2C21.4666667%20L58%2C23%20L50.3684211%2C23%20L50.3684211%2C21.4666667%20L58%2C21.4666667%20Z%20M39.6842105%2C21.4666667%20L39.6842105%2C23%20L32.0526316%2C23%20L32.0526316%2C21.4666667%20L39.6842105%2C21.4666667%20Z%20M45.6385329%2C21.4666667%20L45.0245693%2C23%20L44.41871%2C21.4666667%20L45.6385329%2C21.4666667%20Z%20M28.5421053%2C21.4666667%20C27.4471432%2C22.4188667%2026.0029202%2C23%2024.3905263%2C23%20L24.3905263%2C23%20L12.2105263%2C23%20L12.2105263%2C21.4666667%20Z%20M10.6842105%2C21.4666667%20L10.6842105%2C23%20L0%2C23%20L0%2C21.4666667%20L10.6842105%2C21.4666667%20Z%20M39.6842105%2C18.4%20L39.6842105%2C19.9333333%20L32.0526316%2C19.9333333%20L32.0526316%2C18.4%20L39.6842105%2C18.4%20Z%20M46.8318522%2C18.4%20L46.2377311%2C19.9333333%20L43.8212353%2C19.9333333%20L43.2226426%2C18.4%20L46.8318522%2C18.4%20Z%20M30.0684211%2C18.4%20C29.9306437%2C18.9451697%2029.7105614%2C19.4599515%2029.4273684%2C19.9333333%20L29.4273684%2C19.9333333%20L12.2105263%2C19.9333333%20L12.2105263%2C18.4%20Z%20M10.6842105%2C18.4%20L10.6842105%2C19.9333333%20L0%2C19.9333333%20L0%2C18.4%20L10.6842105%2C18.4%20Z%20M58%2C18.4%20L58%2C19.9333333%20L50.3684211%2C19.9333333%20L50.3684211%2C18.4%20L58%2C18.4%20Z%20M54.9473684%2C15.3333333%20L54.9473684%2C16.8666667%20L50.3684211%2C16.8666667%20L50.3684211%2C15.3333333%20L54.9473684%2C15.3333333%20Z%20M39.6842105%2C15.3333333%20L39.6842105%2C16.8666667%20L35.1052632%2C16.8666667%20L35.1052632%2C15.3333333%20L39.6842105%2C15.3333333%20Z%20M48.0292704%2C15.3333333%20L47.4295831%2C16.8666667%20L42.6233978%2C16.8666667%20L42.019006%2C15.3333333%20L48.0292704%2C15.3333333%20Z%20M29.8547368%2C15.3333333%20C29.991899%2C15.8221879%2030.0684211%2C16.3357152%2030.0684211%2C16.8666667%20L30.0684211%2C16.8666667%20L24.4210526%2C16.8666667%20L24.4210526%2C15.3333333%20Z%20M19.8421053%2C15.3333333%20L19.8421053%2C16.8666667%20L15.2631579%2C16.8666667%20L15.2631579%2C15.3333333%20L19.8421053%2C15.3333333%20Z%20M7.63157895%2C15.3333333%20L7.63157895%2C16.8666667%20L3.05263158%2C16.8666667%20L3.05263158%2C15.3333333%20L7.63157895%2C15.3333333%20Z%20M54.9473684%2C12.2666667%20L54.9473684%2C13.8%20L50.3684211%2C13.8%20L50.3684211%2C12.2666667%20L54.9473684%2C12.2666667%20Z%20M39.6842105%2C12.2666667%20L39.6842105%2C13.8%20L35.1052632%2C13.8%20L35.1052632%2C12.2666667%20L39.6842105%2C12.2666667%20Z%20M49.2252679%2C12.2666667%20L48.6284686%2C13.8%20L41.4089474%2C13.8%20L40.8168134%2C12.2666667%20L49.2252679%2C12.2666667%20Z%20M27.9773684%2C12.2666667%20C28.5037637%2C12.6994848%2028.9570701%2C13.2181697%2029.3052632%2C13.8%20L29.3052632%2C13.8%20L15.2631579%2C13.8%20L15.2631579%2C12.2666667%20Z%20M7.63157895%2C12.2666667%20L7.63157895%2C13.8%20L3.05263158%2C13.8%20L3.05263158%2C12.2666667%20L7.63157895%2C12.2666667%20Z%20M44.5987396%2C9.2%20L45.0263158%2C10.4393515%20L45.4535426%2C9.2%20L54.9473684%2C9.2%20L54.9473684%2C10.7333333%20L50.3684211%2C10.7333333%20L50.3684211%2C9.32433939%20L49.8494737%2C10.7333333%20L40.1878947%2C10.7333333%20L39.6842105%2C9.3242%20L39.6842105%2C10.7333333%20L35.1052632%2C10.7333333%20L35.1052632%2C9.2%20L44.5987396%2C9.2%20Z%20M7.63157895%2C9.2%20L7.63157895%2C10.7333333%20L3.05263158%2C10.7333333%20L3.05263158%2C9.2%20L7.63157895%2C9.2%20Z%20M29.3052632%2C9.2%20C28.9570701%2C9.7818303%2028.5037637%2C10.3003758%2027.9773684%2C10.7333333%20L27.9773684%2C10.7333333%20L15.2631579%2C10.7333333%20L15.2631579%2C9.2%20Z%20M54.9473684%2C6.13333333%20L54.9473684%2C7.66666667%20L45.9831118%2C7.66666667%20L46.5234001%2C6.13333333%20L54.9473684%2C6.13333333%20Z%20M43.534302%2C6.13333333%20L44.0745993%2C7.66666667%20L35.1052632%2C7.66666667%20L35.1052632%2C6.13333333%20L43.534302%2C6.13333333%20Z%20M30.0684211%2C6.13333333%20C30.0684211%2C6.66414545%2029.991899%2C7.17767273%2029.8547368%2C7.66666667%20L29.8547368%2C7.66666667%20L24.4210526%2C7.66666667%20L24.4210526%2C6.13333333%20Z%20M19.8421053%2C6.13333333%20L19.8421053%2C7.66666667%20L15.2631579%2C7.66666667%20L15.2631579%2C6.13333333%20L19.8421053%2C6.13333333%20Z%20M7.63157895%2C6.13333333%20L7.63157895%2C7.66666667%20L3.05263158%2C7.66666667%20L3.05263158%2C6.13333333%20L7.63157895%2C6.13333333%20Z%20M42.4774196%2C3.06666667%20L43.0079113%2C4.6%20L32.0527757%2C4.6%20L32.0526316%2C3.06666667%20L42.4774196%2C3.06666667%20Z%20M58%2C3.06666667%20L58%2C4.6%20L47.0390632%2C4.6%20L47.5903678%2C3.06666667%20L58%2C3.06666667%20Z%20M29.4273684%2C3.06666667%20C29.7105614%2C3.54004848%2029.9306437%2C4.0548303%2030.0684211%2C4.6%20L30.0684211%2C4.6%20L12.2105263%2C4.6%20L12.2105263%2C3.06666667%20Z%20M10.6842105%2C3.06666667%20L10.6842105%2C4.6%20L0%2C4.6%20L0%2C3.06666667%20L10.6842105%2C3.06666667%20Z%20M41.4056725%2C0%20L41.9462722%2C1.53333333%20L32.05278%2C1.53333333%20L32.0526316%2C0%20L41.4056725%2C0%20Z%20M58%2C0%20L58%2C1.53333333%20L48.1188427%2C1.53333333%20L48.6466706%2C0%20L58%2C0%20Z%20M24.3905263%2C0%20C25.9912083%2C0%2027.4472798%2C0.581133333%2028.5421053%2C1.53333333%20L28.5421053%2C1.53333333%20L12.2105263%2C1.53333333%20L12.2105263%2C0%20Z%20M10.6842105%2C0%20L10.6842105%2C1.53333333%20L0%2C1.53333333%20L0%2C0%20L10.6842105%2C0%20Z%22%20id%3D%22Combined-Shape%22%20style%3D%22fill%3A%20rgb(22%2C%2022%2C%2022)%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://www.ibm.com/content/dam/adobe-cms/default-images/icon-16x16.png",
    "ogImage": "https://www.ibm.com/content/dam/connectedassets-adobe-cms/worldwide-content/creative-assets/s-migr/ul/g/18/f9/ibm_logo_pos_blue60_rgb.png/_jcr_content/renditions/cq5dam.thumbnail.1280.1280.png",
    "logoHref": "https://www.ibm.com/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 4,
    "reasoning": "Selected #4 because it is visible, links to the homepage, and matches the brand name 'IBM'. It is a small but clear representation of the IBM logo.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Subscribe",
      "reasoning": "Button #0 'Subscribe' uses the vibrant brand color #0F62FE, which is a strong indicator of a primary CTA. The text 'Subscribe' is action-oriented, making it a suitable primary button."
    },
    "secondary": {
      "index": 4,
      "text": "Master customer intent\n            \n            \n            \n        \n    \n    \n    \n    \n    \n\n\n  ",
      "reasoning": "Button #4 'Master customer intent' has a different background color (#FFFFFF) and serves as a secondary action with informative text, making it a suitable secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals and enterprises"
  },
  "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": 4,
        "selectedLogoReasoning": "Selected #4 because it is visible, links to the homepage, and matches the brand name 'IBM'. It is a small but clear representation of the IBM logo.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles