HSL(316, 83%, 21%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(316,83%,21%)]

Color Conversions

Format Value CSS Usage
HSL hsl(316, 83%, 21%) color: hsl(316, 83%, 21%)
HEX #62094A color: #62094A
RGB rgb(98, 9, 74) color: rgb(98, 9, 74)
CMYK cmyk(0%, 91%, 24%, 62%)
HSV hsv(316, 91%, 38%)
HWB hwb(316 3% 62%) color: hwb(316 3% 62%)
OKLCH oklch(0.3385 0.1359 342.53) color: oklch(0.3385 0.1359 342.53)
Lab lab(21.16 42.94 -15.19) color: lab(21.16 42.94 -15.19)
LCH lch(21.16 45.55 340.52) color: lch(21.16 45.55 340.52)

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 12.67:1
vs Black 1.66: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)

#3B3B3A — rgb(59, 59, 58)

Deuteranopia (Green-blind)

#414737 — rgb(65, 71, 55)

Tritanopia (Blue-blind)

#5E2E2B — rgb(94, 46, 43)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(316, 83%, 21%);

text

color: hsl(316, 83%, 21%);

border

border: 2px solid hsl(316, 83%, 21%);

gradient light

background: linear-gradient(to right, hsl(316, 83%, 41%), hsl(316, 83%, 21%));

gradient dark

background: linear-gradient(to right, hsl(316, 83%, 21%), hsl(316, 83%, 1%))

hex

background-color: #62094A;

tailwind

bg-[hsl(316,83%,21%)]

box shadow

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

css variable

--color-primary: hsl(316, 83%, 21%);

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(316, 83%, 21%)?

HEX: #62094A | RGB: rgb(98, 9, 74) | CMYK: 0%, 91%, 24%, 62% | HSV: 316°, 91%, 38%. Copy any format from the conversion table above.

What colors go well with #62094A?

The complementary color is HSL(136, 83%, 21%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(316, 83%, 21%) in CSS?

As HSL: color: hsl(316, 83%, 21%); — As HEX: color: #62094A; — As RGB: color: rgb(98, 9, 74); — Tailwind CSS: bg-[hsl(316,83%,21%)] — CSS variable: --color-primary: hsl(316, 83%, 21%);