Skip to main content

Lava Red

#CF1020·red family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#CF1020
RGB
rgb(207, 16, 32)
HSL
hsl(355, 86%, 44%)
OKLCH
oklch(0.542 0.214 26)
CMYK
cmyk(0%, 92%, 85%, 19%)
Luminance:0.1374
CSS var:--color-lava-red
Tailwind:bg-[#CF1020]

Accessibility

Score: 54/100

On White (#FFF)

5.6:1

AA

On Black (#000)

3.75:1

AA Large

On Light Gray (#F5F5F5)

5.14:1

AA

Best text color on this background:

white5.60:1
Open in Contrast Checker →

Design Applications

Background

background-color: #CF1020

Text Color

color: #CF1020

bg-[#CF1020] text-[#FFFFFF]

Accent border card component

border-left: 4px solid #CF1020

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 deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.

Industry Usage

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

Passes AA

4.5:1 minimum required

Large Text

Passes AA Large

3:1 minimum required

UI Components

Meets 1.4.11

3:1 for non-text UI

Lava Red is a dark color. Use white (#FFFFFF) text on top of it for maximum readability (5.60:1). Avoid small black text on this background.

CSS & Code Examples

Background

background-color: #CF1020;

Text

color: #CF1020;

Border

border: 2px solid #CF1020;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #CF1020, #ff5449);

Tailwind-style

--color-lava-red: #CF1020;

Tailwind CSS Utilities

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

Background

bg-[#CF1020]

Text

text-[#CF1020]

Border

border-[#CF1020]

Ring

ring-[#CF1020]

Fill

fill-[#CF1020]

From (gradient)

from-[#CF1020]

Via (gradient)

via-[#CF1020]

To (gradient)

to-[#CF1020]

Design Tokens

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

CSS Custom Properties

:root {
  --color-lava-red: #CF1020;
  --color-lava-red-rgb: 207, 16, 32;
  --color-lava-red-hsl: 355, 86%, 44%;
}

SCSS Variables

$color-lava-red: #CF1020;
$color-lava-red-rgb: 207, 16, 32;
$color-lava-red-hsl: 355, 86%, 44%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'lava-red': '#CF1020',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-lava-red: #CF1020;
}

JSON Design Token (W3C format)

{
  "lava-red": {
    "value": "#CF1020",
    "type": "color",
    "description": "Lava Red — #CF1020"
  }
}

What Does Lava Red Mean? Color Psychology & Cultural Symbolism

The psychology of Lava Red begins with its spectral address in the red zone, where human perception has never been neutral. Millennia of association with both celebration and danger collapse into the contemporary reading of passion that makes red-family tones so effective in design.

  • 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.
  • Lava Red's medium lightness (44%) shifts its psychological register: a balanced mid-tone that embodies energy, passion, urgency, and power at its most direct.
  • At 86% saturation, Lava Red reads as vivid—Pure saturated reds are physiologically stimulating, triggering faster heart rate and heightened alertness—among the most attention-commanding tones in human visual perception.

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

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

Print and packaging designers reach for Lava Red 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—Lava Red performs reliably in all these roles with its medium tonal character.
  • Brand & identity: call-to-action buttons, promotional banners, food packaging—contexts where Lava Red's vivid quality creates the right register.
  • Typography: Lava Red works as a background behind white text but requires careful sizing—test at intended heading and body sizes before finalizing.
  • As a dark tone, Lava Red creates maximum contrast with white and light neutrals—excellent for creating premium dark-mode sections, bold headers, and high-drama brand moments
  • Proportional use: Lava Red's vivid saturation (86%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.

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

Lava Red Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Lava Red (#CF1020) reaches 5.60:1 contrast with white text—meeting WCAG 2.1 AA minimum of 4.5:1 for normal text and 3:1 for large text. It clears standard production accessibility requirements. Relative luminance: 13.7%.

  • As text on white (#FFFFFF): 5.60:1 — AA ✓
  • As text on black (#000000): 3.75:1 — AA (large text only)
  • Best text color on Lava Red background: White (#FFFFFF) at 5.60:1
  • WCAG 2.1 luminance: 13.7% — low luminance (dark)—it provides strong contrast for white and light overlaid text, functioning well as a background in dark-mode and header contexts
  • Lava Red qualifies for normal body text and all larger sizes (AA).
  • 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.

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

Lava Red in Industry: Branding, Design & Market Applications

Across industry research, red-family tones consistently outperform competitors in categories built on energy, passion, urgency, and power. Lava Red is a medium expression of this advantage—best positioned in Food & Beverage and adjacent markets.

  • 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: Whole Foods, Trader Joe's, 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: Spotify, Netflix, Hulu) Works best paired with black or white for maximum contrast and visual impact.
  • Brand positioning: Lava Red 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, Lava Red works effectively in error states, notification badges, sports branding—contexts where urgency serves a secondary but reinforcing role.

Lava Red earns its strongest ROI in industries where trust and recognition compound over time: Food & Beverage, Retail & E-commerce, Sports & Entertainment. Use it to build the kind of brand recognition that decades reinforce.

Frequently Asked Questions

What is the hex code for Lava Red?
The hex code for Lava Red is #CF1020. Its RGB values are rgb(207, 16, 32) and its HSL values are hsl(355, 86%, 44%).
What does Lava Red 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 deeper, richer tone gives it gravitas and sophistication, making it well-suited for primary brand colors, typography, and contexts where authority matters.
Is Lava Red WCAG accessible?
Lava Red (#CF1020) passes WCAG AA on white with a 5.6:1 contrast ratio. Its overall accessibility score is 54/100.
What colors go well with Lava Red?
Lava Red pairs well with its complementary color Pine Green (#01796F). Analogous colors like Imperial Purple and Lavender Blush also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Lava Red used for?
Lava Red 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 Lava Red?
In CSS, use `color: #CF1020` or `background-color: #CF1020`. The CSS custom property is `--color-lava-red: #CF1020`. In Tailwind CSS, use the arbitrary value class `bg-[#CF1020]` for backgrounds or `text-[#CF1020]` for text.