# CodeRabbit Brand Identity A complete profile of **CodeRabbit**'s visual system — colors, typography, components, and personality — extracted from https://www.coderabbit.ai/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/coderabbit - Machine-readable JSON: https://characterquilt.com/branding/coderabbit.json - Per-page llms.txt: https://characterquilt.com/branding/coderabbit/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #CBCCDC | | Accent | #FF570A | | Body Font | IBM Plex Mono | | Heading Font | IBM Plex Mono | ## Color Palette - primary: #CBCCDC - secondary: #ABA7B6 - accent: #FF570A - background: #09080C - textPrimary: #09080C - link: #FF570A ## Typography - primary: IBM Plex Mono — https://fonts.google.com/specimen/IBM+Plex+Mono - heading: IBM Plex Mono — https://fonts.google.com/specimen/IBM+Plex+Mono ## Visual Assets - Logo: https://www.coderabbit.ai/images/logo-dark.svg?dpl=dpl_4EGaXfdbadu5Dvw7KvvswknjNbQ6 - Favicon: https://www.coderabbit.ai/favicon.ico?favicon.0qlxkc7-4aq~r.ico - Social card (og:image): https://victorious-bubble-f69a016683.media.strapiapp.com/og_home_3a0c2bf16f.png ## UI Components - input: background=transparent, textColor=#FFFFFF, borderColor=null, borderRadius=0px, shadow=none - buttonPrimary: background=#09080C, textColor=#FF570A, borderColor=#FF570A, borderRadius=0px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=4px, shadow=rgb(255, 255, 255) 0px 0px 0px 2px inset, rgba(0, 0, 0, 0.2) 0px 0px 0px 3px inset, rgba(0, 0, 0, 0.2) 0px 0px 10px 0px inset ## Brand Personality Tone: modern · Energy: medium · Audience: developers and tech companies ## CodeRabbit Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **CodeRabbit CLI | CLIでのAIコードレビュー** - Image: https://victorious-bubble-f69a016683.media.strapiapp.com/CR_CLI_i_Term_3_bc5554c74f_c13be23b10.png - Source: https://www.coderabbit.ai/ja/cli??utm_medium=email&utm_source=newsletter&utm_campaign=coderabbit_jan&utm_content=coderabbit&utm_term=bytebytego - **CodeRabbit blog | AI code reviews & tech insights** - Image: https://victorious-bubble-f69a016683.media.strapiapp.com/Code_Rabbit_Blog_16de876bb3.png - Source: https://www.coderabbit.ai/blog - **CodeRabbit Documentation - AI code reviews on pull requests, IDE, and CLI** - Image: https://mintcdn.com/coderabbit/69LGK0BhaHIxrC15/images/platforms/assets/images/self-hosted-github-host-url-53103045459a115d12f02cdf4a909903.png?fit=max&auto=format&n=69LGK0BhaHIxrC15&q=85&s=146046438d2e8c4269f134c6340ab734 - Source: https://docs.coderabbit.ai/platforms/github-enterprise-server - **CodeRabbit blog | AI code reviews & tech insights** - Image: https://www.coderabbit.ai/_next/image?url=%2Fimages%2Fblogherobg.png&w=3840&q=75&dpl=dpl_4EGaXfdbadu5Dvw7KvvswknjNbQ6 - Source: https://www.coderabbit.ai/blog - **Measuring what matters in the age of AI-assisted development** - Image: https://victorious-bubble-f69a016683.media.strapiapp.com/ebe96a9c6128c2808eab73fad6d9bc8d82eb94b171bfe043a963749e4e242f56_ada9e22b90.jpg - Source: https://www.coderabbit.ai/blog/measuring-what-matters-in-the-age-of-ai-assisted-development - **Our 10 best posts of the year: A CodeRabbit roundup** - Image: https://victorious-bubble-f69a016683.media.strapiapp.com/ddd107f14bf0fa7011c26e3d396bfc6c70caa91c86e7acb0d707c6e5d6f8a7fb_c1a5888e89.png - Source: https://www.coderabbit.ai/blog/our-10-best-posts-of-the-year-a-2025-coderabbit-blog-roundup ## Working with these fonts 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. ## Machine-Readable Profile ```json { "colorScheme": "dark", "fonts": [ { "family": "IBM Plex Mono", "role": "monospace" }, { "family": "scandia", "role": "unknown" }, { "family": "Plus Jakarta Sans", "role": "unknown" } ], "colors": { "primary": "#CBCCDC", "secondary": "#ABA7B6", "accent": "#FF570A", "background": "#09080C", "textPrimary": "#09080C", "link": "#FF570A" }, "typography": { "fontFamilies": { "primary": "IBM Plex Mono", "heading": "IBM Plex Mono" }, "fontStacks": { "heading": [ "scandia", "sans-serif" ], "body": [ "IBM Plex Mono", "monospace" ], "paragraph": [ "IBM Plex Mono", "monospace" ] }, "fontSizes": { "h1": "64px", "h2": "32px", "body": "24px" } }, "spacing": { "baseUnit": 4, "borderRadius": "4px" }, "components": { "input": { "background": "transparent", "textColor": "#FFFFFF", "borderColor": null, "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonPrimary": { "background": "#09080C", "textColor": "#FF570A", "borderColor": "#FF570A", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#000000", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "rgb(255, 255, 255) 0px 0px 0px 2px inset, rgba(0, 0, 0, 0.2) 0px 0px 0px 3px inset, rgba(0, 0, 0, 0.2) 0px 0px 10px 0px inset" } }, "images": { "logo": "https://www.coderabbit.ai/images/logo-dark.svg?dpl=dpl_4EGaXfdbadu5Dvw7KvvswknjNbQ6", "favicon": "https://www.coderabbit.ai/favicon.ico?favicon.0qlxkc7-4aq~r.ico", "ogImage": "https://victorious-bubble-f69a016683.media.strapiapp.com/og_home_3a0c2bf16f.png", "logoHref": "/", "logoAlt": "CodeRabbit logo" }, "__llm_logo_reasoning": { "selectedIndex": 2, "reasoning": "Selected #2 because it is visible, located in the header, matches the brand name 'CodeRabbit', and links to the homepage.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Get a free trial", "reasoning": "Button #0 'Get a free trial' uses the brand's accent color #FF570A for text and border, making it stand out as the primary CTA." }, "secondary": { "index": 2, "text": "Start reviewing", "reasoning": "Button #2 'Start reviewing' has a different background color (#FFFFFF) and serves as a secondary action with a less prominent style." }, "confidence": 0.9 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "developers and tech companies" }, "designSystem": { "framework": "tailwind", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 2, "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, matches the brand name 'CodeRabbit', and links to the homepage.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```