HSL(20, 50%, 57%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(20,50%,57%)]

Color Conversions

Format Value CSS Usage
HSL hsl(20, 50%, 57%) color: hsl(20, 50%, 57%)
HEX #C87F5B color: #C87F5B
RGB rgb(200, 127, 91) color: rgb(200, 127, 91)
CMYK cmyk(0%, 37%, 55%, 22%)
HSV hsv(20, 55%, 78%)
HWB hwb(20 35% 22%) color: hwb(20 35% 22%)
OKLCH oklch(0.6651 0.1038 46.68) color: oklch(0.6651 0.1038 46.68)
Lab lab(60.08 24.53 31.23) color: lab(60.08 24.53 31.23)
LCH lch(60.08 39.71 51.85) color: lch(60.08 39.71 51.85)

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.16:1
vs Black 6.64: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)

#A8A864 — rgb(168, 168, 100)

Deuteranopia (Green-blind)

#ADB266 — rgb(173, 178, 102)

Tritanopia (Blue-blind)

#C46B6C — rgb(196, 107, 108)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(20, 50%, 57%);

text

color: hsl(20, 50%, 57%);

border

border: 2px solid hsl(20, 50%, 57%);

gradient light

background: linear-gradient(to right, hsl(20, 50%, 77%), hsl(20, 50%, 57%));

gradient dark

background: linear-gradient(to right, hsl(20, 50%, 57%), hsl(20, 50%, 37%))

hex

background-color: #C87F5B;

tailwind

bg-[hsl(20,50%,57%)]

box shadow

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

css variable

--color-primary: hsl(20, 50%, 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(20, 50%, 57%)?

HEX: #C87F5B | RGB: rgb(200, 127, 91) | CMYK: 0%, 37%, 55%, 22% | HSV: 20°, 55%, 78%. Copy any format from the conversion table above.

What colors go well with #C87F5B?

The complementary color is HSL(200, 50%, 57%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(20, 50%, 57%) in CSS?

As HSL: color: hsl(20, 50%, 57%); — As HEX: color: #C87F5B; — As RGB: color: rgb(200, 127, 91); — Tailwind CSS: bg-[hsl(20,50%,57%)] — CSS variable: --color-primary: hsl(20, 50%, 57%);