Home · Branding · GuruHotel

GuruHotel Brand Identity

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

Download JSON
Primary
#08122D
Accent
#FFAA00
Body Font
DM Sans
Heading
DM Sans

Color Palette

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

primary
#08122D
rgb(8, 18, 45)
secondary
#0F172A
rgb(15, 23, 42)
accent
#FFAA00
rgb(255, 170, 0)
background
#020617
rgb(2, 6, 23)
textPrimary
#020617
rgb(2, 6, 23)
link
#020617
rgb(2, 6, 23)

Typography

Each font links to its Google Fonts page where available.

primary
DM Sans
heading
DM Sans
__DM_Sans_0d7163, __DM_Sans_Fallback_0d7163
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

GuruHotel logo
Logo
GuruHotel favicon
Favicon

UI Components

Live previews rendered using GuruHotel's actual button styles.

buttonPrimary
background #FFAA00 textColor #422006 borderRadius 14px shadow none
buttonSecondary
background transparent textColor #F1F5F9 borderColor #334155 borderRadius 14px shadow none

Brand Personality

Tone: professional Energy: medium Audience: hoteliers and hospitality businesses

GuruHotel Brand in the Wild

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

Frequently Asked Questions

What is GuruHotel's primary brand color?

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

What accent color does GuruHotel use?

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

What font does GuruHotel use?

GuruHotel uses DM Sans as the primary typeface across body and headings.

Does GuruHotel use a light or dark theme?

GuruHotel's primary site uses a dark color scheme, with a background of #020617.

Where can I find GuruHotel's logo?

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

Methodology

Brand data on this page was extracted from https://guruhotel.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 GuruHotel.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "DM Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#08122D",
    "secondary": "#0F172A",
    "accent": "#FFAA00",
    "background": "#020617",
    "textPrimary": "#020617",
    "link": "#020617"
  },
  "typography": {
    "fontFamilies": {
      "primary": "DM Sans",
      "heading": "DM Sans"
    },
    "fontStacks": {
      "heading": [
        "__DM_Sans_0d7163",
        "__DM_Sans_Fallback_0d7163"
      ],
      "body": [
        "__DM_Sans_0d7163",
        "__DM_Sans_Fallback_0d7163"
      ],
      "paragraph": [
        "__DM_Sans_0d7163",
        "__DM_Sans_Fallback_0d7163"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "18px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFAA00",
      "textColor": "#422006",
      "borderRadius": "14px",
      "borderRadiusCorners": {
        "topLeft": "14px",
        "topRight": "14px",
        "bottomRight": "14px",
        "bottomLeft": "14px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#F1F5F9",
      "borderColor": "#334155",
      "borderRadius": "14px",
      "borderRadiusCorners": {
        "topLeft": "14px",
        "topRight": "14px",
        "bottomRight": "14px",
        "bottomLeft": "14px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://guruhotel.com/images/brand/guruhotel-logo.png",
    "favicon": "https://guruhotel.com/favicon.ico",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "GuruHotel - Hotel Website Builder with AI"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'GuruHotel'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get Started",
      "reasoning": "Button #1 'Get Started' is the primary CTA due to its vibrant orange color (#FFAA00) and action-oriented text, making it the most prominent call-to-action."
    },
    "secondary": {
      "index": 2,
      "text": "Contact Us",
      "reasoning": "Button #2 'Contact Us' is selected as secondary because it has a transparent background, providing a clear visual distinction from the primary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "hoteliers and hospitality 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, located in the header, links to the homepage, and matches the brand name 'GuruHotel'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles