Airtable Yellow
Use #FAFAFA as the background. Use #FCB400 as the primary accent. Use #2D7FF9 as secondary. Use #171717 as body text/supporting color. Palette mood: Airtable Yellow — playful, minimal, professional.
Hex Codes, RGB & CMYK Color Values
Technical breakdown for the Airtable Yellow color scheme. Use these values for web design (HEX/RGB), print projects (CMYK), or specialized design software (HSL).
| Swatch | Design Role | HEX | RGB | CMYK | HSL |
|---|---|---|---|---|---|
| Background Luminance: 95.6% | 250, 250, 250 | 0%, 0%, 0%, 2% | 0°, 0%, 98% | ||
| Primary Accent Luminance: 53.3% | 252, 180, 0 | 0%, 29%, 100%, 1% | 43°, 100%, 49% | ||
| Secondary Luminance: 22.6% | 45, 127, 249 | 82%, 49%, 0%, 2% | 216°, 94%, 58% | ||
| Body Text Luminance: 0.9% | 23, 23, 23 | 0%, 0%, 0%, 91% | 0°, 0%, 9% |
Color Harmony: Split-Complementary Scheme
The Airtable Yellow palette is built using a split-complementary relationship between its hues. This ensures that even with high-contrast accents, the overall scheme feels balanced and intentional.
A split-complementary palette is often preferred by professional designers because it balances visual interest with cohesion.
History & Design Context
Best Design Use Cases
Industries This Palette Suits
How to Implement the Airtable Yellow Color Scheme
To use this Airtable Yellow color palette in your web project, you can copy the following CSS variables or Tailwind CSS configuration. These roles ensure your UI maintains accessibility and visual hierarchy.
Option 1: CSS Variables
:root {
/* {name} Palette - ihatecolors.com */{'
'} --color-bg: {colors[0]};{'
'} --color-primary: {colors[1]};{'
'} --color-secondary: {colors[2]};{'
'} --color-text: {colors[3]};{'
'} {'}'} Web Design Tip
Use #FAFAFA for the main background and #FCB400 for primary buttons. This creates a high-contrast focal point.
Accessibility Note
The contrast ratio between #171717 and #FAFAFA is 17.18:1 (AAA). Ensure your body text remains legible.