Skip to main content

Light Coral

#F08080·red family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#F08080
RGB
rgb(240, 128, 128)
HSL
hsl(0, 79%, 72%)
OKLCH
oklch(0.725 0.138 21)
CMYK
cmyk(0%, 47%, 47%, 6%)
Luminance:0.3552
CSS var:--color-light-coral
Tailwind:bg-[#F08080]

Accessibility

Score: 48/100

On White (#FFF)

2.59:1

Fail

On Black (#000)

8.1:1

AAA

On Light Gray (#F5F5F5)

2.38:1

Fail

Best text color on this background:

black8.10:1
Open in Contrast Checker →

Design Applications

Background

background-color: #F08080

Text Color

color: #F08080

bg-[#F08080] text-[#000000]

Accent border card component

border-left: 4px solid #F08080

Color Meaning & Psychology

Red is the most emotionally intense color in the spectrum. It stimulates the nervous system, accelerates respiration, and increases heart rate. Red commands attention through associations with blood, fire, danger, and passion — making it the dominant choice for warnings, calls-to-action, and brand identities that must stand out instantly. In food culture, red stimulates appetite. In romance, it signals desire. In sport, studies show red-clad competitors win more often. However, overuse creates aggression. The most effective red designs use it sparingly as a focal accent. 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 Light Coral is applied in professional design.

  • Emergency alerts and warning systems
  • Food and beverage brands (appetite stimulation)
  • Sports teams and athletic wear
  • Calls-to-action and "Buy Now" buttons
  • Pharmaceutical packaging for urgent medications
  • Entertainment and gaming brands
  • Automotive brands emphasizing power and performance
  • Retail sale and clearance signage

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

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

CSS & Code Examples

Background

background-color: #F08080;

Text

color: #F08080;

Border

border: 2px solid #F08080;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #F08080, #ffb1af);

Tailwind-style

--color-light-coral: #F08080;

Tailwind CSS Utilities

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

Background

bg-[#F08080]

Text

text-[#F08080]

Border

border-[#F08080]

Ring

ring-[#F08080]

Fill

fill-[#F08080]

From (gradient)

from-[#F08080]

Via (gradient)

via-[#F08080]

To (gradient)

to-[#F08080]

Design Tokens

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

CSS Custom Properties

:root {
  --color-light-coral: #F08080;
  --color-light-coral-rgb: 240, 128, 128;
  --color-light-coral-hsl: 0, 79%, 72%;
}

SCSS Variables

$color-light-coral: #F08080;
$color-light-coral-rgb: 240, 128, 128;
$color-light-coral-hsl: 0, 79%, 72%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'light-coral': '#F08080',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-light-coral: #F08080;
}

JSON Design Token (W3C format)

{
  "light-coral": {
    "value": "#F08080",
    "type": "color",
    "description": "Light Coral — #F08080"
  }
}

What Does Light Coral Mean? Color Psychology & Cultural Symbolism

Few colors carry as much cross-cultural psychological weight as the red family. Light Coral channels this heritage—landing in the design spectrum as passion, a quality equally present in a "Buy Now" button and a luxury fashion house's logo.

  • In Western cultures red denotes importance (red carpets), danger (stop signs), love (Valentine's Day), and financial loss ("in the red")—a dual symbolism of celebration and warning that designers leverage depending on context.
  • Across China, India, and much of Southeast Asia, red is the color of luck, prosperity, and celebration. It dominates weddings, Lunar New Year, and auspicious occasions, carrying exactly the opposite of its Western "danger" connotation.
  • Light Coral's light lightness (72%) shifts its psychological register: Light rose and blush tones soften urgency into warmth and romance while retaining the family's inviting quality.
  • At 79% saturation, Light Coral reads as moderately saturated—neither overwhelming nor passive, landing in the energy, passion, urgency, and power zone with measured confidence.

Light Coral earns its place in a palette by doing something specific. Deploy it with that purpose in mind and it will deliver.

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

Print and packaging designers reach for Light Coral when shelf visibility is critical. Red-family hues register first in complex visual environments, making them invaluable for products competing for attention at retail.

  • UI components: primary action buttons, error and destructive states, delete confirmations—Light Coral performs reliably in all these roles with its light tonal character.
  • Brand & identity: call-to-action buttons, promotional banners, food packaging—contexts where Light Coral's moderately saturated quality creates the right register.
  • Typography: Light Coral as text requires a dark background; its 72% lightness means it provides 2.6:1 contrast on white, not meeting WCAG AA.
  • Light Coral creates strong legibility with black text overlays (8.1:1 contrast ratio), making it a reliable background or surface color in design systems
  • Proportional use: Light Coral's moderately saturated saturation (79%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.

Light Coral earns its place in a palette by doing something specific. Deploy it with that purpose in mind and it will deliver.

Light Coral Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Light Coral (#F08080) achieves a 8.10: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: 35.5%.

  • As text on white (#FFFFFF): 2.59:1 — Fail
  • As text on black (#000000): 8.10:1 — AAA ✓
  • Best text color on Light Coral background: Black (#000000) at 8.10:1
  • WCAG 2.1 luminance: 35.5% — mid-range luminance—it sits in the transition zone where both dark and light text approaches require testing against the 4.5:1 WCAG threshold
  • Light Coral qualifies for all text sizes including small body copy (AAA).
  • Color blindness consideration: protanopia and deuteranopia (red-green color blindness, ~8% of males) may affect how red-family colors are distinguished from greens and browns. For critical UI states, supplement color alone with shape, label, or pattern cues.

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

Light Coral in Industry: Branding, Design & Market Applications

Light Coral (#F08080) is most at home in industries where energy, passion, urgency, and power are key brand values. Its light quality makes it particularly effective in Food & Beverage contexts, where the moderately saturated saturation signals power at exactly the right register.

  • Food & Beverage: Red stimulates appetite and accelerates purchase decisions. Fast food chains, hot sauce brands, and snack packaging use it deliberately because it increases caloric craving and speeds up decision-making at point of sale. (examples: Chipotle, Sweetgreen, Blue Bottle Coffee) Avoid in fine dining or health-food contexts where a slower, more mindful experience is the goal.
  • Retail & E-commerce: The "red sale tag" is a globally conditioned retail convention. Red signals scarcity and urgency, making it the universal shorthand for clearance events, limited-time offers, and price callouts. (examples: Target, H&M, ASOS) Overuse exhausts the urgency signal—reserve it for genuinely time-limited promotions.
  • Sports & Entertainment: Red communicates competition, athletic energy, and tribal passion. From team jerseys to arena signage, it energizes crowds and aligns with the visceral intensity sports brands want to project. (examples: Disney+, Hulu, Netflix) Works best paired with black or white for maximum contrast and visual impact.
  • Brand positioning: Light Coral is best suited for brands projecting excitement, urgency, importance. Categories outside this positioning—financial dashboards (loss association)—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Light Coral works effectively in error states, notification badges, sports branding—contexts where power serves a secondary but reinforcing role.

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

Frequently Asked Questions

What is the hex code for Light Coral?
The hex code for Light Coral is #F08080. Its RGB values are rgb(240, 128, 128) and its HSL values are hsl(0, 79%, 72%).
What does Light Coral mean in design?
Red is the most emotionally intense color in the spectrum. It stimulates the nervous system, accelerates respiration, and increases heart rate. Red commands attention through associations with blood, fire, danger, and passion — making it the dominant choice for warnings, calls-to-action, and brand identities that must stand out instantly. In food culture, red stimulates appetite. In romance, it signals desire. In sport, studies show red-clad competitors win more often. However, overuse creates aggression. The most effective red designs use it sparingly as a focal accent. 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 Light Coral WCAG accessible?
Light Coral (#F08080) does not pass WCAG AA on white (2.59:1 ratio). Use it on dark backgrounds where it achieves 8.1:1. Its overall accessibility score is 48/100.
What colors go well with Light Coral?
Light Coral pairs well with its complementary color Iron Gray (#595E5E). Analogous colors like Hot Pink and Burgundy also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Light Coral used for?
Light Coral is commonly used for: Emergency alerts and warning systems; Food and beverage brands (appetite stimulation); Sports teams and athletic wear; Calls-to-action and "Buy Now" buttons; Pharmaceutical packaging for urgent medications.
What are the CSS and Tailwind values for Light Coral?
In CSS, use `color: #F08080` or `background-color: #F08080`. The CSS custom property is `--color-light-coral: #F08080`. In Tailwind CSS, use the arbitrary value class `bg-[#F08080]` for backgrounds or `text-[#F08080]` for text.