HSL(21, 20%, 23%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(21,20%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(21, 20%, 23%) color: hsl(21, 20%, 23%)
HEX #46372F color: #46372F
RGB rgb(70, 55, 47) color: rgb(70, 55, 47)
CMYK cmyk(0%, 21%, 33%, 73%)
HSV hsv(21, 33%, 27%)
HWB hwb(21 18% 73%) color: hwb(21 18% 73%)
OKLCH oklch(0.3507 0.0254 49.57) color: oklch(0.3507 0.0254 49.57)
Lab lab(24.45 5.25 7.54) color: lab(24.45 5.25 7.54)
LCH lch(24.45 9.19 55.15) color: lch(24.45 9.19 55.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 11.36:1
vs Black 1.85: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)

#403F31 — rgb(64, 63, 49)

Deuteranopia (Green-blind)

#404231 — rgb(64, 66, 49)

Tritanopia (Blue-blind)

#453233 — rgb(69, 50, 51)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(21, 20%, 23%);

text

color: hsl(21, 20%, 23%);

border

border: 2px solid hsl(21, 20%, 23%);

gradient light

background: linear-gradient(to right, hsl(21, 20%, 43%), hsl(21, 20%, 23%));

gradient dark

background: linear-gradient(to right, hsl(21, 20%, 23%), hsl(21, 20%, 3%))

hex

background-color: #46372F;

tailwind

bg-[hsl(21,20%,23%)]

box shadow

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

css variable

--color-primary: hsl(21, 20%, 23%);

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(21, 20%, 23%)?

HEX: #46372F | RGB: rgb(70, 55, 47) | CMYK: 0%, 21%, 33%, 73% | HSV: 21°, 33%, 27%. Copy any format from the conversion table above.

What colors go well with #46372F?

The complementary color is HSL(201, 20%, 23%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(21, 20%, 23%) in CSS?

As HSL: color: hsl(21, 20%, 23%); — As HEX: color: #46372F; — As RGB: color: rgb(70, 55, 47); — Tailwind CSS: bg-[hsl(21,20%,23%)] — CSS variable: --color-primary: hsl(21, 20%, 23%);