Jetdocs Brand: Colors, Fonts, Logo & Visual Identity
Jetdocs Brand Identity
A complete profile of Jetdocs's visual system — colors, typography, components, and personality — extracted from https://jetdocs.io. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://jetdocs.io.
- primary:
- Color: #0A0F1A
- RGB: rgb(10, 15, 26)
- secondary:
- Color: #007EED
- RGB: rgb(0, 126, 237)
- accent:
- Color: #6B7280
- RGB: rgb(107, 114, 128)
- background:
- Color: #FFFFFF
- RGB: rgb(255, 255, 255)
- textPrimary:
- Color: #6B7280
- RGB: rgb(107, 114, 128)
- link:
- Color: #6B7280
- RGB: rgb(107, 114, 128)
Typography
Each font links to its Google Fonts page where available.
- primary: Inter
- heading: Inter
Visual Assets
.png&w=256&q=75)
Logo
Favicon
Social Card
UI Components
Live previews rendered using Jetdocs's actual button styles.
Button Primary
- Background: transparent
- Text Color: #FFFFFF
- Border Color: #FFFFFF
- Border Radius: 12px
- Shadow: none
Button Secondary
- Background: #FFFFFF
- Text Color: #0A0F1A
- Border Color: #E5E7EB
- Border Radius: 12px
- Shadow: none
Brand Personality
- Tone: professional
- Energy: medium
- Audience: businesses across various industries
Frequently Asked Questions
What is Jetdocs's primary brand color?
Jetdocs's primary brand color is #0A0F1A. It anchors the visual identity across their website, product UI, and marketing materials.What accent color does Jetdocs use?
Jetdocs uses #6B7280 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.What font does Jetdocs use?
Jetdocs uses Inter as the primary typeface across body and headings.Does Jetdocs use a light or dark theme?
Jetdocs's primary site uses a light color scheme, with a background of #FFFFFF.How was this brand profile generated?
This profile was extracted from https://jetdocs.io using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#0A0F1A",
"secondary": "#007EED",
"accent": "#6B7280",
"background": "#FFFFFF",
"textPrimary": "#6B7280",
"link": "#6B7280"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"system-ui",
"sans-serif"
],
"body": [
"Inter",
"system-ui",
"sans-serif"
],
"paragraph": [
"Inter",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "60px",
"h2": "48px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "12px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#0A0F1A",
"borderColor": "#E5E7EB",
"borderRadius": "12px",
"shadow": "none"
}
},
"images": {
"logo": "https://jetdocs.io/_next/image?url=https%3A%2F%2F50bis8x3kzjxfitf.public.blob.vercel-storage.com%2Fjetdocs-250w%2520(1).png&w=256&q=75",
"favicon": "https://50bis8x3kzjxfitf.public.blob.vercel-storage.com/favicon.ico",
"ogImage": "https://50bis8x3kzjxfitf.public.blob.vercel-storage.com/Featured%20Image/featured_image_jetdocs.jpg"
}
}