HSL(333, 50%, 83%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(333,50%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(333, 50%, 83%) color: hsl(333, 50%, 83%)
HEX #E9BED1 color: #E9BED1
RGB rgb(233, 190, 209) color: rgb(233, 190, 209)
CMYK cmyk(0%, 18%, 10%, 9%)
HSV hsv(333, 18%, 91%)
HWB hwb(333 75% 9%) color: hwb(333 75% 9%)
OKLCH oklch(0.8446 0.0549 349.97) color: oklch(0.8446 0.0549 349.97)
Lab lab(81.16 18.38 -3.7) color: lab(81.16 18.38 -3.7)
LCH lch(81.16 18.75 348.62) color: lch(81.16 18.75 348.62)

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.65:1
vs Black 12.75: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)

#D6D6CC — rgb(214, 214, 204)

Deuteranopia (Green-blind)

#D9DCCB — rgb(217, 220, 203)

Tritanopia (Blue-blind)

#E7C9C8 — rgb(231, 201, 200)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(333, 50%, 83%);

text

color: hsl(333, 50%, 83%);

border

border: 2px solid hsl(333, 50%, 83%);

gradient light

background: linear-gradient(to right, hsl(333, 50%, 100%), hsl(333, 50%, 83%));

gradient dark

background: linear-gradient(to right, hsl(333, 50%, 83%), hsl(333, 50%, 63%))

hex

background-color: #E9BED1;

tailwind

bg-[hsl(333,50%,83%)]

box shadow

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

css variable

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

HEX: #E9BED1 | RGB: rgb(233, 190, 209) | CMYK: 0%, 18%, 10%, 9% | HSV: 333°, 18%, 91%. Copy any format from the conversion table above.

What colors go well with #E9BED1?

The complementary color is HSL(153, 50%, 83%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(333, 50%, 83%) in CSS?

As HSL: color: hsl(333, 50%, 83%); — As HEX: color: #E9BED1; — As RGB: color: rgb(233, 190, 209); — Tailwind CSS: bg-[hsl(333,50%,83%)] — CSS variable: --color-primary: hsl(333, 50%, 83%);