HSL(307, 33%, 83%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(307,33%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(307, 33%, 83%) color: hsl(307, 33%, 83%)
HEX #E2C5DF color: #E2C5DF
RGB rgb(226, 197, 223) color: rgb(226, 197, 223)
CMYK cmyk(0%, 13%, 1%, 11%)
HSV hsv(306, 13%, 89%)
HWB hwb(306 77% 11%) color: hwb(306 77% 11%)
OKLCH oklch(0.8557 0.0475 329.31) color: oklch(0.8557 0.0475 329.31)
Lab lab(82.61 14.68 -9.13) color: lab(82.61 14.68 -9.13)
LCH lch(82.61 17.29 328.12) color: lch(82.61 17.29 328.12)

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.58:1
vs Black 13.29: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)

#D5D5D9 — rgb(213, 213, 217)

Deuteranopia (Green-blind)

#D7D9D7 — rgb(215, 217, 215)

Tritanopia (Blue-blind)

#E1D4D3 — rgb(225, 212, 211)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(307, 33%, 83%);

text

color: hsl(307, 33%, 83%);

border

border: 2px solid hsl(307, 33%, 83%);

gradient light

background: linear-gradient(to right, hsl(307, 33%, 100%), hsl(307, 33%, 83%));

gradient dark

background: linear-gradient(to right, hsl(307, 33%, 83%), hsl(307, 33%, 63%))

hex

background-color: #E2C5DF;

tailwind

bg-[hsl(307,33%,83%)]

box shadow

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

css variable

--color-primary: hsl(307, 33%, 83%);

Related Colors

Use Cases for Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(307, 33%, 83%)?

HEX: #E2C5DF | RGB: rgb(226, 197, 223) | CMYK: 0%, 13%, 1%, 11% | HSV: 306°, 13%, 89%. Copy any format from the conversion table above.

What colors go well with #E2C5DF?

The complementary color is HSL(127, 33%, 83%). For a triadic harmony, use hues 307°, 67°, and 187°. For analogous combinations, try hues 277° and 337°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(307, 33%, 83%) in CSS?

As HSL: color: hsl(307, 33%, 83%); — As HEX: color: #E2C5DF; — As RGB: color: rgb(226, 197, 223); — Tailwind CSS: bg-[hsl(307,33%,83%)] — CSS variable: --color-primary: hsl(307, 33%, 83%);