llms.txt

Cuckoo Labs Brand Identity

A complete profile of Cuckoo Labs's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #6B7280
Accent #2563EB
Body Font Inter
Heading Font Inter

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: global teams and businesses

Cuckoo Labs Brand in the Wild

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

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#6B7280",
    "secondary": "#FFFBEB",
    "accent": "#2563EB",
    "background": "#FCFCFC",
    "textPrimary": "#171717",
    "link": "#1F2937"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "20px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#2563EB",
      "textColor": "#FFFFFF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#171717",
      "borderColor": "#171717",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(0, 0, 0) 0px 8px 0px 0px"
    }
  },
  "images": {
    "logo": "https://www.cuckoo.so/_next/image?url=%2Flanding%2Flogo.png&w=256&q=75",
    "favicon": "https://www.cuckoo.so/favicon.ico",
    "ogImage": "https://cuckoo.so/landing/og-preview.png",
    "logoHref": "/",
    "logoAlt": "Cuckoo"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "global teams and businesses"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  }
}