Skip to main content

Lemon

#FFF44F·yellow family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#FFF44F
RGB
rgb(255, 244, 79)
HSL
hsl(56, 100%, 65%)
OKLCH
oklch(0.948 0.177 105)
CMYK
cmyk(0%, 4%, 69%, 0%)
Luminance:0.8653
CSS var:--color-lemon
Tailwind:bg-[#FFF44F]

Accessibility

Score: 48/100

On White (#FFF)

1.15:1

Fail

On Black (#000)

18.31:1

AAA

On Light Gray (#F5F5F5)

1.05:1

Fail

Best text color on this background:

black18.31:1
Open in Contrast Checker →

Design Applications

Background

background-color: #FFF44F

Text Color

color: #FFF44F

bg-[#FFF44F] text-[#000000]

Accent border card component

border-left: 4px solid #FFF44F

Color Meaning & Psychology

Lemon yellow has the sharpness and freshness of citrus without yellow's cautionary associations. It signals brightness and modernity in design, and is widely used in cleaning products because of its visual association with clean, fresh scent.

Industry Usage

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

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

CSS & Code Examples

Background

background-color: #FFF44F;

Text

color: #FFF44F;

Border

border: 2px solid #FFF44F;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #FFF44F, #ffff83);

Tailwind-style

--color-lemon: #FFF44F;

Tailwind CSS Utilities

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

Background

bg-[#FFF44F]

Text

text-[#FFF44F]

Border

border-[#FFF44F]

Ring

ring-[#FFF44F]

Fill

fill-[#FFF44F]

From (gradient)

from-[#FFF44F]

Via (gradient)

via-[#FFF44F]

To (gradient)

to-[#FFF44F]

Design Tokens

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

CSS Custom Properties

:root {
  --color-lemon: #FFF44F;
  --color-lemon-rgb: 255, 244, 79;
  --color-lemon-hsl: 56, 100%, 65%;
}

SCSS Variables

$color-lemon: #FFF44F;
$color-lemon-rgb: 255, 244, 79;
$color-lemon-hsl: 56, 100%, 65%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-lemon: #FFF44F;
}

JSON Design Token (W3C format)

{
  "lemon": {
    "value": "#FFF44F",
    "type": "color",
    "description": "Lemon — #FFF44F"
  }
}

What Does Lemon Mean? Color Psychology & Cultural Symbolism

Yellow sits at the apex of human visual sensitivity—the wavelength the eye is most efficient at detecting in daylight. Lemon (#FFF44F) occupies this zone with a mid-tone quality that reads as energy: a color perceived as much as experienced.

  • 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.
  • Lemon's mid-tone lightness (65%) shifts its psychological register: a balanced mid-tone that embodies optimism, clarity, intellect, and caution at its most direct.
  • At 100% saturation, Lemon 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 Lemon as a declaration of optimism. In a palette that leads with it, everything else feels deliberate and alive.

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

Designers who use Lemon 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—Lemon performs reliably in all these roles with its mid-tone tonal character.
  • Brand & identity: highlights, callout banners, brand accents—contexts where Lemon's vivid quality creates the right register.
  • Typography: Lemon as text requires a dark background; its 65% lightness means it provides 1.1:1 contrast on white, not meeting WCAG AA.
  • Lemon creates strong legibility with black text overlays (18.3:1 contrast ratio), making it a reliable background or surface color in design systems
  • Proportional use: Lemon'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 Lemon as a declaration of optimism. In a palette that leads with it, everything else feels deliberate and alive.

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

Lemon (#FFF44F) achieves a 18.31: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: 86.5%.

  • As text on white (#FFFFFF): 1.15:1 — Fail
  • As text on black (#000000): 18.31:1 — AAA ✓
  • Best text color on Lemon background: Black (#000000) at 18.31:1
  • WCAG 2.1 luminance: 86.5% — high-luminance (near-white)—it provides excellent readability for dark text overlays and integrates naturally into light design systems
  • Lemon 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 Lemon against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.

Lemon in Industry: Branding, Design & Market Applications

Lemon (#FFF44F) is most at home in industries where optimism, clarity, intellect, and caution are key brand values. Its mid-tone quality makes it particularly effective in Food & Beverage contexts, where the vivid saturation signals intellect 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: 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: Lemon 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, Lemon works effectively in caution signage, pricing emphasis, sticky notes/productivity—contexts where intellect serves a secondary but reinforcing role.

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

Frequently Asked Questions

What is the hex code for Lemon?
The hex code for Lemon is #FFF44F. Its RGB values are rgb(255, 244, 79) and its HSL values are hsl(56, 100%, 65%).
What does Lemon mean in design?
Lemon yellow has the sharpness and freshness of citrus without yellow's cautionary associations. It signals brightness and modernity in design, and is widely used in cleaning products because of its visual association with clean, fresh scent.
Is Lemon WCAG accessible?
Lemon (#FFF44F) does not pass WCAG AA on white (1.15:1 ratio). Use it on dark backgrounds where it achieves 18.31:1. Its overall accessibility score is 48/100.
What colors go well with Lemon?
Lemon pairs well with its complementary color Liberty Purple (#545AA7). Analogous colors like Clay and Stone Gray also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Lemon used for?
Lemon 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 Lemon?
In CSS, use `color: #FFF44F` or `background-color: #FFF44F`. The CSS custom property is `--color-lemon: #FFF44F`. In Tailwind CSS, use the arbitrary value class `bg-[#FFF44F]` for backgrounds or `text-[#FFF44F]` for text.