HSL(31, 98%, 20%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(31,98%,20%)]

Color Conversions

Format Value CSS Usage
HSL hsl(31, 98%, 20%) color: hsl(31, 98%, 20%)
HEX #653501 color: #653501
RGB rgb(101, 53, 1) color: rgb(101, 53, 1)
CMYK cmyk(0%, 48%, 99%, 60%)
HSV hsv(31, 99%, 40%)
HWB hwb(31 0% 60%) color: hwb(31 0% 60%)
OKLCH oklch(0.3826 0.0897 59.23) color: oklch(0.3826 0.0897 59.23)
Lab lab(27.62 17.99 37.53) color: lab(27.62 17.99 37.53)
LCH lch(27.62 41.62 64.39) color: lch(27.62 41.62 64.39)

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 10.18:1
vs Black 2.06: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)

#50500E — rgb(80, 80, 14)

Deuteranopia (Green-blind)

#535711 — rgb(83, 87, 17)

Tritanopia (Blue-blind)

#63181A — rgb(99, 24, 26)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(31, 98%, 20%);

text

color: hsl(31, 98%, 20%);

border

border: 2px solid hsl(31, 98%, 20%);

gradient light

background: linear-gradient(to right, hsl(31, 98%, 40%), hsl(31, 98%, 20%));

gradient dark

background: linear-gradient(to right, hsl(31, 98%, 20%), hsl(31, 98%, 0%))

hex

background-color: #653501;

tailwind

bg-[hsl(31,98%,20%)]

box shadow

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

css variable

--color-primary: hsl(31, 98%, 20%);

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(31, 98%, 20%)?

HEX: #653501 | RGB: rgb(101, 53, 1) | CMYK: 0%, 48%, 99%, 60% | HSV: 31°, 99%, 40%. Copy any format from the conversion table above.

What colors go well with #653501?

The complementary color is HSL(211, 98%, 20%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(31, 98%, 20%) in CSS?

As HSL: color: hsl(31, 98%, 20%); — As HEX: color: #653501; — As RGB: color: rgb(101, 53, 1); — Tailwind CSS: bg-[hsl(31,98%,20%)] — CSS variable: --color-primary: hsl(31, 98%, 20%);