HSL(299, 89%, 85%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(299,89%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(299, 89%, 85%) color: hsl(299, 89%, 85%)
HEX #FAB7FB color: #FAB7FB
RGB rgb(250, 183, 251) color: rgb(250, 183, 251)
CMYK cmyk(0%, 27%, 0%, 2%)
HSV hsv(299, 27%, 98%)
HWB hwb(299 72% 2%) color: hwb(299 72% 2%)
OKLCH oklch(0.8626 0.1166 326.05) color: oklch(0.8626 0.1166 326.05)
Lab lab(82.46 35.08 -24.1) color: lab(82.46 35.08 -24.1)
LCH lch(82.46 42.56 325.51) color: lch(82.46 42.56 325.51)

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.59:1
vs Black 13.23: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)

#DDDCEB — rgb(221, 220, 235)

Deuteranopia (Green-blind)

#E1E6E7 — rgb(225, 230, 231)

Tritanopia (Blue-blind)

#F7DEDB — rgb(247, 222, 219)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(299, 89%, 85%);

text

color: hsl(299, 89%, 85%);

border

border: 2px solid hsl(299, 89%, 85%);

gradient light

background: linear-gradient(to right, hsl(299, 89%, 100%), hsl(299, 89%, 85%));

gradient dark

background: linear-gradient(to right, hsl(299, 89%, 85%), hsl(299, 89%, 65%))

hex

background-color: #FAB7FB;

tailwind

bg-[hsl(299,89%,85%)]

box shadow

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

css variable

--color-primary: hsl(299, 89%, 85%);

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(299, 89%, 85%)?

HEX: #FAB7FB | RGB: rgb(250, 183, 251) | CMYK: 0%, 27%, 0%, 2% | HSV: 299°, 27%, 98%. Copy any format from the conversion table above.

What colors go well with #FAB7FB?

The complementary color is HSL(119, 89%, 85%). For a triadic harmony, use hues 299°, 59°, and 179°. For analogous combinations, try hues 269° and 329°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(299, 89%, 85%) in CSS?

As HSL: color: hsl(299, 89%, 85%); — As HEX: color: #FAB7FB; — As RGB: color: rgb(250, 183, 251); — Tailwind CSS: bg-[hsl(299,89%,85%)] — CSS variable: --color-primary: hsl(299, 89%, 85%);