HSL(332, 90%, 37%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(332,90%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(332, 90%, 37%) color: hsl(332, 90%, 37%)
HEX #B30959 color: #B30959
RGB rgb(179, 9, 89) color: rgb(179, 9, 89)
CMYK cmyk(0%, 95%, 50%, 30%)
HSV hsv(332, 95%, 70%)
HWB hwb(332 4% 30%) color: hwb(332 4% 30%)
OKLCH oklch(0.4977 0.1967 2.38) color: oklch(0.4977 0.1967 2.38)
Lab lab(38.73 63.91 2.95) color: lab(38.73 63.91 2.95)
LCH lch(38.73 63.98 2.64) color: lch(38.73 63.98 2.64)

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 6.77:1
vs Black 3.1:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#696846 — rgb(105, 104, 70)

Deuteranopia (Green-blind)

#738041 — rgb(115, 128, 65)

Tritanopia (Blue-blind)

#AB3633 — rgb(171, 54, 51)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(332, 90%, 37%);

text

color: hsl(332, 90%, 37%);

border

border: 2px solid hsl(332, 90%, 37%);

gradient light

background: linear-gradient(to right, hsl(332, 90%, 57%), hsl(332, 90%, 37%));

gradient dark

background: linear-gradient(to right, hsl(332, 90%, 37%), hsl(332, 90%, 17%))

hex

background-color: #B30959;

tailwind

bg-[hsl(332,90%,37%)]

box shadow

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

css variable

--color-primary: hsl(332, 90%, 37%);

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(332, 90%, 37%)?

HEX: #B30959 | RGB: rgb(179, 9, 89) | CMYK: 0%, 95%, 50%, 30% | HSV: 332°, 95%, 70%. Copy any format from the conversion table above.

What colors go well with #B30959?

The complementary color is HSL(152, 90%, 37%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(332, 90%, 37%) in CSS?

As HSL: color: hsl(332, 90%, 37%); — As HEX: color: #B30959; — As RGB: color: rgb(179, 9, 89); — Tailwind CSS: bg-[hsl(332,90%,37%)] — CSS variable: --color-primary: hsl(332, 90%, 37%);