HSL(40, 100%, 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(40,100%,14%)]

Color Conversions

Format Value CSS Usage
HSL hsl(40, 100%, 14%) color: hsl(40, 100%, 14%)
HEX #473000 color: #473000
RGB rgb(71, 48, 0) color: rgb(71, 48, 0)
CMYK cmyk(0%, 32%, 100%, 72%)
HSV hsv(41, 100%, 28%)
HWB hwb(41 0% 72%) color: hwb(41 0% 72%)
OKLCH oklch(0.3278 0.068 79.61) color: oklch(0.3278 0.068 79.61)
Lab lab(21.78 5.95 30.76) color: lab(21.78 5.95 30.76)
LCH lch(21.78 31.33 79.05) color: lch(21.78 31.33 79.05)

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 12.42:1
vs Black 1.69: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)

#3D3D0C — rgb(61, 61, 12)

Deuteranopia (Green-blind)

#3E400E — rgb(62, 64, 14)

Tritanopia (Blue-blind)

#461517 — rgb(70, 21, 23)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(40, 100%, 14%);

text

color: hsl(40, 100%, 14%);

border

border: 2px solid hsl(40, 100%, 14%);

gradient light

background: linear-gradient(to right, hsl(40, 100%, 34%), hsl(40, 100%, 14%));

gradient dark

background: linear-gradient(to right, hsl(40, 100%, 14%), hsl(40, 100%, 0%))

hex

background-color: #473000;

tailwind

bg-[hsl(40,100%,14%)]

box shadow

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

css variable

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

HEX: #473000 | RGB: rgb(71, 48, 0) | CMYK: 0%, 32%, 100%, 72% | HSV: 41°, 100%, 28%. Copy any format from the conversion table above.

What colors go well with #473000?

The complementary color is HSL(220, 100%, 14%). For a triadic harmony, use hues 40°, 160°, and 280°. For analogous combinations, try hues 10° and 70°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(40, 100%, 14%) in CSS?

As HSL: color: hsl(40, 100%, 14%); — As HEX: color: #473000; — As RGB: color: rgb(71, 48, 0); — Tailwind CSS: bg-[hsl(40,100%,14%)] — CSS variable: --color-primary: hsl(40, 100%, 14%);