HSL(305, 100%, 84%)

Purple — Purple color

Adjust Color

Color Information

Color Name

Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(305,100%,84%)]

Color Conversions

Format Value CSS Usage
HSL hsl(305, 100%, 84%) color: hsl(305, 100%, 84%)
HEX #FFADF8 color: #FFADF8
RGB rgb(255, 173, 248) color: rgb(255, 173, 248)
CMYK cmyk(0%, 32%, 3%, 0%)
HSV hsv(305, 32%, 100%)
HWB hwb(305 68% 0%) color: hwb(305 68% 0%)
OKLCH oklch(0.85 0.1344 329.67) color: oklch(0.85 0.1344 329.67)
Lab lab(80.7 41.35 -25.14) color: lab(80.7 41.35 -25.14)
LCH lch(80.7 48.39 328.7) color: lch(80.7 48.39 328.7)

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.67:1
vs Black 12.58: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)

#DBDBE6 — rgb(219, 219, 230)

Deuteranopia (Green-blind)

#E0E6E2 — rgb(224, 230, 226)

Tritanopia (Blue-blind)

#FBD8D4 — rgb(251, 216, 212)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(305, 100%, 84%);

text

color: hsl(305, 100%, 84%);

border

border: 2px solid hsl(305, 100%, 84%);

gradient light

background: linear-gradient(to right, hsl(305, 100%, 100%), hsl(305, 100%, 84%));

gradient dark

background: linear-gradient(to right, hsl(305, 100%, 84%), hsl(305, 100%, 64%))

hex

background-color: #FFADF8;

tailwind

bg-[hsl(305,100%,84%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(305, 100%, 84%, 0.4);

css variable

--color-primary: hsl(305, 100%, 84%);

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(305, 100%, 84%)?

HEX: #FFADF8 | RGB: rgb(255, 173, 248) | CMYK: 0%, 32%, 3%, 0% | HSV: 305°, 32%, 100%. Copy any format from the conversion table above.

What colors go well with #FFADF8?

The complementary color is HSL(125, 100%, 84%). For a triadic harmony, use hues 305°, 65°, and 185°. For analogous combinations, try hues 275° and 335°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(305, 100%, 84%) in CSS?

As HSL: color: hsl(305, 100%, 84%); — As HEX: color: #FFADF8; — As RGB: color: rgb(255, 173, 248); — Tailwind CSS: bg-[hsl(305,100%,84%)] — CSS variable: --color-primary: hsl(305, 100%, 84%);