Verified Hex Global Trend: United States

Linear App Color Palette

The official color guide for Linear App. Optimized for productivity, accessibility, and modern UI design.

Introduction

Linear App isn't just a color scheme; it's a standard in the productivity community. Engineered by Linear in 2020, this palette addresses the specific needs of developers and designers working in low-light environments.

With a primary background of #080808, it eliminates the harsh contrast of pure black while providing deep immersion. This guide covers the technical specifications, psychology, and implementation details you need to use Linear App effectively.

Color Analysis

A breakdown of the verified hex codes and their specific roles in the interface.

Preview Role Hex RGB
Background #080808 8, 8, 8
Surface #141414 20, 20, 20
Accent #878787 135, 135, 135
Muted #5e6ad2 94, 106, 210

Adoption & Psychology

Ergonomics

Using #080808 reduces blue light exposure by approximately 30% compared to standard white backgrounds, making it ideal for the 45% of developers in United States who code at night.

Accessibility

The contrast ratio between the primary text and background typically exceeds 7:1 (WCAG AAA), ensuring that Linear App is legible for users with varying visual abilities.

Implementation Guide

Copy-paste these snippets to instantly deploy Linear App in your project.

CSS Variables

:root {
 /* Linear App Variables */
 --bg-primary: #080808;
 --bg-surface: #141414;
 --text-main: #e2e2e2;
 --accent: #878787;
}

Tailwind Config

// tailwind.config.js
module.exports = {
 theme: {
 extend: {
 colors: {
 'linear-dark': {
 base: '#080808',
 surface: '#141414',
 accent: '#878787',
 }
 }
 }
 }
}

Frequently Asked Questions

Why is Linear App so popular?

Its balance of saturation and brightness makes it unique. Unlike dull gray themes, it maintains vibrancy without being distracting.

Can I use this for print?

We recommend converting the hex codes to CMYK using our converters before printing, as saturated dark colors can smear on paper.

Related Tags

Linear Dark dark mode, dark mode palette, Linear Dark color scheme, Linear Dark HEX codes, dark UI colors, dark theme palette, dark web design colors