lightcolorfulfriendlydata-focused

Airtable Colors & Fonts

What colors and fonts does Airtable use? Spreadsheet-database hybrid. Colorful, friendly, data-focused.

Airtable Color Palette

Primary: #18BFFF

Primary

#18BFFF

Brand, buttons

Background

#FFFFFF

Main background

Surface

#F8F8F8

Tables, cards

Border

#E5E5E5

Grid lines

Text Primary

#333333

Headings

Text Secondary

#666666

Body text

Yellow

#FCB400

Highlights

Green

#20C933

Success states

What Font Does Airtable Use?

Airtable uses Inter and Inter

Headings

Inter

600google
Body Text

Inter

400google
Code

SF Mono

400system

Spacing & Radius

Spacing Scale

Base: 4px

48121624324864

Border Radius

Small4px
Medium6px
Large8px

Airtable Tailwind Config

Copy this config to your project

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'primary': '#18BFFF',
        'background': '#FFFFFF',
        'surface': '#F8F8F8',
        'border': '#E5E5E5',
        'text-primary': '#333333',
        'text-secondary': '#666666',
        'yellow': '#FCB400',
        'green': '#20C933',
      },
      fontFamily: {
        'heading': ['Inter', 'sans-serif'],
        'body': ['Inter', 'sans-serif'],
        'mono': ['SF Mono', 'sans-serif'],
      },
    },
  },
}

Extract Airtable's Full Design

Get pixel-perfect colors, fonts, and spacing extracted directly from the live site. Ready for Tailwind and Cursor AI.

Get PromptUI — $19

One-time payment · 20 extractions · No subscription

Updated: 2025-01-15