Home · Branding · Tiny

Tiny Brand Identity

A complete profile of Tiny's visual system — colors, typography, components, and personality — extracted from https://andtiny.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#000000
Accent
#0090FF
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://andtiny.com.

primary
#000000
rgb(0, 0, 0)
accent
#0090FF
rgb(0, 144, 255)
background
#F9F9F8
rgb(249, 249, 248)
textPrimary
#0090FF
rgb(0, 144, 255)
link
#0090FF
rgb(0, 144, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. 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.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Tiny logo
Logo
Tiny favicon
Favicon

UI Components

Live previews rendered using Tiny's actual button styles.

buttonPrimary
background #0090FF textColor #FFFFFF borderColor #0090FF borderRadius 33554400px shadow none
buttonSecondary
background #E2E1DE textColor #21201C borderColor #E2E1DE borderRadius 4px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy individuals and businesses

Tiny Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Tiny's primary brand color?

Tiny's primary brand color is #000000. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Tiny use?

Tiny uses #0090FF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Tiny use?

Tiny uses Inter as the primary typeface across body and headings.

Does Tiny use a light or dark theme?

Tiny's primary site uses a light color scheme, with a background of #F9F9F8.

Where can I find Tiny's logo?

Tiny's logo is available directly on their site (https://andtiny.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://andtiny.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 Tiny.

Methodology

Brand data on this page was extracted from https://andtiny.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Tiny.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#000000",
    "accent": "#0090FF",
    "background": "#F9F9F8",
    "textPrimary": "#0090FF",
    "link": "#0090FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter"
      ],
      "body": [
        "Inter"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "48px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0090FF",
      "textColor": "#FFFFFF",
      "borderColor": "#0090FF",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#E2E1DE",
      "textColor": "#21201C",
      "borderColor": "#E2E1DE",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20class%3D%22fill-primary%20h-5.5%22%20width%3D%2275%22%20height%3D%2225%22%20viewBox%3D%220%200%2075%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMinYMin%20meet%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.688%2023.3651C18.0325%2023.3651%2023.1758%2018.2205%2023.1758%2011.8743C23.1758%205.52818%2018.0325%200.383596%2011.688%200.383596C5.34345%200.383596%200.20018%205.52818%200.20018%2011.8743C0.20018%2018.2205%205.34345%2023.3651%2011.688%2023.3651ZM8.47141%207.96749C8.09074%207.96749%207.78214%208.27617%207.78214%208.65694V15.0918C7.78214%2015.4725%208.09074%2015.7812%208.47141%2015.7812H14.9046C15.2853%2015.7812%2015.5939%2015.4725%2015.5939%2015.0918V8.65694C15.5939%208.27617%2015.2853%207.96749%2014.9046%207.96749H8.47141Z%22%20style%3D%22fill%3A%20rgb(0%2C%20144%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M65.2993%2024.3836C64.8807%2024.3836%2064.488%2024.35%2064.1211%2024.2828C63.7594%2024.2208%2063.4597%2024.1407%2063.222%2024.0425L63.9661%2021.577C64.3536%2021.6959%2064.7024%2021.7605%2065.0125%2021.7708C65.3277%2021.7812%2065.599%2021.7088%2065.8263%2021.5538C66.0589%2021.3987%2066.2475%2021.1351%2066.3921%2020.763L66.5859%2020.259L62.3151%208.00928H65.7876L68.2524%2016.7547H68.3764L70.8645%208.00928H74.3602L69.7328%2021.2049C69.5106%2021.8458%2069.2084%2022.404%2068.826%2022.8795C68.4488%2023.3602%2067.9708%2023.7298%2067.392%2023.9882C66.8133%2024.2518%2066.1157%2024.3836%2065.2993%2024.3836Z%22%20style%3D%22fill%3A%20rgb(33%2C%2032%2C%2028)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M53.6294%2013.0332V19.9179H50.3275V8.00928H53.4744V10.1103H53.6139C53.8774%209.41774%2054.3192%208.86986%2054.9393%208.4667C55.5594%208.05838%2056.3113%207.85422%2057.1949%207.85422C58.0216%207.85422%2058.7425%208.03512%2059.3574%208.39692C59.9723%208.75873%2060.4503%209.2756%2060.7913%209.94752C61.1324%2010.6143%2061.3029%2011.4103%2061.3029%2012.3354V19.9179H58.001V12.9247C58.0061%2012.1959%2057.8201%2011.6273%2057.4429%2011.219C57.0657%2010.8055%2056.5464%2010.5988%2055.885%2010.5988C55.4406%2010.5988%2055.0478%2010.6944%2054.7068%2010.8856C54.3709%2011.0769%2054.1074%2011.356%2053.9162%2011.723C53.7302%2012.0848%2053.6346%2012.5215%2053.6294%2013.0332Z%22%20style%3D%22fill%3A%20rgb(33%2C%2032%2C%2028)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M44.5988%2019.9179V8.00928H47.9007V19.9179H44.5988ZM46.2575%206.47418C45.7666%206.47418%2045.3455%206.31137%2044.9941%205.98574C44.6479%205.65495%2044.4748%205.25955%2044.4748%204.79954C44.4748%204.34469%2044.6479%203.95446%2044.9941%203.62884C45.3455%203.29804%2045.7666%203.13264%2046.2575%203.13264C46.7484%203.13264%2047.1669%203.29804%2047.5132%203.62884C47.8645%203.95446%2048.0402%204.34469%2048.0402%204.79954C48.0402%205.25955%2047.8645%205.65495%2047.5132%205.98574C47.1669%206.31137%2046.7484%206.47418%2046.2575%206.47418Z%22%20style%3D%22fill%3A%20rgb(33%2C%2032%2C%2028)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M29.6948%206.80756V4.03974H42.732V6.80756H37.8721V19.9179H34.5547V6.80756H29.6948Z%22%20style%3D%22fill%3A%20rgb(33%2C%2032%2C%2028)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://andtiny.com/favicon.ico",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, links to the homepage, and is positioned at the top, aligning with the brand 'Tiny'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Request demo",
      "reasoning": "Button #0 with text 'Request demo' uses the vibrant brand color #0090FF, making it the primary call-to-action."
    },
    "secondary": {
      "index": 1,
      "text": "Log in",
      "reasoning": "Button #1 with text 'Log in' uses a different color #E2E1DE, making it suitable as a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy individuals and businesses"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, links to the homepage, and is positioned at the top, aligning with the brand 'Tiny'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles