HSL(333, 83%, 67%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(333, 83%, 67%) color: hsl(333, 83%, 67%)
HEX #F165A4 color: #F165A4
RGB rgb(241, 101, 164) color: rgb(241, 101, 164)
CMYK cmyk(0%, 58%, 32%, 5%)
HSV hsv(333, 58%, 95%)
HWB hwb(333 40% 5%) color: hwb(333 40% 5%)
OKLCH oklch(0.6985 0.183 354.82) color: oklch(0.6985 0.183 354.82)
Lab lab(62.25 59.88 -6.55) color: lab(62.25 59.88 -6.55)
LCH lch(62.25 60.24 353.76) color: lch(62.25 60.24 353.76)

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 2.94:1
vs Black 7.14: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)

#B4B395 — rgb(180, 179, 149)

Deuteranopia (Green-blind)

#BDC791 — rgb(189, 199, 145)

Tritanopia (Blue-blind)

#EA8986 — rgb(234, 137, 134)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

background: linear-gradient(to right, hsl(333, 83%, 87%), hsl(333, 83%, 67%));

gradient dark

background: linear-gradient(to right, hsl(333, 83%, 67%), hsl(333, 83%, 47%))

hex

background-color: #F165A4;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(333, 83%, 67%);

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, 83%, 67%)?

HEX: #F165A4 | RGB: rgb(241, 101, 164) | CMYK: 0%, 58%, 32%, 5% | HSV: 333°, 58%, 95%. Copy any format from the conversion table above.

What colors go well with #F165A4?

The complementary color is HSL(153, 83%, 67%). 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, 83%, 67%) in CSS?

As HSL: color: hsl(333, 83%, 67%); — As HEX: color: #F165A4; — As RGB: color: rgb(241, 101, 164); — Tailwind CSS: bg-[hsl(333,83%,67%)] — CSS variable: --color-primary: hsl(333, 83%, 67%);