HSL(36, 94%, 45%)

Vivid Orange — Orange color

Adjust Color

Color Information

Color Name

Vivid Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(36,94%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(36, 94%, 45%) color: hsl(36, 94%, 45%)
HEX #DF8807 color: #DF8807
RGB rgb(223, 136, 7) color: rgb(223, 136, 7)
CMYK cmyk(0%, 39%, 97%, 13%)
HSV hsv(36, 97%, 87%)
HWB hwb(36 3% 13%) color: hwb(36 3% 13%)
OKLCH oklch(0.7027 0.1553 65.83) color: oklch(0.7027 0.1553 65.83)
Lab lab(64.42 25.8 69.18) color: lab(64.42 25.8 69.18)
LCH lch(64.42 73.83 69.55) color: lch(64.42 73.83 69.55)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 2.74:1
vs Black 7.66:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#B9B926 — rgb(185, 185, 38)

Deuteranopia (Green-blind)

#BEC52E — rgb(190, 197, 46)

Tritanopia (Blue-blind)

#DB3F44 — rgb(219, 63, 68)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(36, 94%, 45%);

text

color: hsl(36, 94%, 45%);

border

border: 2px solid hsl(36, 94%, 45%);

gradient light

background: linear-gradient(to right, hsl(36, 94%, 65%), hsl(36, 94%, 45%));

gradient dark

background: linear-gradient(to right, hsl(36, 94%, 45%), hsl(36, 94%, 25%))

hex

background-color: #DF8807;

tailwind

bg-[hsl(36,94%,45%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(36, 94%, 45%, 0.4);

css variable

--color-primary: hsl(36, 94%, 45%);

Related Colors

Use Cases for Vivid Orange

E-commerce CTAs Food & beverage branding Energetic UI elements Sale tags Sunset themes

Frequently Asked Questions

What are all the color codes for HSL(36, 94%, 45%)?

HEX: #DF8807 | RGB: rgb(223, 136, 7) | CMYK: 0%, 39%, 97%, 13% | HSV: 36°, 97%, 87%. Copy any format from the conversion table above.

What colors go well with #DF8807?

The complementary color is HSL(216, 94%, 45%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(36, 94%, 45%) in CSS?

As HSL: color: hsl(36, 94%, 45%); — As HEX: color: #DF8807; — As RGB: color: rgb(223, 136, 7); — Tailwind CSS: bg-[hsl(36,94%,45%)] — CSS variable: --color-primary: hsl(36, 94%, 45%);