HSL(320, 90%, 83%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(320,90%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(320, 90%, 83%) color: hsl(320, 90%, 83%)
HEX #FBADE1 color: #FBADE1
RGB rgb(251, 173, 225) color: rgb(251, 173, 225)
CMYK cmyk(0%, 31%, 10%, 2%)
HSV hsv(320, 31%, 98%)
HWB hwb(320 68% 2%) color: hwb(320 68% 2%)
OKLCH oklch(0.8376 0.1119 339.78) color: oklch(0.8376 0.1119 339.78)
Lab lab(79.52 36.16 -14.57) color: lab(79.52 36.16 -14.57)
LCH lch(79.52 38.99 338.05) color: lch(79.52 38.99 338.05)

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.73:1
vs Black 12.17: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)

#D9D9D4 — rgb(217, 217, 212)

Deuteranopia (Green-blind)

#DEE4D1 — rgb(222, 228, 209)

Tritanopia (Blue-blind)

#F7CAC8 — rgb(247, 202, 200)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(320, 90%, 83%);

text

color: hsl(320, 90%, 83%);

border

border: 2px solid hsl(320, 90%, 83%);

gradient light

background: linear-gradient(to right, hsl(320, 90%, 100%), hsl(320, 90%, 83%));

gradient dark

background: linear-gradient(to right, hsl(320, 90%, 83%), hsl(320, 90%, 63%))

hex

background-color: #FBADE1;

tailwind

bg-[hsl(320,90%,83%)]

box shadow

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

css variable

--color-primary: hsl(320, 90%, 83%);

Related Colors

Use Cases for Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(320, 90%, 83%)?

HEX: #FBADE1 | RGB: rgb(251, 173, 225) | CMYK: 0%, 31%, 10%, 2% | HSV: 320°, 31%, 98%. Copy any format from the conversion table above.

What colors go well with #FBADE1?

The complementary color is HSL(140, 90%, 83%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(320, 90%, 83%) in CSS?

As HSL: color: hsl(320, 90%, 83%); — As HEX: color: #FBADE1; — As RGB: color: rgb(251, 173, 225); — Tailwind CSS: bg-[hsl(320,90%,83%)] — CSS variable: --color-primary: hsl(320, 90%, 83%);