# Gridware Brand Identity

A complete profile of **Gridware**'s visual system — colors, typography, components, and personality — extracted from [https://www.gridware.io](https://www.gridware.io/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://www.gridware.io.

| Color          | Hex      | RGB               |
|----------------|----------|-------------------|
| primary        | #007BFF  | rgb(0, 123, 255)  |
| secondary      | #001836  | rgb(0, 24, 54)    |
| accent         | #007BFF  | rgb(0, 123, 255)  |
| background     | #FFFFFF  | rgb(255, 255, 255)|
| textPrimary    | #000000  | rgb(0, 0, 0)      |
| link           | #89E3B4  | rgb(137, 227, 180)|

## Typography

Each font links to its Google Fonts page where available.

| Role           | Font            |
|----------------|-----------------|
| primary        | Helvetica Now    |
| heading        | Helvetica Now    |

## UI Components

Live previews rendered using Gridware's actual button styles.

### Button Primary

- Background: #007BFF
- Text Color: #FFFFFF
- Border Color: #007BFF
- Border Radius: 0px
- Shadow: none

### Button Secondary

- Background: #FFFFFF
- Text Color: #000000
- Border Color: #FFFFFF
- Border Radius: 0px
- Shadow: none

## Brand Personality

**Tone:** professional  
**Energy:** medium  
**Audience:** utility companies and energy sector professionals

## Gridware Brand in the Wild

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

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/680f82c824508c6307e67f8b/691a638fe76119a0f447890c_16.jpg)  
Source: [gridware.io](https://www.gridware.io/news)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/680f82c824508c6307e67f8b/6810d944b5c7139068e50358_678fce19e6318e2bddd06014__WRS0997-2%20(1).jpg)  
Source: [gridware.io](https://www.gridware.io/news/duquesne-light-co-dlc-released-its-2024-corporate-responsibility-report)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/680f82c824508c6307e67f8b/681977531e340e2449398281_DSC02116-Enhanced-NR.jpg)  
Source: [gridware.io](https://www.gridware.io/news/grid-infrastructure-maintenance-part-1-how-do-you-fix-it-if-you-dont-know-where-its-broke)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/680f82c824508c6307e67f8b/6933766f24fac131112245c9_680f9a8cb054cad59ae2eac2_636ed52e8fa46819cb1329e2_spring-sunset-96354.jpeg)  
Source: [gridware.io](https://www.gridware.io/true-grid)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/680f82c824508c6307e67f8b/680f9a8db054cad59ae2eb3f_64838b06b709512e87ff9215_Gridware%2520CEO%2520on%2520Earthlings.png)  
Source: [gridware.io](https://www.gridware.io/news/gridware-ceo-on-the-earthlings-podcast)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/67fd2ba6adb7485d56c319b8/68140746018c859954283658_AdobeStock_685968291%20(1).webp)  
Source: [gridware.io](https://www.gridware.io/customers)

## Frequently Asked Questions

**What is Gridware's primary brand color?**

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

**What font does Gridware use?**

Gridware uses Helvetica Now as the primary typeface across body and headings.

**Does Gridware use a light or dark theme?**

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

**Where can I find Gridware's logo?**

Gridware's logo is available directly on their site (https://www.gridware.io). 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.gridware.io 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 Gridware.

## Methodology

Brand data on this page was extracted from [https://www.gridware.io](https://www.gridware.io/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) 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 Gridware.

## Machine-Readable Profile

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

### JSON Profile
```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Helvetica Now",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#007BFF",
    "secondary": "#001836",
    "accent": "#007BFF",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#89E3B4"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Now",
      "heading": "Helvetica Now"
    },
    "fontStacks": {
      "heading": [
        "Helvetica Now",
        "sans-serif"
      ],
      "body": [
        "Helvetica Now",
        "sans-serif"
      ],
      "paragraph": [
        "Helvetica Now",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "48px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#007BFF",
      "textColor": "#FFFFFF",
      "borderColor": "#007BFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#FFFFFF",
      "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%22100%25%22%20height%3D%22100%25%22%20fill%3D%22none%22%20viewBox%3D%220%200%2076%2014%22%20data-fc-idx%3D%220%22%3E%0A%20%20%3Cpath%20fill%3D%22%23030303%22%20d%3D%22M6.652%208.574h3.586c-.05.652-.228%201.227-.534%201.724-.34.55-.794.972-1.363%201.265-.57.293-1.211.44-1.923.44-.829%200-1.547-.19-2.155-.573-.608-.38-1.074-.932-1.398-1.652-.324-.72-.486-1.575-.486-2.563%200-.988.164-1.86.493-2.579.328-.719.796-1.267%201.403-1.643.606-.377%201.318-.566%202.134-.566.58%200%201.115.1%201.604.296a3.19%203.19%200%200%201%201.23.867c.332.38.554.835.667%201.363l2.324-.032a5.136%205.136%200%200%200-.997-2.361A5.157%205.157%200%200%200%209.207.986C8.372.616%207.43.43%206.375.43c-1.293%200-2.42.282-3.378.845a5.681%205.681%200%200%200-2.22%202.38C.26%204.678%200%205.857%200%207.191c0%201.335.256%202.534.77%203.561.513%201.028%201.24%201.826%202.18%202.394.939.569%202.025.853%203.256.853.905%200%201.708-.168%202.409-.504a4.565%204.565%200%200%200%201.817-1.563l.28%201.765h1.687V6.74H6.651v1.834Zm12.294-4.459c-.703%200-1.294.17-1.774.508-.48.34-.843.78-1.088%201.32l-.019.043-.006-1.698h-2.063V13.7h2.155V8.834c.003-.593.12-1.09.35-1.493.23-.403.556-.705.977-.908.42-.202.913-.303%201.478-.303.082%200%20.17%200%20.266.003l.289.002V4.152a4.031%204.031%200%200%200-.564-.036v-.001Zm3.668-3.018H20.46v2.066h2.154V1.097Zm0%203.201H20.46v9.411h2.154V4.298Zm8.206%201.106a3.452%203.452%200%200%200-.971-.971c-.553-.365-1.207-.548-1.962-.548-.825%200-1.551.201-2.177.602-.627.401-1.113.972-1.458%201.712s-.518%201.602-.518%202.583c0%20.982.17%201.862.513%202.61.342.75.827%201.328%201.453%201.736.626.407%201.359.61%202.196.61.764%200%201.421-.184%201.973-.553.428-.287.78-.662%201.057-1.125l.008%201.455h2.045V.53H30.82v4.874Zm-.226%205.086c-.207.476-.497.839-.873%201.087-.377.25-.818.374-1.325.374s-.94-.12-1.308-.362c-.369-.242-.651-.597-.849-1.065-.197-.468-.295-1.035-.295-1.7%200-.666.099-1.22.297-1.697.2-.477.484-.84.856-1.09.37-.249.808-.374%201.313-.374.505%200%20.945.123%201.32.367.376.245.666.602.869%201.072.203.47.305%201.034.305%201.694%200%20.66-.103%201.218-.31%201.694Zm15.381-6.211-1.141%204.017a86.687%2086.687%200%200%200-.789%203.026%2076.71%2076.71%200%200%200-.286-1.127%20105.6%20105.6%200%200%200-.52-1.904L42.05%204.28h-2.026l-1.182%204.017c-.171.58-.334%201.166-.488%201.755-.103.392-.211.813-.325%201.263a114.36%20114.36%200%200%200-.79-3.017L36.106%204.28h-2.301l3.011%209.412h2.22l1.25-4.277c.178-.611.344-1.21.5-1.797l.243-.925c.094.37.18.707.26%201.01.141.545.298%201.116.47%201.712l1.25%204.277h2.214l3.025-9.412h-2.274Zm11.269%207.838a.774.774%200%200%201-.341-.065.407.407%200%200%201-.192-.189.715.715%200%200%201-.062-.316V6.923c0-.608-.138-1.125-.413-1.552-.275-.427-.703-.755-1.286-.982-.582-.228-1.325-.342-2.23-.342-.904%200-1.717.126-2.321.378-.604.253-1.053.614-1.348%201.083-.295.47-.463%201.048-.507%201.735l2.14.005c.029-.392.115-.702.262-.928.147-.227.36-.389.64-.486.28-.097.645-.146%201.097-.146.452%200%20.8.046%201.068.137.269.092.464.23.585.413.12.184.181.42.181.709v.386a.81.81%200%200%201-.097.214.908.908%200%200%201-.403.33c-.177.08-.401.134-.673.165l-1.738.187c-.822.088-1.49.263-2.005.526-.515.263-.888.593-1.119.992-.23.398-.346.861-.346%201.39%200%20.593.139%201.1.415%201.519.276.42.666.736%201.169.95.503.214%201.092.322%201.767.322.675%200%201.219-.108%201.714-.322a3.135%203.135%200%200%200%201.47-1.278c.036.199.088.374.16.528.138.301.355.524.65.67.295.146.68.219%201.157.219a9.951%209.951%200%200%200%201.013-.054v-1.574h-.408.001Zm-3.077-.8a2.216%202.216%200%200%201-.929.782c-.385.176-.8.264-1.247.264-.364%200-.669-.053-.916-.16a1.172%201.172%200%200%201-.557-.46%201.34%201.34%200%200%201-.186-.72c0-.28.057-.502.172-.693.114-.192.302-.35.564-.474.26-.125.608-.216%201.042-.274l1.568-.205c.355-.046.635-.13.839-.248v.936c0%20.49-.117.907-.35%201.252Zm10.055-7.175a4.027%204.027%200%200%200-.564-.036c-.702%200-1.294.169-1.773.508-.48.339-.843.779-1.089%201.32l-.018.042-.007-1.697h-2.063v9.41h2.155V8.826c.003-.593.12-1.09.35-1.494.231-.403.557-.705.977-.907.42-.202.913-.303%201.478-.303.083%200%20.171%200%20.267.002.094.002.19.003.288.003V4.142Zm8.651%202.286a4.155%204.155%200%200%200-1.586-1.741c-.69-.421-1.508-.631-2.452-.631s-1.748.204-2.448.613c-.7.409-1.24.986-1.623%201.732-.382.747-.573%201.608-.573%202.584s.194%201.863.58%202.608a4.103%204.103%200%200%200%201.64%201.719c.705.4%201.524.602%202.456.602.748%200%201.42-.126%202.014-.379a3.929%203.929%200%200%200%201.481-1.07c.393-.46.677-1.002.85-1.625l-2.072-.046c-.11.304-.266.565-.467.783-.202.217-.45.383-.747.5a2.796%202.796%200%200%201-1.022.172c-.538%200-1-.11-1.387-.332-.387-.222-.685-.558-.894-1.01-.168-.363-.269-.797-.302-1.301h7.093l.007-.331.003-.303c0-.954-.184-1.802-.55-2.542v-.002Zm-6.245.666c.206-.454.497-.794.873-1.019.376-.225.814-.337%201.315-.337s.97.117%201.339.353c.37.235.65.568.84.996.138.308.226.653.264%201.035h-4.907c.05-.39.141-.732.276-1.029v.001Zm8.353%205.019a.88.88%200%200%201%20.335.334.93.93%200%200%201%20.122.47.925.925%200%200%201-.937.935.917.917%200%200%201-.81-.462.92.92%200%200%201-.123-.468.92.92%200%200%201%20.938-.93.96.96%200%200%201%20.476.12m-.097%201.467a.737.737%200%200%200%20.273-.276.768.768%200%200%200%20.099-.386c0-.14-.032-.27-.097-.384a.71.71%200%200%200-.268-.27.763.763%200%200%200-.387-.098.75.75%200%200%200-.386.1.72.72%200%200%200-.27.274.767.767%200%200%200-.099.384c0%20.14.033.269.099.384a.725.725%200%200%200%20.269.274c.113.067.24.1.382.1.141%200%20.27-.033.385-.101m.059-.615a.326.326%200%200%1-.144.126l.225.342h-.276l-.194-.295h-.182v.295h-.276V12.41h.448a.5.5%200%200%201%20.329.098.328.328%200%200%1%.119.265.361.361%200%200%1-.05.191Zm-.418-.032c.062%200%20.11-.014.144-.041a.14.14%200%200%1%20.052-.117c0-.05-.017-.09-.052-.119a.22.22%200%200%1-.144-.042h-.156v.319h.156Z"
}
