HSL(31, 45%, 68%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(31,45%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(31, 45%, 68%) color: hsl(31, 45%, 68%)
HEX #D2AF89 color: #D2AF89
RGB rgb(210, 175, 137) color: rgb(210, 175, 137)
CMYK cmyk(0%, 17%, 35%, 18%)
HSV hsv(31, 35%, 82%)
HWB hwb(31 53% 18%) color: hwb(31 53% 18%)
OKLCH oklch(0.7757 0.0654 68.93) color: oklch(0.7757 0.0654 68.93)
Lab lab(73.66 7.32 24.25) color: lab(73.66 7.32 24.25)
LCH lch(73.66 25.33 73.2) color: lch(73.66 25.33 73.2)

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.05:1
vs Black 10.23: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)

#C3C392 — rgb(195, 195, 146)

Deuteranopia (Green-blind)

#C5C894 — rgb(197, 200, 148)

Tritanopia (Blue-blind)

#D0999B — rgb(208, 153, 155)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(31, 45%, 68%);

text

color: hsl(31, 45%, 68%);

border

border: 2px solid hsl(31, 45%, 68%);

gradient light

background: linear-gradient(to right, hsl(31, 45%, 88%), hsl(31, 45%, 68%));

gradient dark

background: linear-gradient(to right, hsl(31, 45%, 68%), hsl(31, 45%, 48%))

hex

background-color: #D2AF89;

tailwind

bg-[hsl(31,45%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(31, 45%, 68%, 0.4);

css variable

--color-primary: hsl(31, 45%, 68%);

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(31, 45%, 68%)?

HEX: #D2AF89 | RGB: rgb(210, 175, 137) | CMYK: 0%, 17%, 35%, 18% | HSV: 31°, 35%, 82%. Copy any format from the conversion table above.

What colors go well with #D2AF89?

The complementary color is HSL(211, 45%, 68%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(31, 45%, 68%) in CSS?

As HSL: color: hsl(31, 45%, 68%); — As HEX: color: #D2AF89; — As RGB: color: rgb(210, 175, 137); — Tailwind CSS: bg-[hsl(31,45%,68%)] — CSS variable: --color-primary: hsl(31, 45%, 68%);