HSL(17, 50%, 85%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(17,50%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(17, 50%, 85%) color: hsl(17, 50%, 85%)
HEX #ECD0C6 color: #ECD0C6
RGB rgb(236, 208, 198) color: rgb(236, 208, 198)
CMYK cmyk(0%, 12%, 16%, 7%)
HSV hsv(16, 16%, 93%)
HWB hwb(16 78% 7%) color: hwb(16 78% 7%)
OKLCH oklch(0.8782 0.0344 40.69) color: oklch(0.8782 0.0344 40.69)
Lab lab(85.52 8.17 8.54) color: lab(85.52 8.17 8.54)
LCH lch(85.52 11.82 46.27) color: lch(85.52 11.82 46.27)

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 1.46:1
vs Black 14.4: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)

#E0E0C8 — rgb(224, 224, 200)

Deuteranopia (Green-blind)

#E2E4C9 — rgb(226, 228, 201)

Tritanopia (Blue-blind)

#EBCACB — rgb(235, 202, 203)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(17, 50%, 85%);

text

color: hsl(17, 50%, 85%);

border

border: 2px solid hsl(17, 50%, 85%);

gradient light

background: linear-gradient(to right, hsl(17, 50%, 100%), hsl(17, 50%, 85%));

gradient dark

background: linear-gradient(to right, hsl(17, 50%, 85%), hsl(17, 50%, 65%))

hex

background-color: #ECD0C6;

tailwind

bg-[hsl(17,50%,85%)]

box shadow

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

css variable

--color-primary: hsl(17, 50%, 85%);

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, 50%, 85%)?

HEX: #ECD0C6 | RGB: rgb(236, 208, 198) | CMYK: 0%, 12%, 16%, 7% | HSV: 16°, 16%, 93%. Copy any format from the conversion table above.

What colors go well with #ECD0C6?

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

As HSL: color: hsl(17, 50%, 85%); — As HEX: color: #ECD0C6; — As RGB: color: rgb(236, 208, 198); — Tailwind CSS: bg-[hsl(17,50%,85%)] — CSS variable: --color-primary: hsl(17, 50%, 85%);