HSL(26, 79%, 15%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(26,79%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(26, 79%, 15%) color: hsl(26, 79%, 15%)
HEX #442208 color: #442208
RGB rgb(68, 34, 8) color: rgb(68, 34, 8)
CMYK cmyk(0%, 50%, 88%, 73%)
HSV hsv(26, 88%, 27%)
HWB hwb(26 3% 73%) color: hwb(26 3% 73%)
OKLCH oklch(0.2933 0.0637 54) color: oklch(0.2933 0.0637 54)
Lab lab(17.42 13.97 22.4) color: lab(17.42 13.97 22.4)
LCH lch(17.42 26.4 58.05) color: lch(17.42 26.4 58.05)

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 14.21:1
vs Black 1.48: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)

#35350E — rgb(53, 53, 14)

Deuteranopia (Green-blind)

#373A10 — rgb(55, 58, 16)

Tritanopia (Blue-blind)

#421314 — rgb(66, 19, 20)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(26, 79%, 15%);

text

color: hsl(26, 79%, 15%);

border

border: 2px solid hsl(26, 79%, 15%);

gradient light

background: linear-gradient(to right, hsl(26, 79%, 35%), hsl(26, 79%, 15%));

gradient dark

background: linear-gradient(to right, hsl(26, 79%, 15%), hsl(26, 79%, 0%))

hex

background-color: #442208;

tailwind

bg-[hsl(26,79%,15%)]

box shadow

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

css variable

--color-primary: hsl(26, 79%, 15%);

Related Colors

Use Cases for 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, 79%, 15%)?

HEX: #442208 | RGB: rgb(68, 34, 8) | CMYK: 0%, 50%, 88%, 73% | HSV: 26°, 88%, 27%. Copy any format from the conversion table above.

What colors go well with #442208?

The complementary color is HSL(206, 79%, 15%). 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, 79%, 15%) in CSS?

As HSL: color: hsl(26, 79%, 15%); — As HEX: color: #442208; — As RGB: color: rgb(68, 34, 8); — Tailwind CSS: bg-[hsl(26,79%,15%)] — CSS variable: --color-primary: hsl(26, 79%, 15%);