HSL(311, 33%, 65%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(311,33%,65%)]

Color Conversions

Format Value CSS Usage
HSL hsl(311, 33%, 65%) color: hsl(311, 33%, 65%)
HEX #C388B8 color: #C388B8
RGB rgb(195, 136, 184) color: rgb(195, 136, 184)
CMYK cmyk(0%, 30%, 6%, 24%)
HSV hsv(311, 30%, 76%)
HWB hwb(311 53% 24%) color: hwb(311 53% 24%)
OKLCH oklch(0.7006 0.0961 333.36) color: oklch(0.7006 0.0961 333.36)
Lab lab(63.9 30.2 -16.08) color: lab(63.9 30.2 -16.08)
LCH lch(63.9 34.21 331.97) color: lch(63.9 34.21 331.97)

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.79:1
vs Black 7.53: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)

#A9A9AC — rgb(169, 169, 172)

Deuteranopia (Green-blind)

#ADB1AA — rgb(173, 177, 170)

Tritanopia (Blue-blind)

#C0A3A1 — rgb(192, 163, 161)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(311, 33%, 65%);

text

color: hsl(311, 33%, 65%);

border

border: 2px solid hsl(311, 33%, 65%);

gradient light

background: linear-gradient(to right, hsl(311, 33%, 85%), hsl(311, 33%, 65%));

gradient dark

background: linear-gradient(to right, hsl(311, 33%, 65%), hsl(311, 33%, 45%))

hex

background-color: #C388B8;

tailwind

bg-[hsl(311,33%,65%)]

box shadow

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

css variable

--color-primary: hsl(311, 33%, 65%);

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(311, 33%, 65%)?

HEX: #C388B8 | RGB: rgb(195, 136, 184) | CMYK: 0%, 30%, 6%, 24% | HSV: 311°, 30%, 76%. Copy any format from the conversion table above.

What colors go well with #C388B8?

The complementary color is HSL(131, 33%, 65%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(311, 33%, 65%) in CSS?

As HSL: color: hsl(311, 33%, 65%); — As HEX: color: #C388B8; — As RGB: color: rgb(195, 136, 184); — Tailwind CSS: bg-[hsl(311,33%,65%)] — CSS variable: --color-primary: hsl(311, 33%, 65%);