HSL(32, 25%, 85%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(32,25%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(32, 25%, 85%) color: hsl(32, 25%, 85%)
HEX #E2D9CF color: #E2D9CF
RGB rgb(226, 217, 207) color: rgb(226, 217, 207)
CMYK cmyk(0%, 4%, 8%, 11%)
HSV hsv(32, 8%, 89%)
HWB hwb(32 82% 11%) color: hwb(32 82% 11%)
OKLCH oklch(0.8897 0.0168 70.52) color: oklch(0.8897 0.0168 70.52)
Lab lab(87.14 1.37 6.02) color: lab(87.14 1.37 6.02)
LCH lch(87.14 6.17 77.18) color: lch(87.14 6.17 77.18)

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.39:1
vs Black 15.06: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)

#DEDED1 — rgb(222, 222, 209)

Deuteranopia (Green-blind)

#DFDFD2 — rgb(223, 223, 210)

Tritanopia (Blue-blind)

#E2D3D4 — rgb(226, 211, 212)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(32, 25%, 85%);

text

color: hsl(32, 25%, 85%);

border

border: 2px solid hsl(32, 25%, 85%);

gradient light

background: linear-gradient(to right, hsl(32, 25%, 100%), hsl(32, 25%, 85%));

gradient dark

background: linear-gradient(to right, hsl(32, 25%, 85%), hsl(32, 25%, 65%))

hex

background-color: #E2D9CF;

tailwind

bg-[hsl(32,25%,85%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(32, 25%, 85%, 0.4);

css variable

--color-primary: hsl(32, 25%, 85%);

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(32, 25%, 85%)?

HEX: #E2D9CF | RGB: rgb(226, 217, 207) | CMYK: 0%, 4%, 8%, 11% | HSV: 32°, 8%, 89%. Copy any format from the conversion table above.

What colors go well with #E2D9CF?

The complementary color is HSL(212, 25%, 85%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(32, 25%, 85%) in CSS?

As HSL: color: hsl(32, 25%, 85%); — As HEX: color: #E2D9CF; — As RGB: color: rgb(226, 217, 207); — Tailwind CSS: bg-[hsl(32,25%,85%)] — CSS variable: --color-primary: hsl(32, 25%, 85%);