HSL(311, 90%, 69%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(311,90%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(311, 90%, 69%) color: hsl(311, 90%, 69%)
HEX #F769DD color: #F769DD
RGB rgb(247, 105, 221) color: rgb(247, 105, 221)
CMYK cmyk(0%, 57%, 11%, 3%)
HSV hsv(311, 57%, 97%)
HWB hwb(311 42% 3%) color: hwb(311 42% 3%)
OKLCH oklch(0.7334 0.2163 335.27) color: oklch(0.7334 0.2163 335.27)
Lab lab(65.83 67.61 -33.32) color: lab(65.83 67.61 -33.32)
LCH lch(65.83 75.37 333.76) color: lch(65.83 75.37 333.76)

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.62:1
vs Black 8.02: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)

#BAB8C1 — rgb(186, 184, 193)

Deuteranopia (Green-blind)

#C2CCBA — rgb(194, 204, 186)

Tritanopia (Blue-blind)

#F0ABA6 — rgb(240, 171, 166)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(311, 90%, 69%);

text

color: hsl(311, 90%, 69%);

border

border: 2px solid hsl(311, 90%, 69%);

gradient light

background: linear-gradient(to right, hsl(311, 90%, 89%), hsl(311, 90%, 69%));

gradient dark

background: linear-gradient(to right, hsl(311, 90%, 69%), hsl(311, 90%, 49%))

hex

background-color: #F769DD;

tailwind

bg-[hsl(311,90%,69%)]

box shadow

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

css variable

--color-primary: hsl(311, 90%, 69%);

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, 90%, 69%)?

HEX: #F769DD | RGB: rgb(247, 105, 221) | CMYK: 0%, 57%, 11%, 3% | HSV: 311°, 57%, 97%. Copy any format from the conversion table above.

What colors go well with #F769DD?

The complementary color is HSL(131, 90%, 69%). 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, 90%, 69%) in CSS?

As HSL: color: hsl(311, 90%, 69%); — As HEX: color: #F769DD; — As RGB: color: rgb(247, 105, 221); — Tailwind CSS: bg-[hsl(311,90%,69%)] — CSS variable: --color-primary: hsl(311, 90%, 69%);