HSL(32, 91%, 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(32,91%,14%)]

Color Conversions

Format Value CSS Usage
HSL hsl(32, 91%, 14%) color: hsl(32, 91%, 14%)
HEX #442603 color: #442603
RGB rgb(68, 38, 3) color: rgb(68, 38, 3)
CMYK cmyk(0%, 44%, 96%, 73%)
HSV hsv(32, 96%, 27%)
HWB hwb(32 1% 73%) color: hwb(32 1% 73%)
OKLCH oklch(0.3012 0.0647 64.43) color: oklch(0.3012 0.0647 64.43)
Lab lab(18.46 11.1 25.69) color: lab(18.46 11.1 25.69)
LCH lch(18.46 27.99 66.63) color: lch(18.46 27.99 66.63)

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.78:1
vs Black 1.52: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)

#37370B — rgb(55, 55, 11)

Deuteranopia (Green-blind)

#393B0E — rgb(57, 59, 14)

Tritanopia (Blue-blind)

#431214 — rgb(67, 18, 20)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(32, 91%, 14%);

text

color: hsl(32, 91%, 14%);

border

border: 2px solid hsl(32, 91%, 14%);

gradient light

background: linear-gradient(to right, hsl(32, 91%, 34%), hsl(32, 91%, 14%));

gradient dark

background: linear-gradient(to right, hsl(32, 91%, 14%), hsl(32, 91%, 0%))

hex

background-color: #442603;

tailwind

bg-[hsl(32,91%,14%)]

box shadow

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

css variable

--color-primary: hsl(32, 91%, 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(32, 91%, 14%)?

HEX: #442603 | RGB: rgb(68, 38, 3) | CMYK: 0%, 44%, 96%, 73% | HSV: 32°, 96%, 27%. Copy any format from the conversion table above.

What colors go well with #442603?

The complementary color is HSL(212, 91%, 14%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(32, 91%, 14%) in CSS?

As HSL: color: hsl(32, 91%, 14%); — As HEX: color: #442603; — As RGB: color: rgb(68, 38, 3); — Tailwind CSS: bg-[hsl(32,91%,14%)] — CSS variable: --color-primary: hsl(32, 91%, 14%);