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

Color Conversions

Format Value CSS Usage
HSL hsl(30, 100%, 14%) color: hsl(30, 100%, 14%)
HEX #472400 color: #472400
RGB rgb(71, 36, 0) color: rgb(71, 36, 0)
CMYK cmyk(0%, 49%, 100%, 72%)
HSV hsv(30, 100%, 28%)
HWB hwb(30 0% 72%) color: hwb(30 0% 72%)
OKLCH oklch(0.3014 0.0705 60.28) color: oklch(0.3014 0.0705 60.28)
Lab lab(18.37 13.79 26.93) color: lab(18.37 13.79 26.93)
LCH lch(18.37 30.26 62.88) color: lch(18.37 30.26 62.88)

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.81: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)

#383809 — rgb(56, 56, 9)

Deuteranopia (Green-blind)

#3A3D0B — rgb(58, 61, 11)

Tritanopia (Blue-blind)

#451011 — rgb(69, 16, 17)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #472400;

tailwind

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

box shadow

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

css variable

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

HEX: #472400 | RGB: rgb(71, 36, 0) | CMYK: 0%, 49%, 100%, 72% | HSV: 30°, 100%, 28%. Copy any format from the conversion table above.

What colors go well with #472400?

The complementary color is HSL(210, 100%, 14%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.

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

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