HSL(17, 71%, 56%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(17,71%,56%)]

Color Conversions

Format Value CSS Usage
HSL hsl(17, 71%, 56%) color: hsl(17, 71%, 56%)
HEX #DE6C3F color: #DE6C3F
RGB rgb(222, 108, 63) color: rgb(222, 108, 63)
CMYK cmyk(0%, 51%, 72%, 13%)
HSV hsv(17, 72%, 87%)
HWB hwb(17 24% 13%) color: hwb(17 24% 13%)
OKLCH oklch(0.6588 0.1546 41.22) color: oklch(0.6588 0.1546 41.22)
Lab lab(58.62 41.42 45.16) color: lab(58.62 41.42 45.16)
LCH lch(58.62 61.28 47.47) color: lch(58.62 61.28 47.47)

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 3.32:1
vs Black 6.32:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#ADAC4A — rgb(173, 172, 74)

Deuteranopia (Green-blind)

#B3BC4D — rgb(179, 188, 77)

Tritanopia (Blue-blind)

#D85254 — rgb(216, 82, 84)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(17, 71%, 56%);

text

color: hsl(17, 71%, 56%);

border

border: 2px solid hsl(17, 71%, 56%);

gradient light

background: linear-gradient(to right, hsl(17, 71%, 76%), hsl(17, 71%, 56%));

gradient dark

background: linear-gradient(to right, hsl(17, 71%, 56%), hsl(17, 71%, 36%))

hex

background-color: #DE6C3F;

tailwind

bg-[hsl(17,71%,56%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(17, 71%, 56%, 0.4);

css variable

--color-primary: hsl(17, 71%, 56%);

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(17, 71%, 56%)?

HEX: #DE6C3F | RGB: rgb(222, 108, 63) | CMYK: 0%, 51%, 72%, 13% | HSV: 17°, 72%, 87%. Copy any format from the conversion table above.

What colors go well with #DE6C3F?

The complementary color is HSL(197, 71%, 56%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(17, 71%, 56%) in CSS?

As HSL: color: hsl(17, 71%, 56%); — As HEX: color: #DE6C3F; — As RGB: color: rgb(222, 108, 63); — Tailwind CSS: bg-[hsl(17,71%,56%)] — CSS variable: --color-primary: hsl(17, 71%, 56%);