HSL(26, 20%, 19%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(26,20%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(26, 20%, 19%) color: hsl(26, 20%, 19%)
HEX #3A2F27 color: #3A2F27
RGB rgb(58, 47, 39) color: rgb(58, 47, 39)
CMYK cmyk(0%, 19%, 33%, 77%)
HSV hsv(25, 33%, 23%)
HWB hwb(25 15% 77%) color: hwb(25 15% 77%)
OKLCH oklch(0.3148 0.0212 57.9) color: oklch(0.3148 0.0212 57.9)
Lab lab(20.36 3.51 7.01) color: lab(20.36 3.51 7.01)
LCH lch(20.36 7.84 63.4) color: lch(20.36 7.84 63.4)

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 13:1
vs Black 1.62: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)

#353529 — rgb(53, 53, 41)

Deuteranopia (Green-blind)

#363729 — rgb(54, 55, 41)

Tritanopia (Blue-blind)

#392A2B — rgb(57, 42, 43)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(26, 20%, 19%);

text

color: hsl(26, 20%, 19%);

border

border: 2px solid hsl(26, 20%, 19%);

gradient light

background: linear-gradient(to right, hsl(26, 20%, 39%), hsl(26, 20%, 19%));

gradient dark

background: linear-gradient(to right, hsl(26, 20%, 19%), hsl(26, 20%, 0%))

hex

background-color: #3A2F27;

tailwind

bg-[hsl(26,20%,19%)]

box shadow

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

css variable

--color-primary: hsl(26, 20%, 19%);

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, 20%, 19%)?

HEX: #3A2F27 | RGB: rgb(58, 47, 39) | CMYK: 0%, 19%, 33%, 77% | HSV: 25°, 33%, 23%. Copy any format from the conversion table above.

What colors go well with #3A2F27?

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

As HSL: color: hsl(26, 20%, 19%); — As HEX: color: #3A2F27; — As RGB: color: rgb(58, 47, 39); — Tailwind CSS: bg-[hsl(26,20%,19%)] — CSS variable: --color-primary: hsl(26, 20%, 19%);