# Suiteness Brand Identity

A complete profile of **Suiteness**'s visual system — colors, typography, components, and personality — extracted from [https://www.suiteness.com](https://www.suiteness.com/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://www.suiteness.com.

| Type       | Color Code | RGB                |
|------------|------------|--------------------|
| primary    | #2A303F    | rgb(42, 48, 63)    |
| secondary  | #EBC862    | rgb(235, 200, 98)  |
| accent     | #EBC862    | rgb(235, 200, 98)  |
| background | #FFFFFF    | rgb(255, 255, 255) |
| textPrimary| #202430    | rgb(32, 36, 48)    |
| link       | #202430    | rgb(32, 36, 48)    |

## Typography

Each font links to its Google Fonts page where available.

- **Primary**: Roboto  
  [Google Fonts →](https://fonts.google.com/specimen/Roboto)
- **Heading**: Roboto  
  [Google Fonts →](https://fonts.google.com/specimen/Roboto)
- **System Stack**: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif

## Visual Assets

Logo

Favicon

Social Card

## UI Components

Live previews rendered using Suiteness's actual button styles.

- **Input**:
  - background: transparent
  - textColor: #484848
  - borderColor: null
  - borderRadius: 3px
  - shadow: none

- **Button Primary**:
  - background: #EBC862
  - textColor: #000000
  - borderRadius: 3px
  - shadow: none

- **Button Secondary**:
  - background: #FFFFFF
  - textColor: #173785
  - borderRadius: 3px
  - shadow: none

## Brand Personality

**Tone:** professional  
**Energy:** medium  
**Audience:** travelers seeking connected hotel rooms and suites

## Frequently Asked Questions

- **What is Suiteness's primary brand color?**  
  Suiteness's primary brand color is #2A303F.
- **What accent color does Suiteness use?**  
  Suiteness uses #EBC862 as an accent color.
- **What font does Suiteness use?**  
  Suiteness uses Roboto as the primary typeface.
- **Does Suiteness use a light or dark theme?**  
  Suiteness's primary site uses a light color scheme.
- **Where can I find Suiteness's logo?**  
  Suiteness's logo is available directly on their site (https://www.suiteness.com).

## Methodology

Brand data on this page was extracted from [https://www.suiteness.com](https://www.suiteness.com/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Ubuntu",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Segoe UI",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2A303F",
    "secondary": "#EBC862",
    "accent": "#EBC862",
    "background": "#FFFFFF",
    "textPrimary": "#202430",
    "link": "#202430"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Ubuntu",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Ubuntu",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Ubuntu",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "36px",
      "h2": "36px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#484848",
      "borderColor": null,
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#EBC862",
      "textColor": "#000000",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#173785",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.suiteness.com/images/logo.svg",
    "favicon": "https://www.suiteness.com/apple-touch-icon.png",
    "ogImage": "https://www.suiteness.com/images/logo.png",
    "logoHref": "/",
    "logoAlt": "Suiteness Logo"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "travelers seeking connected hotel rooms and suites"
  }
}
```
