HSL(17, 75%, 72%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(17,75%,72%)]

Color Conversions

Format Value CSS Usage
HSL hsl(17, 75%, 72%) color: hsl(17, 75%, 72%)
HEX #EDA082 color: #EDA082
RGB rgb(237, 160, 130) color: rgb(237, 160, 130)
CMYK cmyk(0%, 32%, 45%, 7%)
HSV hsv(17, 45%, 93%)
HWB hwb(17 51% 7%) color: hwb(17 51% 7%)
OKLCH oklch(0.7744 0.1013 42.08) color: oklch(0.7744 0.1013 42.08)
Lab lab(72.73 25.22 27.28) color: lab(72.73 25.22 27.28)
LCH lch(72.73 37.15 47.25) color: lch(72.73 37.15 47.25)

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.11:1
vs Black 9.95: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)

#CCCB89 — rgb(204, 203, 137)

Deuteranopia (Green-blind)

#D0D68B — rgb(208, 214, 139)

Tritanopia (Blue-blind)

#E98F90 — rgb(233, 143, 144)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(17, 75%, 72%);

text

color: hsl(17, 75%, 72%);

border

border: 2px solid hsl(17, 75%, 72%);

gradient light

background: linear-gradient(to right, hsl(17, 75%, 92%), hsl(17, 75%, 72%));

gradient dark

background: linear-gradient(to right, hsl(17, 75%, 72%), hsl(17, 75%, 52%))

hex

background-color: #EDA082;

tailwind

bg-[hsl(17,75%,72%)]

box shadow

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

css variable

--color-primary: hsl(17, 75%, 72%);

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, 75%, 72%)?

HEX: #EDA082 | RGB: rgb(237, 160, 130) | CMYK: 0%, 32%, 45%, 7% | HSV: 17°, 45%, 93%. Copy any format from the conversion table above.

What colors go well with #EDA082?

The complementary color is HSL(197, 75%, 72%). 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, 75%, 72%) in CSS?

As HSL: color: hsl(17, 75%, 72%); — As HEX: color: #EDA082; — As RGB: color: rgb(237, 160, 130); — Tailwind CSS: bg-[hsl(17,75%,72%)] — CSS variable: --color-primary: hsl(17, 75%, 72%);