Skip to main content

Pale Yellow

#FFFFE0·yellow family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#FFFFE0
RGB
rgb(255, 255, 224)
HSL
hsl(60, 100%, 94%)
OKLCH
oklch(0.992 0.04 107)
CMYK
cmyk(0%, 0%, 12%, 0%)
Luminance:0.9816
CSS var:--color-pale-yellow
Tailwind:bg-[#FFFFE0]

Accessibility

Score: 48/100

On White (#FFF)

1.02:1

Fail

On Black (#000)

20.63:1

AAA

On Light Gray (#F5F5F5)

1.07:1

Fail

Best text color on this background:

black20.63:1
Open in Contrast Checker →

Design Applications

Background

background-color: #FFFFE0

Text Color

color: #FFFFE0

bg-[#FFFFE0] text-[#000000]

Accent border card component

border-left: 4px solid #FFFFE0

Color Meaning & Psychology

Yellow is the most luminous color in the visible spectrum — the color our eyes detect first and at the greatest distance. It stimulates mental activity, promotes optimism, and conveys clarity. However, yellow is also the most fatiguing for the human eye at extended exposure, and pure yellow text on white fails all accessibility standards. In design, yellow works best as an accent or background for dark text. Golden yellows signal warmth and achievement; cool lemons feel fresh and modern. Yellow is the universal color of caution — from traffic lights to hazard tape. 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 Pale Yellow is applied in professional design.

  • Taxi and transportation services
  • Construction and heavy machinery
  • Children's education products and toys
  • Fast food and energy-focused brands
  • Caution and safety signage
  • Summer and outdoor lifestyle brands
  • Optimistic lifestyle and wellness brands
  • Creative agencies emphasizing ideas

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

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

CSS & Code Examples

Background

background-color: #FFFFE0;

Text

color: #FFFFE0;

Border

border: 2px solid #FFFFE0;

Box Shadow

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

Gradient

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

Tailwind-style

--color-pale-yellow: #FFFFE0;

Tailwind CSS Utilities

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

Background

bg-[#FFFFE0]

Text

text-[#FFFFE0]

Border

border-[#FFFFE0]

Ring

ring-[#FFFFE0]

Fill

fill-[#FFFFE0]

From (gradient)

from-[#FFFFE0]

Via (gradient)

via-[#FFFFE0]

To (gradient)

to-[#FFFFE0]

Design Tokens

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

CSS Custom Properties

:root {
  --color-pale-yellow: #FFFFE0;
  --color-pale-yellow-rgb: 255, 255, 224;
  --color-pale-yellow-hsl: 60, 100%, 94%;
}

SCSS Variables

$color-pale-yellow: #FFFFE0;
$color-pale-yellow-rgb: 255, 255, 224;
$color-pale-yellow-hsl: 60, 100%, 94%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'pale-yellow': '#FFFFE0',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-pale-yellow: #FFFFE0;
}

JSON Design Token (W3C format)

{
  "pale-yellow": {
    "value": "#FFFFE0",
    "type": "color",
    "description": "Pale Yellow — #FFFFE0"
  }
}

What Does Pale Yellow Mean? Color Psychology & Cultural Symbolism

The psychology of Pale Yellow is built on light itself. Yellow-family hues mimic solar radiation in the human visual system, triggering associations with warmth, clarity, and open space that surface as intellect without deliberate thought.

  • Yellow occupies a paradoxical space in Western symbolism—simultaneously the color of happiness, optimism, and cowardice. In commercial contexts it signals caution (traffic lights, hazard tape) and sale promotions. In consumer branding it communicates cheerfulness and energy.
  • In Chinese and many other East Asian cultures, yellow (and especially gold-yellow) historically signified royalty, prosperity, and imperial authority. In Buddhist traditions it represents wisdom and harmony.
  • Pale Yellow's pale lightness (94%) shifts its psychological register: Pale yellow and champagne tones feel warm, neutral, and almost white—excellent for backgrounds, subtle warmth in neutral palettes, and understated accents.
  • At 100% saturation, Pale Yellow reads as vivid—Pure vivid yellow is the highest-chroma color the human eye perceives—it cannot be ignored and is physiologically stimulating, even more so than red in some attention research.

Use Pale Yellow as a declaration of optimism. In a palette that leads with it, everything else feels deliberate and alive.

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

Designers who use Pale Yellow effectively treat it like a spotlight: small, directed applications that create energy and focus without overwhelming the visual system.

  • UI components: warning states, highlights, feature callouts—Pale Yellow performs reliably in all these roles with its pale tonal character.
  • Brand & identity: highlights, callout banners, brand accents—contexts where Pale Yellow's vivid quality creates the right register.
  • Typography: Pale Yellow as text requires a dark background; its 94% lightness means it provides 1.0:1 contrast on white, not meeting WCAG AA.
  • Pale Yellow creates strong legibility with black text overlays (20.6:1 contrast ratio), making it a reliable background or surface color in design systems
  • Proportional use: Pale Yellow's vivid saturation (100%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.

Use Pale Yellow as a declaration of optimism. In a palette that leads with it, everything else feels deliberate and alive.

Pale Yellow Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Pale Yellow (#FFFFE0) achieves a 20.63: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: 98.2%.

  • As text on white (#FFFFFF): 1.02:1 — Fail
  • As text on black (#000000): 20.63:1 — AAA ✓
  • Best text color on Pale Yellow background: Black (#000000) at 20.63:1
  • WCAG 2.1 luminance: 98.2% — high-luminance (near-white)—it provides excellent readability for dark text overlays and integrates naturally into light design systems
  • Pale Yellow qualifies for all text sizes including small body copy (AAA).
  • Color blindness consideration: tritanopia (blue-yellow color blindness, ~0.003% of population) may affect how this color reads. While rare, for maximum accessibility supplement color signals with text or icon indicators in critical states.

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

Pale Yellow in Industry: Branding, Design & Market Applications

Pale Yellow (#FFFFE0) is most at home in industries where optimism, clarity, intellect, and caution are key brand values. Its pale quality makes it particularly effective in Food & Beverage contexts, where the vivid saturation signals brightness at exactly the right register.

  • Food & Beverage: Yellow stimulates appetite and communicates freshness, especially for bakery, dairy, and snack categories. Its association with sunlight and ripe crops makes it an instinctive choice for natural and wholesome food brands. (examples: Whole Foods, Trader Joe's, Blue Bottle Coffee) Extremely effective for children's food products; less effective for premium dining where it reads as casual.
  • Education & Children's Products: Yellow is cognitively stimulating and signals playfulness, making it a dominant choice in educational materials, children's toys, and learning apps. It creates an environment of curiosity and creative energy. (examples: Duolingo, Coursera, Khan Academy) Combine with blue for a classic educational palette that suggests both warmth and reliability.
  • Safety & Construction: Yellow is the universal signal for visibility and caution. High-visibility vests, construction equipment, and warning signage use yellow because it provides maximum contrast in low-light conditions and stands out in natural environments. This safety connotation can be leveraged in UX for warning states and "proceed with awareness" signals.
  • Brand positioning: Pale Yellow is best suited for brands projecting approachability, energy, clarity. Categories outside this positioning—body text on white (extremely poor contrast)—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Pale Yellow works effectively in caution signage, pricing emphasis, sticky notes/productivity—contexts where brightness serves a secondary but reinforcing role.

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

Frequently Asked Questions

What is the hex code for Pale Yellow?
The hex code for Pale Yellow is #FFFFE0. Its RGB values are rgb(255, 255, 224) and its HSL values are hsl(60, 100%, 94%).
What does Pale Yellow mean in design?
Yellow is the most luminous color in the visible spectrum — the color our eyes detect first and at the greatest distance. It stimulates mental activity, promotes optimism, and conveys clarity. However, yellow is also the most fatiguing for the human eye at extended exposure, and pure yellow text on white fails all accessibility standards. In design, yellow works best as an accent or background for dark text. Golden yellows signal warmth and achievement; cool lemons feel fresh and modern. Yellow is the universal color of caution — from traffic lights to hazard tape. 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 Pale Yellow WCAG accessible?
Pale Yellow (#FFFFE0) does not pass WCAG AA on white (1.02:1 ratio). Use it on dark backgrounds where it achieves 20.63:1. Its overall accessibility score is 48/100.
What colors go well with Pale Yellow?
Pale Yellow pairs well with its complementary color Blue (#0000FF). Analogous colors like Mushroom and Off White also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Pale Yellow used for?
Pale Yellow is commonly used for: Taxi and transportation services; Construction and heavy machinery; Children's education products and toys; Fast food and energy-focused brands; Caution and safety signage.
What are the CSS and Tailwind values for Pale Yellow?
In CSS, use `color: #FFFFE0` or `background-color: #FFFFE0`. The CSS custom property is `--color-pale-yellow: #FFFFE0`. In Tailwind CSS, use the arbitrary value class `bg-[#FFFFE0]` for backgrounds or `text-[#FFFFE0]` for text.