HSL(39, 63%, 4%)

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(39,63%,4%)]

Color Conversions

Format Value CSS Usage
HSL hsl(39, 63%, 4%) color: hsl(39, 63%, 4%)
HEX #110C04 color: #110C04
RGB rgb(17, 12, 4) color: rgb(17, 12, 4)
CMYK cmyk(0%, 29%, 76%, 93%)
HSV hsv(37, 76%, 7%)
HWB hwb(37 2% 93%) color: hwb(37 2% 93%)
OKLCH oklch(0.1579 0.0201 82.74) color: oklch(0.1579 0.0201 82.74)
Lab lab(3.53 0.53 3.66) color: lab(3.53 0.53 3.66)
LCH lch(3.53 3.7 81.76) color: lch(3.53 3.7 81.76)

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 19.48:1
vs Black 1.08: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)

#0F0F06 — rgb(15, 15, 6)

Deuteranopia (Green-blind)

#0F1006 — rgb(15, 16, 6)

Tritanopia (Blue-blind)

#110708 — rgb(17, 7, 8)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(39, 63%, 4%);

text

color: hsl(39, 63%, 4%);

border

border: 2px solid hsl(39, 63%, 4%);

gradient light

background: linear-gradient(to right, hsl(39, 63%, 24%), hsl(39, 63%, 4%));

gradient dark

background: linear-gradient(to right, hsl(39, 63%, 4%), hsl(39, 63%, 0%))

hex

background-color: #110C04;

tailwind

bg-[hsl(39,63%,4%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(39, 63%, 4%, 0.4);

css variable

--color-primary: hsl(39, 63%, 4%);

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(39, 63%, 4%)?

HEX: #110C04 | RGB: rgb(17, 12, 4) | CMYK: 0%, 29%, 76%, 93% | HSV: 37°, 76%, 7%. Copy any format from the conversion table above.

What colors go well with #110C04?

The complementary color is HSL(219, 63%, 4%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(39, 63%, 4%) in CSS?

As HSL: color: hsl(39, 63%, 4%); — As HEX: color: #110C04; — As RGB: color: rgb(17, 12, 4); — Tailwind CSS: bg-[hsl(39,63%,4%)] — CSS variable: --color-primary: hsl(39, 63%, 4%);