stride.json
Stride Brand Identity
A complete profile of Stride's visual system — colors, typography, components, and personality — extracted from https://www.stridehealth.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/stride
- Machine-readable JSON: https://characterquilt.com/branding/stride.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #1B78CF |
| Accent | #FFF98D |
| Body Font | Founders Grotesk |
| Heading Font | Founders Grotesk X-Cond |
Color Palette
- primary: #1B78CF
- secondary: #ADC0FF
- accent: #FFF98D
- background: #FFFFFF
- textPrimary: #000000
- link: #ADC0FF
Typography
- primary: Founders Grotesk — https://fonts.google.com/specimen/Founders+Grotesk
- heading: Founders Grotesk X-Cond — https://fonts.google.com/specimen/Founders+Grotesk+X-Cond
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=#FFFFFF, textColor=#000000, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#1A1B1E, textColor=#FFFFFF, borderColor=#1A1B1E, borderRadius=12px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: individuals seeking health insurance solutions
Stride Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- What Happens When You Get Audited by the State? — Stride Blog
- Image:
- Source: Blog
- Portable Benefits | Stride Health
- Image:
- Source: Stride Health
- Stride Stories: Three Years of Making — Stride Blog
- Image:
- Source: Blog
- Venmo 1099 Taxes: What You Need to Know as a Freelancer or Independent Worker | Stride Health — Stride Blog
- Image:
- Source: Blog
- 1099 Workers: 11 Tax Myths, Busted! — Stride Blog
- Image:
- Source: Blog
- 8 Things to Expect With Eye Exams — Stride Blog
- Image:
- Source: Blog
Working with these fonts
Not found on Google Fonts?
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Founders Grotesk",
"role": "body"
},
{
"family": "Founders Grotesk X-Cond",
"role": "heading"
}
],
"colors": {
"primary": "#1B78CF",
"secondary": "#ADC0FF",
"accent": "#FFF98D",
"background": "#FFFFFF",
"textPrimary": "#000000",
"link": "#ADC0FF"
},
"typography": {
"fontFamilies": {
"primary": "Founders Grotesk",
"heading": "Founders Grotesk X-Cond"
},
"fontStacks": {
"heading": [
"Founders Grotesk"
],
"body": [
"Founders Grotesk"
],
"paragraph": [
"Founders Grotesk"
]
},
"fontSizes": {
"h1": "75px",
"h2": "57px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderColor": null,
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#1A1B1E",
"textColor": "#FFFFFF",
"borderColor": "#1A1B1E",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://images.ctfassets.net/yjgtqlbfutxo/563JjMuVi1XdYofAK2kGu3/f3e3ad07e0316403e7f029a170421141/stridehealth.svg",
"favicon": "https://www.stridehealth.com/content-app-assets/apple-touch-icon.png",
"ogImage": "https://images.ctfassets.net/yjgtqlbfutxo/3CwyGqwPGfTUANm5EfJmb2/c14b59ac38bd17323d19811880a50e08/share.png",
"logoHref": "/",
"logoAlt": "Stride Health"
}
}