HSL(32, 62%, 57%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(32,62%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(32, 62%, 57%) color: hsl(32, 62%, 57%)
HEX #D5964D color: #D5964D
RGB rgb(213, 150, 77) color: rgb(213, 150, 77)
CMYK cmyk(0%, 30%, 64%, 16%)
HSV hsv(32, 64%, 84%)
HWB hwb(32 30% 16%) color: hwb(32 30% 16%)
OKLCH oklch(0.7207 0.1173 68.02) color: oklch(0.7207 0.1173 68.02)
Lab lab(66.9 16.4 47.11) color: lab(66.9 16.4 47.11)
LCH lch(66.9 49.88 70.81) color: lch(66.9 49.88 70.81)

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 2.53:1
vs Black 8.3:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#BAB95F — rgb(186, 185, 95)

Deuteranopia (Green-blind)

#BDC263 — rgb(189, 194, 99)

Tritanopia (Blue-blind)

#D26D70 — rgb(210, 109, 112)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(32, 62%, 57%);

text

color: hsl(32, 62%, 57%);

border

border: 2px solid hsl(32, 62%, 57%);

gradient light

background: linear-gradient(to right, hsl(32, 62%, 77%), hsl(32, 62%, 57%));

gradient dark

background: linear-gradient(to right, hsl(32, 62%, 57%), hsl(32, 62%, 37%))

hex

background-color: #D5964D;

tailwind

bg-[hsl(32,62%,57%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(32, 62%, 57%, 0.4);

css variable

--color-primary: hsl(32, 62%, 57%);

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(32, 62%, 57%)?

HEX: #D5964D | RGB: rgb(213, 150, 77) | CMYK: 0%, 30%, 64%, 16% | HSV: 32°, 64%, 84%. Copy any format from the conversion table above.

What colors go well with #D5964D?

The complementary color is HSL(212, 62%, 57%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(32, 62%, 57%) in CSS?

As HSL: color: hsl(32, 62%, 57%); — As HEX: color: #D5964D; — As RGB: color: rgb(213, 150, 77); — Tailwind CSS: bg-[hsl(32,62%,57%)] — CSS variable: --color-primary: hsl(32, 62%, 57%);