Conduit Brand: Colors, Fonts, Logo & Visual Identity
Conduit Brand Identity
A complete profile of Conduit's visual system — colors, typography, components, and personality — extracted from http://helloconduit.com. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from http://helloconduit.com.
| Color | Hex Code | RGB Value |
|---|---|---|
| primary | #0A073B | rgb(10, 7, 59) |
| secondary | #E76824 | rgb(231, 104, 36) |
| accent | #0000EE | rgb(0, 0, 238) |
| background | #FFFFFF | rgb(255, 255, 255) |
| textPrimary | #0000EE | rgb(0, 0, 238) |
| link | #0000EE | rgb(0, 0, 238) |
Typography
Each font links to its Google Fonts page where available.
| Role | Font |
|---|---|
| primary | Inter |
| heading | Outfit |
Visual Assets
Favicon
Social Card
UI Components
Live previews rendered using Conduit's actual button styles.
Button Primary
- background: #FBFBFB
- textColor: #0000EE
- borderRadius: 90px
- shadow: none
Button Secondary
- background: #FFFFFF
- textColor: #0000EE
- borderRadius: 90px
- shadow: none
Brand Personality
Tone: professional
Energy: medium
Audience: logistics and supply chain professionals
Conduit Brand in the Wild
Source: helloconduit.com
Source: helloconduit.com
Frequently Asked Questions
1. What is Conduit's primary brand color?
Conduit's primary brand color is #0A073B. It anchors the visual identity across their website, product UI, and marketing materials.
2. What accent color does Conduit use?
Conduit uses #0000EE as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
3. What font does Conduit use?
Conduit uses Inter for body text and Outfit for headings. Fonts were detected on http://helloconduit.com as part of their live design system.
4. Does Conduit use a light or dark theme?
Conduit's primary site uses a light color scheme, with a background of #FFFFFF.
5. How was this brand profile generated?
This profile was extracted from http://helloconduit.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 Conduit.
Methodology
Brand data on this page was extracted from http://helloconduit.com on 2026-07-27 using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Outfit",
"role": "heading"
},
{
"family": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#0A073B",
"secondary": "#E76824",
"accent": "#0000EE",
"background": "#FFFFFF",
"textPrimary": "#0000EE",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Outfit"
},
"fontStacks": {
"heading": [
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Outfit",
"sans-serif"
]
},
"fontSizes": {
"h1": "24px",
"h2": "40px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 12,
"borderRadius": "12px"
},
"components": {
"buttonPrimary": {
"background": "#FBFBFB",
"textColor": "#0000EE",
"borderRadius": "90px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#0000EE",
"borderRadius": "90px",
"shadow": "none"
}
},
"images": {
"favicon": "https://framerusercontent.com/images/3AV2xiQGD5oV9iuC7sa51SSsyTw.png",
"ogImage": "https://framerusercontent.com/images/dE533iTv7caQQaHCdcfhkCqQPU8.png"
}
}