HSL(319, 90%, 83%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(319, 90%, 83%) color: hsl(319, 90%, 83%)
HEX #FBADE2 color: #FBADE2
RGB rgb(251, 173, 226) color: rgb(251, 173, 226)
CMYK cmyk(0%, 31%, 10%, 2%)
HSV hsv(319, 31%, 98%)
HWB hwb(319 68% 2%) color: hwb(319 68% 2%)
OKLCH oklch(0.838 0.1127 339.19) color: oklch(0.838 0.1127 339.19)
Lab lab(79.55 36.33 -15.06) color: lab(79.55 36.33 -15.06)
LCH lch(79.55 39.33 337.48) color: lch(79.55 39.33 337.48)

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.72:1
vs Black 12.18: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)

#D9D9D5 — rgb(217, 217, 213)

Deuteranopia (Green-blind)

#DEE4D2 — rgb(222, 228, 210)

Tritanopia (Blue-blind)

#F7CBC9 — rgb(247, 203, 201)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #FBADE2;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(319, 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(319, 90%, 83%)?

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

What colors go well with #FBADE2?

The complementary color is HSL(139, 90%, 83%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.

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

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