HSL(19, 40%, 31%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(19,40%,31%)]

Color Conversions

Format Value CSS Usage
HSL hsl(19, 40%, 31%) color: hsl(19, 40%, 31%)
HEX #6F432F color: #6F432F
RGB rgb(111, 67, 47) color: rgb(111, 67, 47)
CMYK cmyk(0%, 40%, 58%, 56%)
HSV hsv(19, 58%, 44%)
HWB hwb(19 18% 56%) color: hwb(19 18% 56%)
OKLCH oklch(0.4298 0.0687 44.92) color: oklch(0.4298 0.0687 44.92)
Lab lab(33.14 16.75 20.07) color: lab(33.14 16.75 20.07)
LCH lch(33.14 26.14 50.15) color: lch(33.14 26.14 50.15)

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 8.33:1
vs Black 2.52: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)

#5C5C34 — rgb(92, 92, 52)

Deuteranopia (Green-blind)

#5F6235 — rgb(95, 98, 53)

Tritanopia (Blue-blind)

#6D3839 — rgb(109, 56, 57)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(19, 40%, 31%);

text

color: hsl(19, 40%, 31%);

border

border: 2px solid hsl(19, 40%, 31%);

gradient light

background: linear-gradient(to right, hsl(19, 40%, 51%), hsl(19, 40%, 31%));

gradient dark

background: linear-gradient(to right, hsl(19, 40%, 31%), hsl(19, 40%, 11%))

hex

background-color: #6F432F;

tailwind

bg-[hsl(19,40%,31%)]

box shadow

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

css variable

--color-primary: hsl(19, 40%, 31%);

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(19, 40%, 31%)?

HEX: #6F432F | RGB: rgb(111, 67, 47) | CMYK: 0%, 40%, 58%, 56% | HSV: 19°, 58%, 44%. Copy any format from the conversion table above.

What colors go well with #6F432F?

The complementary color is HSL(199, 40%, 31%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(19, 40%, 31%) in CSS?

As HSL: color: hsl(19, 40%, 31%); — As HEX: color: #6F432F; — As RGB: color: rgb(111, 67, 47); — Tailwind CSS: bg-[hsl(19,40%,31%)] — CSS variable: --color-primary: hsl(19, 40%, 31%);