HSL(33, 20%, 81%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(33,20%,81%)]

Color Conversions

Format Value CSS Usage
HSL hsl(33, 20%, 81%) color: hsl(33, 20%, 81%)
HEX #D8D0C5 color: #D8D0C5
RGB rgb(216, 208, 197) color: rgb(216, 208, 197)
CMYK cmyk(0%, 4%, 9%, 15%)
HSV hsv(35, 9%, 85%)
HWB hwb(35 77% 15%) color: hwb(35 77% 15%)
OKLCH oklch(0.861 0.0174 76.1) color: oklch(0.861 0.0174 76.1)
Lab lab(83.83 0.87 6.44) color: lab(83.83 0.87 6.44)
LCH lch(83.83 6.5 82.31) color: lch(83.83 6.5 82.31)

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.53:1
vs Black 13.75: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)

#D5D4C8 — rgb(213, 212, 200)

Deuteranopia (Green-blind)

#D5D6C8 — rgb(213, 214, 200)

Tritanopia (Blue-blind)

#D8CACA — rgb(216, 202, 202)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(33, 20%, 81%);

text

color: hsl(33, 20%, 81%);

border

border: 2px solid hsl(33, 20%, 81%);

gradient light

background: linear-gradient(to right, hsl(33, 20%, 100%), hsl(33, 20%, 81%));

gradient dark

background: linear-gradient(to right, hsl(33, 20%, 81%), hsl(33, 20%, 61%))

hex

background-color: #D8D0C5;

tailwind

bg-[hsl(33,20%,81%)]

box shadow

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

css variable

--color-primary: hsl(33, 20%, 81%);

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(33, 20%, 81%)?

HEX: #D8D0C5 | RGB: rgb(216, 208, 197) | CMYK: 0%, 4%, 9%, 15% | HSV: 35°, 9%, 85%. Copy any format from the conversion table above.

What colors go well with #D8D0C5?

The complementary color is HSL(213, 20%, 81%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(33, 20%, 81%) in CSS?

As HSL: color: hsl(33, 20%, 81%); — As HEX: color: #D8D0C5; — As RGB: color: rgb(216, 208, 197); — Tailwind CSS: bg-[hsl(33,20%,81%)] — CSS variable: --color-primary: hsl(33, 20%, 81%);