HSL(16, 80%, 7%)

Very Dark Orange — Orange color

Adjust Color

Color Information

Color Name

Very Dark Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(16,80%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(16, 80%, 7%) color: hsl(16, 80%, 7%)
HEX #200B04 color: #200B04
RGB rgb(32, 11, 4) color: rgb(32, 11, 4)
CMYK cmyk(0%, 66%, 88%, 87%)
HSV hsv(15, 88%, 13%)
HWB hwb(15 2% 87%) color: hwb(15 2% 87%)
OKLCH oklch(0.181 0.0397 42.14) color: oklch(0.181 0.0397 42.14)
Lab lab(5.02 8.58 6.03) color: lab(5.02 8.58 6.03)
LCH lch(5.02 10.49 35.1) color: lch(5.02 10.49 35.1)

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 18.9:1
vs Black 1.11: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)

#171706 — rgb(23, 23, 6)

Deuteranopia (Green-blind)

#181A06 — rgb(24, 26, 6)

Tritanopia (Blue-blind)

#1F0707 — rgb(31, 7, 7)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(16, 80%, 7%);

text

color: hsl(16, 80%, 7%);

border

border: 2px solid hsl(16, 80%, 7%);

gradient light

background: linear-gradient(to right, hsl(16, 80%, 27%), hsl(16, 80%, 7%));

gradient dark

background: linear-gradient(to right, hsl(16, 80%, 7%), hsl(16, 80%, 0%))

hex

background-color: #200B04;

tailwind

bg-[hsl(16,80%,7%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(16, 80%, 7%, 0.4);

css variable

--color-primary: hsl(16, 80%, 7%);

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(16, 80%, 7%)?

HEX: #200B04 | RGB: rgb(32, 11, 4) | CMYK: 0%, 66%, 88%, 87% | HSV: 15°, 88%, 13%. Copy any format from the conversion table above.

What colors go well with #200B04?

The complementary color is HSL(196, 80%, 7%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(16, 80%, 7%) in CSS?

As HSL: color: hsl(16, 80%, 7%); — As HEX: color: #200B04; — As RGB: color: rgb(32, 11, 4); — Tailwind CSS: bg-[hsl(16,80%,7%)] — CSS variable: --color-primary: hsl(16, 80%, 7%);