Tint Brand: Colors, Fonts, Logo & Visual Identity
Tint Brand Identity
A complete profile of Tint's visual system — colors, typography, components, and personality — extracted from http://www.tint.ai. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from http://www.tint.ai.
- primary:
- Hex: #0D54D1
- RGB: rgb(13, 84, 209)
- secondary:
- Hex: #FFD5F9
- RGB: rgb(255, 213, 249)
- accent:
- Hex: #0D54D1
- RGB: rgb(13, 84, 209)
- background:
- Hex: #FFFFFF
- RGB: rgb(255, 255, 255)
- textPrimary:
- Hex: #1E2430
- RGB: rgb(30, 36, 48)
- link:
- Hex: #1E2430
- RGB: rgb(30, 36, 48)
Typography
Each font links to its Google Fonts page where available.
- primary: Red Hat Text
Google Fonts → - heading: Red Hat Display
Google Fonts →
Visual Assets
Logo
Favicon
Social Card
UI Components
Live previews rendered using Tint's actual button styles.
Input
- background: #FAFAFA
- textColor: #171717
- borderColor: #E5E7EB
- borderRadius: 2px
- shadow: none
Button Primary
- background: #0D54D1
- textColor: #FFFFFF
- borderRadius: 12px
- shadow: none
Button Secondary
- background: #F7F9FC
- textColor: #0D54D1
- borderColor: #0D54D1
- borderRadius: 12px
- shadow: none
Brand Personality
- Tone: professional
- Energy: medium
- Audience: businesses seeking embedded insurance solutions
Frequently Asked Questions
- What is Tint's primary brand color?
Tint's primary brand color is #0D54D1. It anchors the visual identity across their website, product UI, and marketing materials. - What font does Tint use?
Tint uses Red Hat Text for body text and Red Hat Display for headings. Fonts were detected on http://www.tint.ai as part of their live design system. - Does Tint use a light or dark theme?
Tint's primary site uses a light color scheme, with a background of #FFFFFF. - Where can I find Tint's logo?
Tint's logo is available directly on their site (http://www.tint.ai). 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://www.tint.ai 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 Tint.
Methodology
Brand data on this page was extracted from http://www.tint.ai 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
{
"colorScheme": "light",
"fonts": [
{"family": "Red Hat Text", "role": "body"},
{"family": "Red Hat Display", "role": "heading"}
],
"colors": {
"primary": "#0D54D1",
"secondary": "#FFD5F9",
"accent": "#0D54D1",
"background": "#FFFFFF",
"textPrimary": "#1E2430",
"link": "#1E2430"
},
"typography": {
"fontFamilies": {
"primary": "Red Hat Text",
"heading": "Red Hat Display"
},
"fontStacks": {
"heading": ["Red Hat Display", "sans-serif"],
"body": ["Red Hat Text", "sans-serif"],
"paragraph": ["Red Hat Display", "sans-serif"]
},
"fontSizes": {
"h1": "88px",
"h2": "48px",
"body": "11px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "#FAFAFA",
"textColor": "#171717",
"borderColor": "#E5E7EB",
"borderRadius": "2px",
"borderRadiusCorners": {
"topLeft": "2px",
"topRight": "2px",
"bottomRight": "2px",
"bottomLeft": "2px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#0D54D1",
"textColor": "#FFFFFF",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "2px",
"topRight": "2px",
"bottomRight": "12px",
"bottomLeft": "2px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#F7F9FC",
"textColor": "#0D54D1",
"borderColor": "#0D54D1",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "2px",
"topRight": "2px",
"bottomRight": "12px",
"bottomLeft": "2px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.tint.ai/images/logos/main_logo_tm.webp",
"favicon": "https://www.tint.ai/favicon.png",
"ogImage": "https://preview.tint.ai/images/og/og-default.png",
"logoHref": "/",
"logoAlt": "Tint"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "businesses seeking embedded insurance solutions"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
}
}