llms.txt
Flagright Brand Identity
A complete profile of Flagright's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #1668F7 |
| Accent | #1668F7 |
| Body Font | Inter |
| Heading Font | Manrope |
Color Palette
- primary: #1668F7
- secondary: #131F40
- accent: #1668F7
- background: #F8FAFE
- textPrimary: #020914
- link: #020914
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Manrope — https://fonts.google.com/specimen/Manrope
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#1668F7, textColor=#FFFFFF, borderRadius=4px, shadow=none
- buttonSecondary: background=#020914, textColor=#FFFFFF, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: financial institutions and compliance professionals
Flagright Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Flagright Marketing Site
- Image:
- Source: https://www.flagright.com/topic/governance
- Combating Financial Crime With a Data-Driven Approach
- Deciphering Data Retention in AML Compliance
- Insights on AI-native Transaction Monitoring & AML Compliance | Blog
- Image:
- Source: https://www.flagright.com/blog
- Revolutionizing AML Compliance: Check Flagright AI Forensics
- Managing Third Party Risks In Compliance Solutions
- Image: .webp)
- Source: https://www.flagright.com/post/managing-third-party-risks-in-compliance-solutions
Working with these fonts
Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:
- 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.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{"family": "Inter","role": "body"},
{"family": "Manrope","role": "heading"}
],
"colors": {
"primary": "#1668F7",
"secondary": "#131F40",
"accent": "#1668F7",
"background": "#F8FAFE",
"textPrimary": "#020914",
"link": "#020914"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Manrope"
},
"fontStacks": {
"heading": ["Manrope","sans-serif"],
"body": ["Inter","sans-serif"],
"paragraph": ["Manrope","sans-serif"]
},
"fontSizes": {
"h1": "60px",
"h2": "17.6px",
"body": "14.4px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"buttonPrimary": {
"background": "#1668F7",
"textColor": "#FFFFFF",
"borderRadius": "4px",
"borderRadiusCorners": {
"topLeft": "4px",
"topRight": "4px",
"bottomRight": "4px",
"bottomLeft": "4px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#020914",
"textColor": "#FFFFFF",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/64f420094266acf96b6d3f84/65718cafc9d62f339ecf0a76_9521fc99c4d5fa950946fb03902b9092_logo-light.svg",
"favicon": "https://cdn.prod.website-files.com/64f420094266acf96b6d3f84/6549f6cc730622e92da46007_favicon.svg",
"ogImage": "https://cdn.prod.website-files.com/64f420094266acf96b6d3f84/66a782cc20c542e9eb98c474_f3d4c7eeac674a1f506673f5de38c284_Flagright%20Open%20graph.png",
"logoHref": "/",
"logoAlt": "Flagright logo"
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}