Skip to main content

Nectarine

#FF8348·orange family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#FF8348
RGB
rgb(255, 131, 72)
HSL
hsl(19, 100%, 64%)
OKLCH
oklch(0.74 0.168 44)
CMYK
cmyk(0%, 49%, 72%, 0%)
Luminance:0.3796
CSS var:--color-nectarine
Tailwind:bg-[#FF8348]

Accessibility

Score: 48/100

On White (#FFF)

2.44:1

Fail

On Black (#000)

8.59:1

AAA

On Light Gray (#F5F5F5)

2.24:1

Fail

Best text color on this background:

black8.59:1
Open in Contrast Checker →

Design Applications

Background

background-color: #FF8348

Text Color

color: #FF8348

bg-[#FF8348] text-[#000000]

Accent border card component

border-left: 4px solid #FF8348

Color Meaning & Psychology

Orange sits at the intersection of red's intensity and yellow's optimism. It is the warmest color in the spectrum and carries associations with harvest, health, and human warmth. Unlike red, orange is rarely perceived as aggressive — it feels friendly, approachable, and energetic. In marketing, orange signals affordability and value; premium brands tend to avoid it for this reason. Deeper burnt oranges feel earthy and artisanal; bright oranges feel playful and modern. Orange has the highest visibility against a blue sky or ocean, making it the safety color for life vests and warning signs. At medium lightness, it is the most versatile tone of this hue family — readable as text on light backgrounds, yet vibrant enough as a visual accent.

Industry Usage

Common contexts and industries where Nectarine is applied in professional design.

  • Technology and startup branding
  • Food delivery and restaurant chains
  • Outdoor recreation and adventure brands
  • Construction and industrial safety equipment
  • Health and wellness products emphasizing energy
  • Home improvement and DIY retail
  • Youth and education brands
  • Budget and value-oriented retail

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

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

CSS & Code Examples

Background

background-color: #FF8348;

Text

color: #FF8348;

Border

border: 2px solid #FF8348;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #FF8348, #ffb476);

Tailwind-style

--color-nectarine: #FF8348;

Tailwind CSS Utilities

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

Background

bg-[#FF8348]

Text

text-[#FF8348]

Border

border-[#FF8348]

Ring

ring-[#FF8348]

Fill

fill-[#FF8348]

From (gradient)

from-[#FF8348]

Via (gradient)

via-[#FF8348]

To (gradient)

to-[#FF8348]

Design Tokens

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

CSS Custom Properties

:root {
  --color-nectarine: #FF8348;
  --color-nectarine-rgb: 255, 131, 72;
  --color-nectarine-hsl: 19, 100%, 64%;
}

SCSS Variables

$color-nectarine: #FF8348;
$color-nectarine-rgb: 255, 131, 72;
$color-nectarine-hsl: 19, 100%, 64%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-nectarine: #FF8348;
}

JSON Design Token (W3C format)

{
  "nectarine": {
    "value": "#FF8348",
    "type": "color",
    "description": "Nectarine — #FF8348"
  }
}

What Does Nectarine Mean? Color Psychology & Cultural Symbolism

The color Nectarine communicates warmth through the universal language of warmth. Orange tones sit at the intersection of solar energy (yellow) and vital intensity (red), and this particular shade carries that synthesis into a quality of warmth that designers can deploy as an invitation to act.

  • In Western design, orange occupies a unique middle ground between red's urgency and yellow's optimism—friendlier than the former, more energetic than the latter. It signals approachability, affordability, and enthusiasm without the aggression of pure red.
  • In Buddhist traditions, saffron and orange are sacred colors worn by monks and associated with renunciation, warmth, and spiritual enlightenment. In Hinduism, orange (saffron) represents purity, fire, and courage.
  • Nectarine's mid-tone lightness (64%) shifts its psychological register: a balanced mid-tone that embodies enthusiasm, warmth, creativity, and accessibility at its most direct.
  • At 100% saturation, Nectarine reads as vivid—Pure saturated oranges are impossible to ignore—they pulse with kinetic energy and work exceptionally well for sports brands, gaming, and anything that needs to project confidence and action.

Use Nectarine where you want energy without intimidation. It's the color that says "come in" rather than "stop here."

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

Brands seeking approachability often reach for orange when they've ruled out red (too intense) and yellow (too cautious). Nectarine's mid-tone warmth occupies exactly that positioning sweet spot.

  • UI components: secondary action buttons, highlight states, notification badges—Nectarine performs reliably in all these roles with its mid-tone tonal character.
  • Brand & identity: secondary CTAs, highlight accents, notification dots—contexts where Nectarine's vivid quality creates the right register.
  • Typography: Nectarine as text requires a dark background; its 64% lightness means it provides 2.4:1 contrast on white, not meeting WCAG AA.
  • Nectarine creates strong legibility with black text overlays (8.6:1 contrast ratio), making it a reliable background or surface color in design systems
  • Proportional use: Nectarine'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 Nectarine where you want energy without intimidation. It's the color that says "come in" rather than "stop here."

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

Nectarine (#FF8348) achieves a 8.59: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: 38.0%.

  • As text on white (#FFFFFF): 2.44:1 — Fail
  • As text on black (#000000): 8.59:1 — AAA ✓
  • Best text color on Nectarine background: Black (#000000) at 8.59:1
  • WCAG 2.1 luminance: 38.0% — 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
  • Nectarine 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 orange-family colors are distinguished from greens and browns. For critical UI states, supplement color alone with shape, label, or pattern cues.

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

Nectarine in Industry: Branding, Design & Market Applications

Nectarine's brand positioning falls squarely in the territory of enthusiasm, warmth, creativity, and accessibility. Industry data supports its strongest performance in food delivery, sports & fitness, tech startups categories, where the vivid saturation calibrates the message at a mid-tone, considered level.

  • Food & Beverage: Orange stimulates appetite almost as effectively as red while feeling friendlier and more playful. Food delivery apps, snack brands, and casual dining chains use it to communicate deliciousness and accessibility. (examples: Whole Foods, Trader Joe's, Blue Bottle Coffee) Pairs well with white for clean, appetizing digital food interfaces.
  • Sports & Fitness: Orange communicates high energy, competitive drive, and athletic enthusiasm. It's a popular secondary color in sports branding precisely because it energizes without the urgency or danger association of red. (examples: Orange Theory, Peloton, Under Armour) Orange-and-black is a classic high-visibility sports palette used from road construction to professional teams.
  • Technology & Startups: Challenger tech brands use orange to signal they're energetic, user-friendly, and disrupting stuffy industries. It positions a product as approachable and human without sacrificing ambition. (examples: Notion, Slack, Salesforce) Works better for B2C tools and consumer products than for enterprise SaaS where trust and professionalism dominate.
  • Brand positioning: Nectarine is best suited for brands projecting energetic, creative, accessible. Categories outside this positioning—luxury or premium positioning (reads as affordable—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Nectarine works effectively in pricing callouts, casual branding, promotional elements—contexts where energy serves a secondary but reinforcing role.

For marketers and brand strategists, Nectarine is a commitment to enthusiasm, warmth, creativity, and accessibility. Match it with industries that make that promise and it will pay dividends consistently.

Frequently Asked Questions

What is the hex code for Nectarine?
The hex code for Nectarine is #FF8348. Its RGB values are rgb(255, 131, 72) and its HSL values are hsl(19, 100%, 64%).
What does Nectarine mean in design?
Orange sits at the intersection of red's intensity and yellow's optimism. It is the warmest color in the spectrum and carries associations with harvest, health, and human warmth. Unlike red, orange is rarely perceived as aggressive — it feels friendly, approachable, and energetic. In marketing, orange signals affordability and value; premium brands tend to avoid it for this reason. Deeper burnt oranges feel earthy and artisanal; bright oranges feel playful and modern. Orange has the highest visibility against a blue sky or ocean, making it the safety color for life vests and warning signs. At medium lightness, it is the most versatile tone of this hue family — readable as text on light backgrounds, yet vibrant enough as a visual accent.
Is Nectarine WCAG accessible?
Nectarine (#FF8348) does not pass WCAG AA on white (2.44:1 ratio). Use it on dark backgrounds where it achieves 8.59:1. Its overall accessibility score is 48/100.
What colors go well with Nectarine?
Nectarine pairs well with its complementary color Baby Blue (#89CFF0). Analogous colors like Pink and Barn Red also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Nectarine used for?
Nectarine is commonly used for: Technology and startup branding; Food delivery and restaurant chains; Outdoor recreation and adventure brands; Construction and industrial safety equipment; Health and wellness products emphasizing energy.
What are the CSS and Tailwind values for Nectarine?
In CSS, use `color: #FF8348` or `background-color: #FF8348`. The CSS custom property is `--color-nectarine: #FF8348`. In Tailwind CSS, use the arbitrary value class `bg-[#FF8348]` for backgrounds or `text-[#FF8348]` for text.