HSL(16, 60%, 60%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(16,60%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(16, 60%, 60%) color: hsl(16, 60%, 60%)
HEX #D67C5C color: #D67C5C
RGB rgb(214, 124, 92) color: rgb(214, 124, 92)
CMYK cmyk(0%, 42%, 57%, 16%)
HSV hsv(16, 57%, 84%)
HWB hwb(16 36% 16%) color: hwb(16 36% 16%)
OKLCH oklch(0.6776 0.1211 40.19) color: oklch(0.6776 0.1211 40.19)
Lab lab(61.21 31.87 32.48) color: lab(61.21 31.87 32.48)
LCH lch(61.21 45.5 45.54) color: lch(61.21 45.5 45.54)

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.04:1
vs Black 6.9: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)

#AFAE64 — rgb(175, 174, 100)

Deuteranopia (Green-blind)

#B4BB66 — rgb(180, 187, 102)

Tritanopia (Blue-blind)

#D26A6B — rgb(210, 106, 107)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(16, 60%, 60%);

text

color: hsl(16, 60%, 60%);

border

border: 2px solid hsl(16, 60%, 60%);

gradient light

background: linear-gradient(to right, hsl(16, 60%, 80%), hsl(16, 60%, 60%));

gradient dark

background: linear-gradient(to right, hsl(16, 60%, 60%), hsl(16, 60%, 40%))

hex

background-color: #D67C5C;

tailwind

bg-[hsl(16,60%,60%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(16, 60%, 60%, 0.4);

css variable

--color-primary: hsl(16, 60%, 60%);

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(16, 60%, 60%)?

HEX: #D67C5C | RGB: rgb(214, 124, 92) | CMYK: 0%, 42%, 57%, 16% | HSV: 16°, 57%, 84%. Copy any format from the conversion table above.

What colors go well with #D67C5C?

The complementary color is HSL(196, 60%, 60%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(16, 60%, 60%) in CSS?

As HSL: color: hsl(16, 60%, 60%); — As HEX: color: #D67C5C; — As RGB: color: rgb(214, 124, 92); — Tailwind CSS: bg-[hsl(16,60%,60%)] — CSS variable: --color-primary: hsl(16, 60%, 60%);