HSL(41, 64%, 62%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(41,64%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(41, 64%, 62%) color: hsl(41, 64%, 62%)
HEX #DCB560 color: #DCB560
RGB rgb(220, 181, 96) color: rgb(220, 181, 96)
CMYK cmyk(0%, 18%, 56%, 14%)
HSV hsv(41, 56%, 86%)
HWB hwb(41 38% 14%) color: hwb(41 38% 14%)
OKLCH oklch(0.7905 0.1132 85.04) color: oklch(0.7905 0.1132 85.04)
Lab lab(75.52 4.11 48.01) color: lab(75.52 4.11 48.01)
LCH lch(75.52 48.19 85.11) color: lch(75.52 48.19 85.11)

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.94:1
vs Black 10.82: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)

#CBCB75 — rgb(203, 203, 117)

Deuteranopia (Green-blind)

#CDD07A — rgb(205, 208, 122)

Tritanopia (Blue-blind)

#DA8588 — rgb(218, 133, 136)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(41, 64%, 62%);

text

color: hsl(41, 64%, 62%);

border

border: 2px solid hsl(41, 64%, 62%);

gradient light

background: linear-gradient(to right, hsl(41, 64%, 82%), hsl(41, 64%, 62%));

gradient dark

background: linear-gradient(to right, hsl(41, 64%, 62%), hsl(41, 64%, 42%))

hex

background-color: #DCB560;

tailwind

bg-[hsl(41,64%,62%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(41, 64%, 62%, 0.4);

css variable

--color-primary: hsl(41, 64%, 62%);

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(41, 64%, 62%)?

HEX: #DCB560 | RGB: rgb(220, 181, 96) | CMYK: 0%, 18%, 56%, 14% | HSV: 41°, 56%, 86%. Copy any format from the conversion table above.

What colors go well with #DCB560?

The complementary color is HSL(221, 64%, 62%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(41, 64%, 62%) in CSS?

As HSL: color: hsl(41, 64%, 62%); — As HEX: color: #DCB560; — As RGB: color: rgb(220, 181, 96); — Tailwind CSS: bg-[hsl(41,64%,62%)] — CSS variable: --color-primary: hsl(41, 64%, 62%);