# Nautilus Brand Identity

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

## Color Palette
Brand palette extracted from https://nautilus.co.

| Color       | HEX       | RGB               |
|-------------|-----------|-------------------|
| primary     | #111827   | rgb(17, 24, 39)   |
| secondary   | #374151   | rgb(55, 65, 81)   |
| accent      | #06B2DE   | rgb(6, 178, 222)  |
| background  | #FFFFFF   | rgb(255, 255, 255)|
| textPrimary | #06B2DE   | rgb(6, 178, 222)  |
| link        | #06B2DE   | rgb(6, 178, 222)  |

## Typography
Each font links to its Google Fonts page where available.

- **Primary**: Inter [Google Fonts →](https://fonts.google.com/specimen/Inter)
- **Heading**: Geist [Google Fonts →](https://fonts.google.com/specimen/Geist)

## Visual Assets

## UI Components

### Input
| Property         | Value                        |
|------------------|------------------------------|
| background       | transparent                  |
| textColor        | #111827                      |
| borderColor      | null                         |
| borderRadius     | 0px                          |
| shadow           | none                         |

### Button Primary
| Property         | Value                        |
|------------------|------------------------------|
| background       | #F4F6F7                     |
| textColor        | #0000EE                      |
| borderRadius     | 4px                          |
| shadow           | rgba(255, 255, 255, 0.25)  0px 1.5px 2px 0px inset, rgba(255, 255, 255, 0.1) 0px 0px 4px 1.5px inset|

### Button Secondary
| Property         | Value                        |
|------------------|------------------------------|
| background       | #FFFFFF                     |
| textColor        | #0000EE                      |
| borderRadius     | 8px                          |
| shadow           | rgba(0, 0, 0, 0.26) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.23) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.09) 0px 10px 10px -3.75px

## Brand Personality
**Tone:** professional  **Energy:** medium  **Audience:** businesses looking for car wash solutions

## Frequently Asked Questions
1. **What is Nautilus's primary brand color?**  - Nautilus's primary brand color is #111827. It anchors the visual identity across their website, product UI, and marketing materials.  
2. **What accent color does Nautilus use?**  - Nautilus uses #06B2DE as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.  
3. **What font does Nautilus use?**  - Nautilus uses Inter for body text and Geist for headings.  
4. **Does Nautilus use a light or dark theme?**  - Nautilus's primary site uses a light color scheme, with a background of #FFFFFF.  
5. **Where can I find Nautilus's logo?**  - Nautilus's logo is available directly on their site (https://nautilus.co).

## Methodology
Brand data on this page was extracted from [https://nautilus.co](https://nautilus.co) on 2026-07-27 using the Firecrawl branding extraction API.

## Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Geist",
      "role": "heading"
    },
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Satoshi Medium",
      "role": "unknown"
    },
    {
      "family": "Cal Sans",
      "role": "unknown"
    },
    {
      "family": "Geist Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#111827",
    "secondary": "#374151",
    "accent": "#06B2DE",
    "background": "#FFFFFF",
    "textPrimary": "#06B2DE",
    "link": "#06B2DE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Geist"
    },
    "fontStacks": {
      "heading": [
        "Cal Sans",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "14px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#111827",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F4F6F7",
      "textColor": "#0000EE",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "rgba(255, 255, 255, 0.25) 0px 1.5px 2px 0px inset, rgba(255, 255, 255, 0.1) 0px 0px 4px 1.5px inset"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.26) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.23) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.09) 0px 10px 10px -3.75px"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/KMoxWrv0IDH8SPVEWC5NTqPGE.png",
    "favicon": "https://framerusercontent.com/images/BIeEoGr0q3gTDUzle0ZWtP3MQc.png",
    "ogImage": "https://framerusercontent.com/images/VYA0F2LjzQVnr0uTysw6SVOW90.png",
    "logoHref": "./"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses looking for car wash solutions"
  }
}
```
