Skip to main content

Alabaster

#F2F0EB·white family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#F2F0EB
RGB
rgb(242, 240, 235)
HSL
hsl(43, 21%, 94%)
OKLCH
oklch(0.955 0.007 89)
CMYK
cmyk(0%, 1%, 3%, 5%)
Luminance:0.8720
CSS var:--color-alabaster
Tailwind:bg-[#F2F0EB]

Accessibility

Score: 48/100

On White (#FFF)

1.14:1

Fail

On Black (#000)

18.44:1

AAA

On Light Gray (#F5F5F5)

1.04:1

Fail

Best text color on this background:

black18.44:1
Open in Contrast Checker →

Design Applications

Background

background-color: #F2F0EB

Text Color

color: #F2F0EB

bg-[#F2F0EB] text-[#000000]

Accent border card component

border-left: 4px solid #F2F0EB

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 Alabaster 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

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

CSS & Code Examples

Background

background-color: #F2F0EB;

Text

color: #F2F0EB;

Border

border: 2px solid #F2F0EB;

Box Shadow

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

Gradient

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

Tailwind-style

--color-alabaster: #F2F0EB;

Tailwind CSS Utilities

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

Background

bg-[#F2F0EB]

Text

text-[#F2F0EB]

Border

border-[#F2F0EB]

Ring

ring-[#F2F0EB]

Fill

fill-[#F2F0EB]

From (gradient)

from-[#F2F0EB]

Via (gradient)

via-[#F2F0EB]

To (gradient)

to-[#F2F0EB]

Design Tokens

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

CSS Custom Properties

:root {
  --color-alabaster: #F2F0EB;
  --color-alabaster-rgb: 242, 240, 235;
  --color-alabaster-hsl: 43, 21%, 94%;
}

SCSS Variables

$color-alabaster: #F2F0EB;
$color-alabaster-rgb: 242, 240, 235;
$color-alabaster-hsl: 43, 21%, 94%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-alabaster: #F2F0EB;
}

JSON Design Token (W3C format)

{
  "alabaster": {
    "value": "#F2F0EB",
    "type": "color",
    "description": "Alabaster — #F2F0EB"
  }
}

What Does Alabaster Mean? Color Psychology & Cultural Symbolism

In color psychology, white is unique in functioning primarily as a relational color—its meaning changes based on what's placed against it, around it, or within it. At #F2F0EB, Alabaster itself projects clarity, but its greater value is in what it makes possible for everything else in the composition.

  • Across color psychology research, white consistently tests high for "clarity" associations, making Alabaster a reliable vehicle for clarity in cross-demographic audiences.
  • Brand designers draw on white-family tones to project purity and precision—values that Alabaster communicates in a pale key.
  • At 21% saturation, Alabaster reads as muted—Off-whites and creams introduce warmth that humanizes white's potential sterility—extremely useful in lifestyle, luxury, and artisanal contexts.
  • Alabaster'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.

The discipline of Alabaster is knowing what to leave in and what to leave out. The most sophisticated designs know both.

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

Professional designers treat Alabaster as an active design element, not a background assumption. The proportion, the warmth, and the contrast of white against other colors are all deliberate decisions that determine the sophistication of the overall design.

  • Avoid: environments where cultural context (East Asian mourning) may cause misunderstanding, highly tactile or sensory product categories where warmth is needed, and any context where sterility reads as cold.
  • Color harmonies: Alabaster's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Alabaster's muted quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.
  • Alabaster creates strong legibility with black text overlays (18.4:1 contrast ratio), making it a reliable background or surface color in design systems
  • Typography: Alabaster as text requires a dark background; its 94% lightness means it provides 1.1:1 contrast on white, not meeting WCAG AA.

The discipline of Alabaster is knowing what to leave in and what to leave out. The most sophisticated designs know both.

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

Alabaster (#F2F0EB) achieves a 18.44: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: 87.2%.

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

For production use, test Alabaster against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.

Alabaster in Industry: Branding, Design & Market Applications

Alabaster (#F2F0EB) is most at home in industries where purity, clarity, simplicity, and openness are key brand values. Its pale quality makes it particularly effective in Healthcare & Medical contexts, where the muted saturation signals simplicity at exactly the right register.

  • 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: Apple, Microsoft, 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: Alabaster is best suited for brands projecting clarity, simplicity, 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, Alabaster works effectively in minimalist brand identities, healthcare environments, premium product packaging—contexts where simplicity serves a secondary but reinforcing role.

The industries where Alabaster performs best are those where the audience expects simplicity. Build brand strategy around this alignment, not against it.

Frequently Asked Questions

What is the hex code for Alabaster?
The hex code for Alabaster is #F2F0EB. Its RGB values are rgb(242, 240, 235) and its HSL values are hsl(43, 21%, 94%).
What does Alabaster 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 Alabaster WCAG accessible?
Alabaster (#F2F0EB) does not pass WCAG AA on white (1.14:1 ratio). Use it on dark backgrounds where it achieves 18.44:1. Its overall accessibility score is 48/100.
What colors go well with Alabaster?
Alabaster pairs well with its complementary color Klein Blue (#002FA7). Analogous colors like Burnt Sienna and Nude also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Alabaster used for?
Alabaster 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 Alabaster?
In CSS, use `color: #F2F0EB` or `background-color: #F2F0EB`. The CSS custom property is `--color-alabaster: #F2F0EB`. In Tailwind CSS, use the arbitrary value class `bg-[#F2F0EB]` for backgrounds or `text-[#F2F0EB]` for text.