Skip to main content

Seashell

#FFF5EE·white family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#FFF5EE
RGB
rgb(255, 245, 238)
HSL
hsl(25, 100%, 97%)
OKLCH
oklch(0.976 0.014 58)
CMYK
cmyk(0%, 4%, 7%, 0%)
Luminance:0.9274
CSS var:--color-seashell
Tailwind:bg-[#FFF5EE]

Accessibility

Score: 48/100

On White (#FFF)

1.07:1

Fail

On Black (#000)

19.55:1

AAA

On Light Gray (#F5F5F5)

1.01:1

Fail

Best text color on this background:

black19.55:1
Open in Contrast Checker →

Design Applications

Background

background-color: #FFF5EE

Text Color

color: #FFF5EE

bg-[#FFF5EE] text-[#000000]

Accent border card component

border-left: 4px solid #FFF5EE

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

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

CSS & Code Examples

Background

background-color: #FFF5EE;

Text

color: #FFF5EE;

Border

border: 2px solid #FFF5EE;

Box Shadow

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

Gradient

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

Tailwind-style

--color-seashell: #FFF5EE;

Tailwind CSS Utilities

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

Background

bg-[#FFF5EE]

Text

text-[#FFF5EE]

Border

border-[#FFF5EE]

Ring

ring-[#FFF5EE]

Fill

fill-[#FFF5EE]

From (gradient)

from-[#FFF5EE]

Via (gradient)

via-[#FFF5EE]

To (gradient)

to-[#FFF5EE]

Design Tokens

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

CSS Custom Properties

:root {
  --color-seashell: #FFF5EE;
  --color-seashell-rgb: 255, 245, 238;
  --color-seashell-hsl: 25, 100%, 97%;
}

SCSS Variables

$color-seashell: #FFF5EE;
$color-seashell-rgb: 255, 245, 238;
$color-seashell-hsl: 25, 100%, 97%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-seashell: #FFF5EE;
}

JSON Design Token (W3C format)

{
  "seashell": {
    "value": "#FFF5EE",
    "type": "color",
    "description": "Seashell — #FFF5EE"
  }
}

What Does Seashell Mean? Color Psychology & Cultural Symbolism

White's psychology is built on what it isn't rather than what it is. It carries no emotional charge of its own, which is precisely why it carries such design authority—it creates conditions for other elements to be exactly what they need to be. Seashell reads as cleanliness for exactly this reason.

  • 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.
  • Seashell's pale lightness (97%) 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 100% saturation, Seashell reads as vivid—Pure white is maximum brightness—the theoretical ceiling of reflected light—and carries the qualities of absolute clarity and optical intensity.

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

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

Professional designers treat Seashell 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.

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

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

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

Seashell (#FFF5EE) achieves a 19.55: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: 92.7%.

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

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

Seashell in Industry: Branding, Design & Market Applications

Seashell (#FFF5EE) 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 vivid saturation signals openness 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: 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: Seashell 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, Seashell works effectively in minimalist brand identities, healthcare environments, premium product packaging—contexts where openness serves a secondary but reinforcing role.

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

Frequently Asked Questions

What is the hex code for Seashell?
The hex code for Seashell is #FFF5EE. Its RGB values are rgb(255, 245, 238) and its HSL values are hsl(25, 100%, 97%).
What does Seashell 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 Seashell WCAG accessible?
Seashell (#FFF5EE) does not pass WCAG AA on white (1.07:1 ratio). Use it on dark backgrounds where it achieves 19.55:1. Its overall accessibility score is 48/100.
What colors go well with Seashell?
Seashell pairs well with its complementary color Bright Blue (#0096FF). Analogous colors like Lava Red and Chestnut also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Seashell used for?
Seashell 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 Seashell?
In CSS, use `color: #FFF5EE` or `background-color: #FFF5EE`. The CSS custom property is `--color-seashell: #FFF5EE`. In Tailwind CSS, use the arbitrary value class `bg-[#FFF5EE]` for backgrounds or `text-[#FFF5EE]` for text.