Macroscope Brand: Colors, Fonts, Logo & Visual Identity
Macroscope Brand Identity
A complete profile of Macroscope's visual system — colors, typography, components, and personality — extracted from https://macroscope.com/. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://macroscope.com/.
primary
#020817
rgb(2, 8, 23)
secondary
#5D6B98
rgb(93, 107, 152)
accent
#F8F7FF
rgb(248, 247, 255)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#111322
rgb(17, 19, 34)
Typography
Each font links to its Google Fonts page where available.
primary
Geist
Color Palette
Primary
#020817
Secondary
#5D6B98
Accent
#F8F7FF
Background
#FFFFFF
Text Primary
#000000
Link
#111322
Visual Assets
Logo
Favicon
Social Card
UI Components
Live previews rendered using Macroscope's actual button styles.
Button Primary
buttonPrimary
background #F8F7FF textColor #020817 borderRadius 999px shadow none
Button Secondary
buttonSecondary
background #111322 textColor #020817 borderRadius 28px shadow none
Brand Personality
Tone: professional Energy: medium Audience: developers and tech companies
Macroscope Brand in the Wild
Image: macroscope.com
Image: macroscope.com
Image: macroscope.com
Image: macroscope.com
Image: macroscope.com
Image: macroscope.com
Frequently Asked Questions
What is Macroscope's primary brand color?
Macroscope's primary brand color is #020817. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Macroscope use?
Macroscope uses #F8F7FF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Macroscope use?
Macroscope uses Geist as the primary typeface across body and headings.
Does Macroscope use a light or dark theme?
Macroscope's primary site uses a light color scheme, with a background of #FFFFFF.
Where can I find Macroscope's logo?
Macroscope's logo is available directly on their site (https://macroscope.com/). 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://macroscope.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 Macroscope.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Geist",
"role": "unknown"
}
],
"colors": {
"primary": "#020817",
"secondary": "#5D6B98",
"accent": "#F8F7FF",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#111322"
},
"typography": {
"fontFamilies": {
"primary": "Geist",
"heading": "Geist"
},
"fontStacks": {
"heading": [
"Geist",
"system-ui",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Roboto",
"Helvetica Neue",
"Arial",
"sans-serif"
],
"body": [
"Geist",
"sans-serif"
],
"paragraph": [
"Geist",
"sans-serif"
]
},
"fontSizes": {
"h1": "48px",
"h2": "28px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "16px"
},
"components": {
"buttonPrimary": {
"background": "#F8F7FF",
"textColor": "#020817",
"borderRadius": "999px",
"borderRadiusCorners": {
"topLeft": "999px",
"topRight": "999px",
"bottomRight": "999px",
"bottomLeft": "999px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#111322",
"textColor": "#020817",
"borderRadius": "28px",
"borderRadiusCorners": {
"topLeft": "28px",
"topRight": "28px",
"bottomRight": "28px",
"bottomLeft": "28px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://macroscope.com/assets/macroscop-logo-black.svg",
"favicon": "https://macroscope.com/assets/favicon.svg",
"ogImage": "https://macroscope.com/social-image-v2.jpg",
"logoHref": "/",
"logoAlt": "Macroscope"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "developers and tech companies"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
}
}