HSL(306, 88%, 73%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(306,88%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(306, 88%, 73%) color: hsl(306, 88%, 73%)
HEX #F77EEB color: #F77EEB
RGB rgb(247, 126, 235) color: rgb(247, 126, 235)
CMYK cmyk(0%, 49%, 5%, 3%)
HSV hsv(306, 49%, 97%)
HWB hwb(306 49% 3%) color: hwb(306 49% 3%)
OKLCH oklch(0.7659 0.1956 331.12) color: oklch(0.7659 0.1956 331.12)
Lab lab(69.96 60.32 -34.66) color: lab(69.96 60.32 -34.66)
LCH lch(69.96 69.57 330.12) color: lch(69.96 69.57 330.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 2.3:1
vs Black 9.14: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)

#C3C2D1 — rgb(195, 194, 209)

Deuteranopia (Green-blind)

#CAD3CA — rgb(202, 211, 202)

Tritanopia (Blue-blind)

#F1BCB7 — rgb(241, 188, 183)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(306, 88%, 73%);

text

color: hsl(306, 88%, 73%);

border

border: 2px solid hsl(306, 88%, 73%);

gradient light

background: linear-gradient(to right, hsl(306, 88%, 93%), hsl(306, 88%, 73%));

gradient dark

background: linear-gradient(to right, hsl(306, 88%, 73%), hsl(306, 88%, 53%))

hex

background-color: #F77EEB;

tailwind

bg-[hsl(306,88%,73%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(306, 88%, 73%, 0.4);

css variable

--color-primary: hsl(306, 88%, 73%);

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(306, 88%, 73%)?

HEX: #F77EEB | RGB: rgb(247, 126, 235) | CMYK: 0%, 49%, 5%, 3% | HSV: 306°, 49%, 97%. Copy any format from the conversion table above.

What colors go well with #F77EEB?

The complementary color is HSL(126, 88%, 73%). For a triadic harmony, use hues 306°, 66°, and 186°. For analogous combinations, try hues 276° and 336°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(306, 88%, 73%) in CSS?

As HSL: color: hsl(306, 88%, 73%); — As HEX: color: #F77EEB; — As RGB: color: rgb(247, 126, 235); — Tailwind CSS: bg-[hsl(306,88%,73%)] — CSS variable: --color-primary: hsl(306, 88%, 73%);