HSL(340, 80%, 48%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(340,80%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(340, 80%, 48%) color: hsl(340, 80%, 48%)
HEX #DC185A color: #DC185A
RGB rgb(220, 24, 90) color: rgb(220, 24, 90)
CMYK cmyk(0%, 89%, 59%, 14%)
HSV hsv(340, 89%, 86%)
HWB hwb(340 9% 14%) color: hwb(340 9% 14%)
OKLCH oklch(0.5783 0.2214 10.47) color: oklch(0.5783 0.2214 10.47)
Lab lab(47.77 71.85 16.21) color: lab(47.77 71.85 16.21)
LCH lch(47.77 73.66 12.71) color: lch(47.77 73.66 12.71)

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 4.86:1
vs Black 4.32: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)

#87854A — rgb(135, 133, 74)

Deuteranopia (Green-blind)

#93A146 — rgb(147, 161, 70)

Tritanopia (Blue-blind)

#D23D3B — rgb(210, 61, 59)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(340, 80%, 48%);

text

color: hsl(340, 80%, 48%);

border

border: 2px solid hsl(340, 80%, 48%);

gradient light

background: linear-gradient(to right, hsl(340, 80%, 68%), hsl(340, 80%, 48%));

gradient dark

background: linear-gradient(to right, hsl(340, 80%, 48%), hsl(340, 80%, 28%))

hex

background-color: #DC185A;

tailwind

bg-[hsl(340,80%,48%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(340, 80%, 48%, 0.4);

css variable

--color-primary: hsl(340, 80%, 48%);

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(340, 80%, 48%)?

HEX: #DC185A | RGB: rgb(220, 24, 90) | CMYK: 0%, 89%, 59%, 14% | HSV: 340°, 89%, 86%. Copy any format from the conversion table above.

What colors go well with #DC185A?

The complementary color is HSL(160, 80%, 48%). For a triadic harmony, use hues 340°, 100°, and 220°. For analogous combinations, try hues 310° and 10°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(340, 80%, 48%) in CSS?

As HSL: color: hsl(340, 80%, 48%); — As HEX: color: #DC185A; — As RGB: color: rgb(220, 24, 90); — Tailwind CSS: bg-[hsl(340,80%,48%)] — CSS variable: --color-primary: hsl(340, 80%, 48%);