HSL(31, 45%, 7%)

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(31,45%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(31, 45%, 7%) color: hsl(31, 45%, 7%)
HEX #1A120A color: #1A120A
RGB rgb(26, 18, 10) color: rgb(26, 18, 10)
CMYK cmyk(0%, 31%, 62%, 90%)
HSV hsv(30, 62%, 10%)
HWB hwb(30 4% 90%) color: hwb(30 4% 90%)
OKLCH oklch(0.1899 0.0201 66.11) color: oklch(0.1899 0.0201 66.11)
Lab lab(6.09 2.31 5.06) color: lab(6.09 2.31 5.06)
LCH lch(6.09 5.56 65.46) color: lch(6.09 5.56 65.46)

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.51:1
vs Black 1.13: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)

#17160C — rgb(23, 22, 12)

Deuteranopia (Green-blind)

#17180C — rgb(23, 24, 12)

Tritanopia (Blue-blind)

#1A0D0E — rgb(26, 13, 14)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(31, 45%, 7%);

text

color: hsl(31, 45%, 7%);

border

border: 2px solid hsl(31, 45%, 7%);

gradient light

background: linear-gradient(to right, hsl(31, 45%, 27%), hsl(31, 45%, 7%));

gradient dark

background: linear-gradient(to right, hsl(31, 45%, 7%), hsl(31, 45%, 0%))

hex

background-color: #1A120A;

tailwind

bg-[hsl(31,45%,7%)]

box shadow

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

css variable

--color-primary: hsl(31, 45%, 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(31, 45%, 7%)?

HEX: #1A120A | RGB: rgb(26, 18, 10) | CMYK: 0%, 31%, 62%, 90% | HSV: 30°, 62%, 10%. Copy any format from the conversion table above.

What colors go well with #1A120A?

The complementary color is HSL(211, 45%, 7%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(31, 45%, 7%) in CSS?

As HSL: color: hsl(31, 45%, 7%); — As HEX: color: #1A120A; — As RGB: color: rgb(26, 18, 10); — Tailwind CSS: bg-[hsl(31,45%,7%)] — CSS variable: --color-primary: hsl(31, 45%, 7%);