HSL(24, 70%, 10%)

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(24,70%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(24, 70%, 10%) color: hsl(24, 70%, 10%)
HEX #2B1608 color: #2B1608
RGB rgb(43, 22, 8) color: rgb(43, 22, 8)
CMYK cmyk(0%, 49%, 81%, 83%)
HSV hsv(24, 81%, 17%)
HWB hwb(24 3% 83%) color: hwb(24 3% 83%)
OKLCH oklch(0.2261 0.0416 52.94) color: oklch(0.2261 0.0416 52.94)
Lab lab(9.84 9.03 11.63) color: lab(9.84 9.03 11.63)
LCH lch(9.84 14.72 52.17) color: lch(9.84 14.72 52.17)

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 17.2:1
vs Black 1.22: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)

#22220B — rgb(34, 34, 11)

Deuteranopia (Green-blind)

#23250C — rgb(35, 37, 12)

Tritanopia (Blue-blind)

#2A0E0F — rgb(42, 14, 15)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(24, 70%, 10%);

text

color: hsl(24, 70%, 10%);

border

border: 2px solid hsl(24, 70%, 10%);

gradient light

background: linear-gradient(to right, hsl(24, 70%, 30%), hsl(24, 70%, 10%));

gradient dark

background: linear-gradient(to right, hsl(24, 70%, 10%), hsl(24, 70%, 0%))

hex

background-color: #2B1608;

tailwind

bg-[hsl(24,70%,10%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(24, 70%, 10%, 0.4);

css variable

--color-primary: hsl(24, 70%, 10%);

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(24, 70%, 10%)?

HEX: #2B1608 | RGB: rgb(43, 22, 8) | CMYK: 0%, 49%, 81%, 83% | HSV: 24°, 81%, 17%. Copy any format from the conversion table above.

What colors go well with #2B1608?

The complementary color is HSL(204, 70%, 10%). For a triadic harmony, use hues 24°, 144°, and 264°. For analogous combinations, try hues 354° and 54°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(24, 70%, 10%) in CSS?

As HSL: color: hsl(24, 70%, 10%); — As HEX: color: #2B1608; — As RGB: color: rgb(43, 22, 8); — Tailwind CSS: bg-[hsl(24,70%,10%)] — CSS variable: --color-primary: hsl(24, 70%, 10%);