Skip to main content

Linen

#FAF0E6·white family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

Scale from white (50) through Linen (500) to black (900), interpolated in Lab color space.

Color Values

HEX
#FAF0E6
RGB
rgb(250, 240, 230)
HSL
hsl(30, 67%, 94%)
OKLCH
oklch(0.96 0.017 68)
CMYK
cmyk(0%, 4%, 8%, 2%)
Luminance:0.8836
CSS var:--color-linen
Tailwind:bg-[#FAF0E6]

Accessibility

Score: 48/100

On White (#FFF)

1.12:1

Fail

On Black (#000)

18.67:1

AAA

On Light Gray (#F5F5F5)

1.03:1

Fail

Best text color on this background:

black18.67:1
Open in Contrast Checker →

Design Applications

Background

background-color: #FAF0E6

Text Color

color: #FAF0E6

bg-[#FAF0E6] text-[#000000]

Accent border card component

border-left: 4px solid #FAF0E6

Color Meaning & Psychology

White is defined by the absence of color absorption — it reflects all light. It represents purity, cleanliness, and potential. White space in design is not emptiness but breathing room — it directs the eye, reduces cognitive load, and conveys confidence. In branding, white signals transparency, minimalism, and premium simplicity. Healthcare adopts white for cleanliness associations. Technology companies use white to suggest precision and simplicity. Cultural variations are significant: white is mourning in several Asian cultures, but purity and bridal in Western contexts. In photography and product presentation, white backgrounds are the universal default because they project the subject without distraction. As a very light tint, it carries the lightness and openness of its hue family while remaining gentle enough for backgrounds, subtle highlights, and delicate UI elements.

Industry Usage

Common contexts and industries where Linen is applied in professional design.

  • Healthcare and clinical environments
  • Medical device and pharmaceutical packaging
  • Minimalist consumer electronics packaging
  • Premium homeware and kitchen brands
  • Wedding and bridal industry
  • Architecture and interior design for clean aesthetics
  • Laboratory and scientific equipment
  • Zero-waste and sustainability brands (clean connotations)

Accessibility Considerations

Normal Text

Fails AA

4.5:1 minimum required

Large Text

Fails AA Large

3:1 minimum required

UI Components

Check contrast

3:1 for non-text UI

Linen is a light color. Use black (#000000) text on top of it for maximum readability (18.67:1). Avoid white text on this background.

CSS & Code Examples

Background

background-color: #FAF0E6;

Text

color: #FAF0E6;

Border

border: 2px solid #FAF0E6;

Box Shadow

box-shadow: 0 4px 20px #FAF0E640;

Gradient

background: linear-gradient(135deg, #FAF0E6, #ffffff);

Tailwind-style

--color-linen: #FAF0E6;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Linen without a custom config.

Background

bg-[#FAF0E6]

Text

text-[#FAF0E6]

Border

border-[#FAF0E6]

Ring

ring-[#FAF0E6]

Fill

fill-[#FAF0E6]

From (gradient)

from-[#FAF0E6]

Via (gradient)

via-[#FAF0E6]

To (gradient)

to-[#FAF0E6]

Design Tokens

Ready-to-use Linen design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.

CSS Custom Properties

:root {
  --color-linen: #FAF0E6;
  --color-linen-rgb: 250, 240, 230;
  --color-linen-hsl: 30, 67%, 94%;
}

SCSS Variables

$color-linen: #FAF0E6;
$color-linen-rgb: 250, 240, 230;
$color-linen-hsl: 30, 67%, 94%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'linen': '#FAF0E6',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-linen: #FAF0E6;
}

JSON Design Token (W3C format)

{
  "linen": {
    "value": "#FAF0E6",
    "type": "color",
    "description": "Linen — #FAF0E6"
  }
}

What Does Linen Mean? Color Psychology & Cultural Symbolism

Linen (#FAF0E6) is the color of maximum reflection—the lightest possible tone in the visual spectrum. At the opposite end from black's absorption, white projects simplicity through its complete openness: every other color appears more vivid against it, and the spaces it creates are charged with potential.

  • White represents purity and new beginnings in Western traditions (wedding dresses, blank pages, fresh starts). In design, it's the color of negative space, clarity, and the confidence to leave things unsaid—a philosophy of "less is more" made visible.
  • In many East Asian cultures, white is the color of mourning and death—the opposite of its Western connotation. This cultural split is one of the most significant in color psychology and requires careful consideration in international design contexts.
  • Linen's pale lightness (94%) shifts its psychological register: All whites are light by definition, but warm whites (cream, ivory, off-white) feel more human and organic than pure white—they're softer, less clinical, and more inviting in analog and print contexts.
  • At 67% saturation, Linen reads as moderately saturated—neither overwhelming nor passive, landing in the purity, clarity, simplicity, and openness zone with measured confidence.

Linen's power is the power of potential. Use it where you want the content to be everything.

How to Use Linen in Design: Applications, Pairings & Best Practices

The most elegant design systems often have white or near-white as their primary tone—surfaces that subordinate themselves to the content they carry.

  • UI components: primary backgrounds, card surfaces, negative space—Linen performs reliably in all these roles with its pale tonal character.
  • Brand & identity: minimalist brand identities, healthcare environments, premium product packaging—contexts where Linen's moderately saturated quality creates the right register.
  • Typography: Linen as text requires a dark background; its 94% lightness means it provides 1.1:1 contrast on white, not meeting WCAG AA.
  • Linen creates strong legibility with black text overlays (18.7:1 contrast ratio), making it a reliable background or surface color in design systems
  • Proportional use: Linen's moderately saturated saturation (67%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.

Linen's power is the power of potential. Use it where you want the content to be everything.

Linen Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Linen (#FAF0E6) achieves a 18.67:1 contrast ratio with black text, surpassing the WCAG 2.1 AAA threshold of 7:1. This exceptional contrast qualifies it for body text, UI components at any size, and all accessibility-sensitive interface contexts. Relative luminance: 88.4%.

  • As text on white (#FFFFFF): 1.12:1 — Fail
  • As text on black (#000000): 18.67:1 — AAA ✓
  • Best text color on Linen background: Black (#000000) at 18.67:1
  • WCAG 2.1 luminance: 88.4% — high-luminance (near-white)—it provides excellent readability for dark text overlays and integrates naturally into light design systems
  • Linen qualifies for all text sizes including small body copy (AAA).

Linen's WCAG profile makes it a compliant choice for most text applications.

Linen in Industry: Branding, Design & Market Applications

Across industry research, white-family tones consistently outperform competitors in categories built on purity, clarity, simplicity, and openness. Linen is a pale expression of this advantage—best positioned in Healthcare & Medical and adjacent markets.

  • Healthcare & Medical: White's universal association with cleanliness, sterility, and medical precision makes it the foundational color of healthcare environments and products. It signals that contamination is absent and that procedures are conducted with precision and care. (examples: CVS Health, Mayo Clinic, Kaiser Permanente) Warm off-whites are used in patient-facing healthcare design to reduce anxiety; pure white for clinical, back-of-house, and medical device contexts.
  • Technology & Minimalist Design: Apple's adoption of white as its product philosophy's visual language has made white synonymous with technological simplicity and premium minimalism. White signals that a product has been edited to essentials—nothing unnecessary remains. (examples: Notion, Slack, Salesforce) White backgrounds in UI design create the most readable interfaces by maximizing contrast for dark text and giving colorful UI elements maximum visual clarity.
  • Luxury Packaging: White luxury packaging signals restraint, confidence, and the elimination of unnecessary decoration. It says: the product itself is so good that it doesn't need dressing up. This approach is used across fragrance, skincare, and premium food packaging. White + gold foil is a particularly powerful luxury packaging combination, creating maximum sophistication with minimum color.
  • Brand positioning: Linen is best suited for brands projecting purity, precision, cleanliness. Categories outside this positioning—environments where cultural context (East Asian mourning) may cause misunderstanding—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Linen works effectively in luxury retail, clean UI backgrounds, digital white space—contexts where cleanliness serves a secondary but reinforcing role.

Linen earns its strongest ROI in industries where trust and recognition compound over time: Healthcare & Medical, Technology & Minimalist Design, Luxury Packaging. Use it to build the kind of brand recognition that decades reinforce.

Frequently Asked Questions

What is the hex code for Linen?
The hex code for Linen is #FAF0E6. Its RGB values are rgb(250, 240, 230) and its HSL values are hsl(30, 67%, 94%).
What does Linen mean in design?
White is defined by the absence of color absorption — it reflects all light. It represents purity, cleanliness, and potential. White space in design is not emptiness but breathing room — it directs the eye, reduces cognitive load, and conveys confidence. In branding, white signals transparency, minimalism, and premium simplicity. Healthcare adopts white for cleanliness associations. Technology companies use white to suggest precision and simplicity. Cultural variations are significant: white is mourning in several Asian cultures, but purity and bridal in Western contexts. In photography and product presentation, white backgrounds are the universal default because they project the subject without distraction. As a very light tint, it carries the lightness and openness of its hue family while remaining gentle enough for backgrounds, subtle highlights, and delicate UI elements.
Is Linen WCAG accessible?
Linen (#FAF0E6) does not pass WCAG AA on white (1.12:1 ratio). Use it on dark backgrounds where it achieves 18.67:1. Its overall accessibility score is 48/100.
What colors go well with Linen?
Linen pairs well with its complementary color Bleu de France (#318CE7). Analogous colors like Red and Papaya also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Linen used for?
Linen is commonly used for: Healthcare and clinical environments; Medical device and pharmaceutical packaging; Minimalist consumer electronics packaging; Premium homeware and kitchen brands; Wedding and bridal industry.
What are the CSS and Tailwind values for Linen?
In CSS, use `color: #FAF0E6` or `background-color: #FAF0E6`. The CSS custom property is `--color-linen: #FAF0E6`. In Tailwind CSS, use the arbitrary value class `bg-[#FAF0E6]` for backgrounds or `text-[#FAF0E6]` for text.