HSL(36, 79%, 14%)

Very Dark Orange — Orange color

Adjust Color

Color Information

Color Name

Very Dark Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(36,79%,14%)]

Color Conversions

Format Value CSS Usage
HSL hsl(36, 79%, 14%) color: hsl(36, 79%, 14%)
HEX #402907 color: #402907
RGB rgb(64, 41, 7) color: rgb(64, 41, 7)
CMYK cmyk(0%, 36%, 89%, 75%)
HSV hsv(36, 89%, 25%)
HWB hwb(36 3% 75%) color: hwb(36 3% 75%)
OKLCH oklch(0.3023 0.0578 72.25) color: oklch(0.3023 0.0578 72.25)
Lab lab(18.76 7.22 24.26) color: lab(18.76 7.22 24.26)
LCH lch(18.76 25.31 73.43) color: lch(18.76 25.31 73.43)

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 13.65:1
vs Black 1.54:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#36360F — rgb(54, 54, 15)

Deuteranopia (Green-blind)

#373911 — rgb(55, 57, 17)

Tritanopia (Blue-blind)

#3F1617 — rgb(63, 22, 23)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(36, 79%, 14%);

text

color: hsl(36, 79%, 14%);

border

border: 2px solid hsl(36, 79%, 14%);

gradient light

background: linear-gradient(to right, hsl(36, 79%, 34%), hsl(36, 79%, 14%));

gradient dark

background: linear-gradient(to right, hsl(36, 79%, 14%), hsl(36, 79%, 0%))

hex

background-color: #402907;

tailwind

bg-[hsl(36,79%,14%)]

box shadow

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

css variable

--color-primary: hsl(36, 79%, 14%);

Related Colors

Use Cases for Very Dark 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, 79%, 14%)?

HEX: #402907 | RGB: rgb(64, 41, 7) | CMYK: 0%, 36%, 89%, 75% | HSV: 36°, 89%, 25%. Copy any format from the conversion table above.

What colors go well with #402907?

The complementary color is HSL(216, 79%, 14%). 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, 79%, 14%) in CSS?

As HSL: color: hsl(36, 79%, 14%); — As HEX: color: #402907; — As RGB: color: rgb(64, 41, 7); — Tailwind CSS: bg-[hsl(36,79%,14%)] — CSS variable: --color-primary: hsl(36, 79%, 14%);