HSL(16, 10%, 13%)

Very Dark Orange — Orange color

Adjust Color

Color Information

Color Name

Very Dark Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

bg-[hsl(16,10%,13%)]

Color Conversions

Format Value CSS Usage
HSL hsl(16, 10%, 13%) color: hsl(16, 10%, 13%)
HEX #24201E color: #24201E
RGB rgb(36, 32, 30) color: rgb(36, 32, 30)
CMYK cmyk(0%, 11%, 17%, 86%)
HSV hsv(20, 17%, 14%)
HWB hwb(20 12% 86%) color: hwb(20 12% 86%)
OKLCH oklch(0.2473 0.0072 48.41) color: oklch(0.2473 0.0072 48.41)
Lab lab(12.62 1.45 2.05) color: lab(12.62 1.45 2.05)
LCH lch(12.62 2.51 54.73) color: lch(12.62 2.51 54.73)

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.15:1
vs Black 1.3: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)

#22221E — rgb(34, 34, 30)

Deuteranopia (Green-blind)

#23231F — rgb(35, 35, 31)

Tritanopia (Blue-blind)

#241F1F — rgb(36, 31, 31)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(16, 10%, 13%);

text

color: hsl(16, 10%, 13%);

border

border: 2px solid hsl(16, 10%, 13%);

gradient light

background: linear-gradient(to right, hsl(16, 10%, 33%), hsl(16, 10%, 13%));

gradient dark

background: linear-gradient(to right, hsl(16, 10%, 13%), hsl(16, 10%, 0%))

hex

background-color: #24201E;

tailwind

bg-[hsl(16,10%,13%)]

box shadow

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

css variable

--color-primary: hsl(16, 10%, 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(16, 10%, 13%)?

HEX: #24201E | RGB: rgb(36, 32, 30) | CMYK: 0%, 11%, 17%, 86% | HSV: 20°, 17%, 14%. Copy any format from the conversion table above.

What colors go well with #24201E?

The complementary color is HSL(196, 10%, 13%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(16, 10%, 13%) in CSS?

As HSL: color: hsl(16, 10%, 13%); — As HEX: color: #24201E; — As RGB: color: rgb(36, 32, 30); — Tailwind CSS: bg-[hsl(16,10%,13%)] — CSS variable: --color-primary: hsl(16, 10%, 13%);