HSL(36, 97%, 9%)

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(36,97%,9%)]

Color Conversions

Format Value CSS Usage
HSL hsl(36, 97%, 9%) color: hsl(36, 97%, 9%)
HEX #2D1B01 color: #2D1B01
RGB rgb(45, 27, 1) color: rgb(45, 27, 1)
CMYK cmyk(0%, 40%, 98%, 82%)
HSV hsv(35, 98%, 18%)
HWB hwb(35 0% 82%) color: hwb(35 0% 82%)
OKLCH oklch(0.2399 0.0493 73.68) color: oklch(0.2399 0.0493 73.68)
Lab lab(11.58 5.97 16.96) color: lab(11.58 5.97 16.96)
LCH lch(11.58 17.98 70.61) color: lch(11.58 17.98 70.61)

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 16.55:1
vs Black 1.27: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)

#252507 — rgb(37, 37, 7)

Deuteranopia (Green-blind)

#262809 — rgb(38, 40, 9)

Tritanopia (Blue-blind)

#2C0C0D — rgb(44, 12, 13)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(36, 97%, 9%);

text

color: hsl(36, 97%, 9%);

border

border: 2px solid hsl(36, 97%, 9%);

gradient light

background: linear-gradient(to right, hsl(36, 97%, 29%), hsl(36, 97%, 9%));

gradient dark

background: linear-gradient(to right, hsl(36, 97%, 9%), hsl(36, 97%, 0%))

hex

background-color: #2D1B01;

tailwind

bg-[hsl(36,97%,9%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(36, 97%, 9%, 0.4);

css variable

--color-primary: hsl(36, 97%, 9%);

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(36, 97%, 9%)?

HEX: #2D1B01 | RGB: rgb(45, 27, 1) | CMYK: 0%, 40%, 98%, 82% | HSV: 35°, 98%, 18%. Copy any format from the conversion table above.

What colors go well with #2D1B01?

The complementary color is HSL(216, 97%, 9%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(36, 97%, 9%) in CSS?

As HSL: color: hsl(36, 97%, 9%); — As HEX: color: #2D1B01; — As RGB: color: rgb(45, 27, 1); — Tailwind CSS: bg-[hsl(36,97%,9%)] — CSS variable: --color-primary: hsl(36, 97%, 9%);