Skip to main content

Flaxen

#EEDC82·yellow family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#EEDC82
RGB
rgb(238, 220, 130)
HSL
hsl(50, 76%, 72%)
OKLCH
oklch(0.89 0.113 98)
CMYK
cmyk(0%, 8%, 45%, 7%)
Luminance:0.7098
CSS var:--color-flaxen
Tailwind:bg-[#EEDC82]

Accessibility

Score: 48/100

On White (#FFF)

1.38:1

Fail

On Black (#000)

15.2:1

AAA

On Light Gray (#F5F5F5)

1.27:1

Fail

Best text color on this background:

black15.20:1
Open in Contrast Checker →

Design Applications

Background

background-color: #EEDC82

Text Color

color: #EEDC82

bg-[#EEDC82] text-[#000000]

Accent border card component

border-left: 4px solid #EEDC82

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. Its lighter value makes it approachable and soft — suitable for backgrounds, secondary UI states, and contexts requiring the hue's character without full intensity.

Industry Usage

Common contexts and industries where Flaxen 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

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

CSS & Code Examples

Background

background-color: #EEDC82;

Text

color: #EEDC82;

Border

border: 2px solid #EEDC82;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #EEDC82, #ffffb3);

Tailwind-style

--color-flaxen: #EEDC82;

Tailwind CSS Utilities

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

Background

bg-[#EEDC82]

Text

text-[#EEDC82]

Border

border-[#EEDC82]

Ring

ring-[#EEDC82]

Fill

fill-[#EEDC82]

From (gradient)

from-[#EEDC82]

Via (gradient)

via-[#EEDC82]

To (gradient)

to-[#EEDC82]

Design Tokens

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

CSS Custom Properties

:root {
  --color-flaxen: #EEDC82;
  --color-flaxen-rgb: 238, 220, 130;
  --color-flaxen-hsl: 50, 76%, 72%;
}

SCSS Variables

$color-flaxen: #EEDC82;
$color-flaxen-rgb: 238, 220, 130;
$color-flaxen-hsl: 50, 76%, 72%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-flaxen: #EEDC82;
}

JSON Design Token (W3C format)

{
  "flaxen": {
    "value": "#EEDC82",
    "type": "color",
    "description": "Flaxen — #EEDC82"
  }
}

What Does Flaxen Mean? Color Psychology & Cultural Symbolism

The psychology of Flaxen 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.

  • Across color psychology research, yellow consistently tests high for "optimism" associations, making Flaxen a reliable vehicle for intellect in cross-demographic audiences.
  • Brand designers draw on yellow-family tones to project approachability and energy—values that Flaxen communicates in a light key.
  • At 76% saturation, Flaxen reads as moderately saturated—neither overwhelming nor passive, landing in the optimism, clarity, intellect, and caution zone with measured confidence.
  • Flaxen's light lightness (72%) 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.

The power of Flaxen lies in selective deployment—too much and it fatigues, too little and the energy dissipates. Find the balance.

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

The accessibility challenge with yellow is real—most yellow tones fail WCAG contrast requirements on white—but Flaxen's value as a highlight, background, and accent color is unmatched in creating optimistic, high-energy palettes.

  • Avoid: body text on white (extremely poor contrast), luxury positioning (gold is the exception), and clinical or medical contexts where precision and calm are paramount.
  • Color harmonies: Flaxen's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
  • Proportional use: Flaxen's moderately saturated saturation (76%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.
  • Flaxen creates strong legibility with black text overlays (15.2:1 contrast ratio), making it a reliable background or surface color in design systems
  • Typography: Flaxen as text requires a dark background; its 72% lightness means it provides 1.4:1 contrast on white, not meeting WCAG AA.

The power of Flaxen lies in selective deployment—too much and it fatigues, too little and the energy dissipates. Find the balance.

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

Flaxen (#EEDC82) achieves a 15.20: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: 71.0%.

  • As text on white (#FFFFFF): 1.38:1 — Fail
  • As text on black (#000000): 15.20:1 — AAA ✓
  • Best text color on Flaxen background: Black (#000000) at 15.20:1
  • WCAG 2.1 luminance: 71.0% — high-luminance (near-white)—it provides excellent readability for dark text overlays and integrates naturally into light design systems
  • Flaxen 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.

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

Flaxen in Industry: Branding, Design & Market Applications

Across industry research, yellow-family tones consistently outperform competitors in categories built on optimism, clarity, intellect, and caution. Flaxen is a light expression of this advantage—best positioned in Food & Beverage and adjacent markets.

  • 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: Chipotle, Sweetgreen, 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: Flaxen 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, Flaxen works effectively in caution signage, pricing emphasis, sticky notes/productivity—contexts where brightness serves a secondary but reinforcing role.

Flaxen earns its strongest ROI in industries where trust and recognition compound over time: Food & Beverage, Education & Children's Products, Safety & Construction. Use it to build the kind of brand recognition that decades reinforce.

Frequently Asked Questions

What is the hex code for Flaxen?
The hex code for Flaxen is #EEDC82. Its RGB values are rgb(238, 220, 130) and its HSL values are hsl(50, 76%, 72%).
What does Flaxen 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. Its lighter value makes it approachable and soft — suitable for backgrounds, secondary UI states, and contexts requiring the hue's character without full intensity.
Is Flaxen WCAG accessible?
Flaxen (#EEDC82) does not pass WCAG AA on white (1.38:1 ratio). Use it on dark backgrounds where it achieves 15.2:1. Its overall accessibility score is 48/100.
What colors go well with Flaxen?
Flaxen pairs well with its complementary color Persian Blue (#1C39BB). Analogous colors like Mahogany and Topaz also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Flaxen used for?
Flaxen 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 Flaxen?
In CSS, use `color: #EEDC82` or `background-color: #EEDC82`. The CSS custom property is `--color-flaxen: #EEDC82`. In Tailwind CSS, use the arbitrary value class `bg-[#EEDC82]` for backgrounds or `text-[#EEDC82]` for text.