HSL(34, 90%, 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(34,90%,9%)]

Color Conversions

Format Value CSS Usage
HSL hsl(34, 90%, 9%) color: hsl(34, 90%, 9%)
HEX #2C1A02 color: #2C1A02
RGB rgb(44, 26, 2) color: rgb(44, 26, 2)
CMYK cmyk(0%, 41%, 95%, 83%)
HSV hsv(34, 95%, 17%)
HWB hwb(34 1% 83%) color: hwb(34 1% 83%)
OKLCH oklch(0.2361 0.0474 71.63) color: oklch(0.2361 0.0474 71.63)
Lab lab(11.13 6.2 15.9) color: lab(11.13 6.2 15.9)
LCH lch(11.13 17.07 68.7) color: lch(11.13 17.07 68.7)

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.72:1
vs Black 1.26: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)

#242408 — rgb(36, 36, 8)

Deuteranopia (Green-blind)

#252709 — rgb(37, 39, 9)

Tritanopia (Blue-blind)

#2B0C0D — rgb(43, 12, 13)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(34, 90%, 9%);

text

color: hsl(34, 90%, 9%);

border

border: 2px solid hsl(34, 90%, 9%);

gradient light

background: linear-gradient(to right, hsl(34, 90%, 29%), hsl(34, 90%, 9%));

gradient dark

background: linear-gradient(to right, hsl(34, 90%, 9%), hsl(34, 90%, 0%))

hex

background-color: #2C1A02;

tailwind

bg-[hsl(34,90%,9%)]

box shadow

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

css variable

--color-primary: hsl(34, 90%, 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(34, 90%, 9%)?

HEX: #2C1A02 | RGB: rgb(44, 26, 2) | CMYK: 0%, 41%, 95%, 83% | HSV: 34°, 95%, 17%. Copy any format from the conversion table above.

What colors go well with #2C1A02?

The complementary color is HSL(214, 90%, 9%). For a triadic harmony, use hues 34°, 154°, and 274°. For analogous combinations, try hues 4° and 64°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(34, 90%, 9%) in CSS?

As HSL: color: hsl(34, 90%, 9%); — As HEX: color: #2C1A02; — As RGB: color: rgb(44, 26, 2); — Tailwind CSS: bg-[hsl(34,90%,9%)] — CSS variable: --color-primary: hsl(34, 90%, 9%);