HSL(333, 60%, 35%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(333,60%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(333, 60%, 35%) color: hsl(333, 60%, 35%)
HEX #8F2454 color: #8F2454
RGB rgb(143, 36, 84) color: rgb(143, 36, 84)
CMYK cmyk(0%, 75%, 41%, 44%)
HSV hsv(333, 75%, 56%)
HWB hwb(333 14% 44%) color: hwb(333 14% 44%)
OKLCH oklch(0.4456 0.1479 357.78) color: oklch(0.4456 0.1479 357.78)
Lab lab(33.44 48.15 -2.41) color: lab(33.44 48.15 -2.41)
LCH lch(33.44 48.21 357.13) color: lch(33.44 48.21 357.13)

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 8.24:1
vs Black 2.55:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#616048 — rgb(97, 96, 72)

Deuteranopia (Green-blind)

#676F46 — rgb(103, 111, 70)

Tritanopia (Blue-blind)

#8A3F3D — rgb(138, 63, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(333, 60%, 35%);

text

color: hsl(333, 60%, 35%);

border

border: 2px solid hsl(333, 60%, 35%);

gradient light

background: linear-gradient(to right, hsl(333, 60%, 55%), hsl(333, 60%, 35%));

gradient dark

background: linear-gradient(to right, hsl(333, 60%, 35%), hsl(333, 60%, 15%))

hex

background-color: #8F2454;

tailwind

bg-[hsl(333,60%,35%)]

box shadow

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

css variable

--color-primary: hsl(333, 60%, 35%);

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, 60%, 35%)?

HEX: #8F2454 | RGB: rgb(143, 36, 84) | CMYK: 0%, 75%, 41%, 44% | HSV: 333°, 75%, 56%. Copy any format from the conversion table above.

What colors go well with #8F2454?

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

As HSL: color: hsl(333, 60%, 35%); — As HEX: color: #8F2454; — As RGB: color: rgb(143, 36, 84); — Tailwind CSS: bg-[hsl(333,60%,35%)] — CSS variable: --color-primary: hsl(333, 60%, 35%);