# IoTFlows Inc Brand Identity

A complete profile of **IoTFlows Inc**'s visual system — colors, typography, components, and personality.

## Quick Facts

| Field   | Value      |
|---------|------------|
| Primary | #99A0AA    |
| Accent  | #3B73ED    |
| Body Font | Sohne    |
| Heading Font | Sohne  |

## Color Palette

- primary: #99A0AA
- secondary: #111827
- accent: #3B73ED
- background: #FFFFFF
- textPrimary: #3B73ED
- link: #3B73ED

## Typography

- primary: Sohne — https://fonts.google.com/specimen/Sohne
- heading: Sohne — https://fonts.google.com/specimen/Sohne

## Visual Assets

- Logo: 
- Social card (og:image):

## UI Components

- buttonPrimary: background=#3B73ED, textColor=#FFFFFF, borderColor=#3B73ED, borderRadius=9999px, shadow=none
- buttonSecondary: background=transparent, textColor=#3B73ED, borderColor=#3B73ED, borderRadius=9999px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: industrial businesses

## IoTFlows Inc Brand in the Wild

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

- **SenseAi Embedded: Industrial IP67 Machine Health Monitoring | IoTFlows**  
  - Image:   
  - Source: https://www.iotflows.com/products/senseai-embedded
- **IoTFlows - Monitor OEE, Get Reports, Schedule Work, Maximize Uptime**  
  - Image:   
  - Source: https://blog.iotflows.com/
- **Industrial IoT Products | SenseAI, BeamTracker, SmartHealth | IoTFlows**  
  - Image:   
  - Source: https://www.iotflows.com/shop/products
- **Industry 4.0, IoT, and Digital Twin: The Journey Towards a Smart Manufacturing Future**  
  - Image:   
  - Source: https://blog.iotflows.com/industry-4-0-iot-and-digital-twin-the-journey-towards-a-smart-manufacturing-future/
- **SCADA vs. New Manufacturing Tech: What's the Difference?**  
  - Image:   
  - Source: https://blog.iotflows.com/scada-vs-newer-manufacturing-technologies-whats-the-difference/

## Machine-Readable Profile

```json
{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Sohne",
   "role": "body"
  },
  {
   "family": "Helvetica Neue",
   "role": "body"
  },
  {
   "family": "Arial",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#99A0AA",
  "secondary": "#111827",
  "accent": "#3B73ED",
  "background": "#FFFFFF",
  "textPrimary": "#3B73ED",
  "link": "#3B73ED"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Sohne",
   "heading": "Sohne"
  },
  "fontStacks": {
   "heading": [
    "Sohne",
    "Helvetica Neue",
    "Arial",
    "sans-serif"
   ],
   "body": [
    "Sohne",
    "Helvetica Neue",
    "Arial",
    "sans-serif"
   ],
   "paragraph": [
    "Sohne",
    "Helvetica Neue",
    "Arial",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "60px",
   "h2": "18px",
   "body": "18px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "8px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#3B73ED",
   "textColor": "#FFFFFF",
   "borderColor": "#3B73ED",
   "borderRadius": "9999px",
   "borderRadiusCorners": {
    "topLeft": "9999px",
    "topRight": "9999px",
    "bottomRight": "9999px",
    "bottomLeft": "9999px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "transparent",
   "textColor": "#3B73ED",
   "borderColor": "#3B73ED",
   "borderRadius": "9999px",
   "borderRadiusCorners": {
    "topLeft": "9999px",
    "topRight": "9999px",
    "bottomRight": "9999px",
    "bottomLeft": "9999px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://www.iotflows.com/images/IoTFlowsLogoWhiteFont.png",
  "favicon": null,
  "ogImage": "https://iotflows.com/images/og-image.png",
  "logoHref": "/",
  "logoAlt": "IoTFlows Logo"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "industrial businesses"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 }
}
```
