lightcleanprofessionalopen-source

Cal.com Colors & Fonts

What colors and fonts does Cal.com use? Open source scheduling. Clean, professional, calendar-focused.

Cal.com Color Palette

Primary: #111827

Primary

#111827

Brand, buttons

Background

#FFFFFF

Main background

Surface

#F9FAFB

Cards

Border

#E5E7EB

Dividers

Text Primary

#111827

Headings

Text Secondary

#6B7280

Body text

Accent

#2563EB

Links, highlights

What Font Does Cal.com Use?

Cal.com uses Cal Sans and Inter

Headings

Cal Sans

600custom
Body Text

Inter

400google
Code

Roboto Mono

400google

Spacing & Radius

Spacing Scale

Base: 4px

48121624324864

Border Radius

Small4px
Medium8px
Large12px

Cal.com Tailwind Config

Copy this config to your project

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'primary': '#111827',
        'background': '#FFFFFF',
        'surface': '#F9FAFB',
        'border': '#E5E7EB',
        'text-primary': '#111827',
        'text-secondary': '#6B7280',
        'accent': '#2563EB',
      },
      fontFamily: {
        'heading': ['Cal Sans', 'sans-serif'],
        'body': ['Inter', 'sans-serif'],
        'mono': ['Roboto Mono', 'sans-serif'],
      },
    },
  },
}

Extract Cal.com'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