Skip to main content

Cinnamon Orange

#D2691E·orange family·WCAG AA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#D2691E
RGB
rgb(210, 105, 30)
HSL
hsl(25, 75%, 47%)
OKLCH
oklch(0.634 0.155 50)
CMYK
cmyk(0%, 50%, 86%, 18%)
Luminance:0.2390
CSS var:--color-cinnamon-orange
Tailwind:bg-[#D2691E]

Accessibility

Score: 39/100

On White (#FFF)

3.63:1

AA Large

On Black (#000)

5.78:1

AA

On Light Gray (#F5F5F5)

3.33:1

AA Large

Best text color on this background:

black5.78:1
Open in Contrast Checker →

Design Applications

Background

background-color: #D2691E

Text Color

color: #D2691E

bg-[#D2691E] text-[#000000]

Accent border card component

border-left: 4px solid #D2691E

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 Cinnamon Orange 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

Passes AA Large

3:1 minimum required

UI Components

Meets 1.4.11

3:1 for non-text UI

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

CSS & Code Examples

Background

background-color: #D2691E;

Text

color: #D2691E;

Border

border: 2px solid #D2691E;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #D2691E, #ff984d);

Tailwind-style

--color-cinnamon-orange: #D2691E;

Tailwind CSS Utilities

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

Background

bg-[#D2691E]

Text

text-[#D2691E]

Border

border-[#D2691E]

Ring

ring-[#D2691E]

Fill

fill-[#D2691E]

From (gradient)

from-[#D2691E]

Via (gradient)

via-[#D2691E]

To (gradient)

to-[#D2691E]

Design Tokens

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

CSS Custom Properties

:root {
  --color-cinnamon-orange: #D2691E;
  --color-cinnamon-orange-rgb: 210, 105, 30;
  --color-cinnamon-orange-hsl: 25, 75%, 47%;
}

SCSS Variables

$color-cinnamon-orange: #D2691E;
$color-cinnamon-orange-rgb: 210, 105, 30;
$color-cinnamon-orange-hsl: 25, 75%, 47%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'cinnamon-orange': '#D2691E',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-cinnamon-orange: #D2691E;
}

JSON Design Token (W3C format)

{
  "cinnamon-orange": {
    "value": "#D2691E",
    "type": "color",
    "description": "Cinnamon Orange — #D2691E"
  }
}

What Does Cinnamon Orange Mean? Color Psychology & Cultural Symbolism

Cinnamon Orange (#D2691E) occupies the vibrant zone between red's urgency and yellow's optimism—inheriting energy from both without the alarm of the former or the caution signal of the latter. The result is a color that reads as creativity: actively inviting rather than passively warm.

  • 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.
  • Cinnamon Orange's medium lightness (47%) shifts its psychological register: a balanced mid-tone that embodies enthusiasm, warmth, creativity, and accessibility at its most direct.
  • At 75% saturation, Cinnamon Orange reads as moderately saturated—neither overwhelming nor passive, landing in the enthusiasm, warmth, creativity, and accessibility zone with measured confidence.

In a well-balanced palette, Cinnamon Orange is the detail that makes everything feel alive—small in proportion, large in effect.

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

In UI design, Cinnamon Orange works particularly well for notification states, pricing callouts, and secondary CTAs—it has enough visual energy to demand attention without the alarm associations of red.

  • UI components: secondary action buttons, highlight states, notification badges—Cinnamon Orange performs reliably in all these roles with its medium tonal character.
  • Brand & identity: secondary CTAs, highlight accents, notification dots—contexts where Cinnamon Orange's moderately saturated quality creates the right register.
  • Typography: Cinnamon Orange as text requires a dark background; its 47% lightness means it provides 3.6:1 contrast on white, not meeting WCAG AA.
  • Cinnamon Orange creates strong legibility with black text overlays (5.8:1 contrast ratio), making it a reliable background or surface color in design systems
  • Proportional use: Cinnamon Orange's moderately saturated saturation (75%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.

In a well-balanced palette, Cinnamon Orange is the detail that makes everything feel alive—small in proportion, large in effect.

Cinnamon Orange Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Cinnamon Orange (#D2691E) reaches 5.78:1 contrast with black 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: 23.9%.

  • As text on white (#FFFFFF): 3.63:1 — AA (large text only)
  • As text on black (#000000): 5.78:1 — AA ✓
  • Best text color on Cinnamon Orange background: Black (#000000) at 5.78:1
  • WCAG 2.1 luminance: 23.9% — 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
  • Cinnamon Orange 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 orange-family colors are distinguished from greens and browns. For critical UI states, supplement color alone with shape, label, or pattern cues.

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

Cinnamon Orange in Industry: Branding, Design & Market Applications

Cinnamon Orange (#D2691E) is most at home in industries where enthusiasm, warmth, creativity, and accessibility are key brand values. Its medium quality makes it particularly effective in Food & Beverage contexts, where the moderately saturated saturation signals friendliness at exactly the right register.

  • 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: Apple, Microsoft, Salesforce) Works better for B2C tools and consumer products than for enterprise SaaS where trust and professionalism dominate.
  • Brand positioning: Cinnamon Orange 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, Cinnamon Orange works effectively in pricing callouts, casual branding, promotional elements—contexts where friendliness serves a secondary but reinforcing role.

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

Frequently Asked Questions

What is the hex code for Cinnamon Orange?
The hex code for Cinnamon Orange is #D2691E. Its RGB values are rgb(210, 105, 30) and its HSL values are hsl(25, 75%, 47%).
What does Cinnamon Orange 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 Cinnamon Orange WCAG accessible?
Cinnamon Orange (#D2691E) passes WCAG AA-large on white with a 3.63:1 contrast ratio. Its overall accessibility score is 39/100.
What colors go well with Cinnamon Orange?
Cinnamon Orange pairs well with its complementary color Maya Blue (#73C2FB). Analogous colors like Lava Red and Chestnut also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Cinnamon Orange used for?
Cinnamon Orange 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 Cinnamon Orange?
In CSS, use `color: #D2691E` or `background-color: #D2691E`. The CSS custom property is `--color-cinnamon-orange: #D2691E`. In Tailwind CSS, use the arbitrary value class `bg-[#D2691E]` for backgrounds or `text-[#D2691E]` for text.