HSL(26, 30%, 13%)

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(26,30%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(26, 30%, 13%) color: hsl(26, 30%, 13%)
HEX #2B2017 color: #2B2017
RGB rgb(43, 32, 23) color: rgb(43, 32, 23)
CMYK cmyk(0%, 26%, 47%, 83%)
HSV hsv(27, 47%, 17%)
HWB hwb(27 9% 83%) color: hwb(27 9% 83%)
OKLCH oklch(0.2538 0.0235 60.75) color: oklch(0.2538 0.0235 60.75)
Lab lab(13.28 3.7 8.15) color: lab(13.28 3.7 8.15)
LCH lch(13.28 8.95 65.58) color: lch(13.28 8.95 65.58)

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 15.89:1
vs Black 1.32: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)

#262619 — rgb(38, 38, 25)

Deuteranopia (Green-blind)

#27281A — rgb(39, 40, 26)

Tritanopia (Blue-blind)

#2A1B1B — rgb(42, 27, 27)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(26, 30%, 13%);

text

color: hsl(26, 30%, 13%);

border

border: 2px solid hsl(26, 30%, 13%);

gradient light

background: linear-gradient(to right, hsl(26, 30%, 33%), hsl(26, 30%, 13%));

gradient dark

background: linear-gradient(to right, hsl(26, 30%, 13%), hsl(26, 30%, 0%))

hex

background-color: #2B2017;

tailwind

bg-[hsl(26,30%,13%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(26, 30%, 13%, 0.4);

css variable

--color-primary: hsl(26, 30%, 13%);

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(26, 30%, 13%)?

HEX: #2B2017 | RGB: rgb(43, 32, 23) | CMYK: 0%, 26%, 47%, 83% | HSV: 27°, 47%, 17%. Copy any format from the conversion table above.

What colors go well with #2B2017?

The complementary color is HSL(206, 30%, 13%). For a triadic harmony, use hues 26°, 146°, and 266°. For analogous combinations, try hues 356° and 56°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(26, 30%, 13%) in CSS?

As HSL: color: hsl(26, 30%, 13%); — As HEX: color: #2B2017; — As RGB: color: rgb(43, 32, 23); — Tailwind CSS: bg-[hsl(26,30%,13%)] — CSS variable: --color-primary: hsl(26, 30%, 13%);