HSL(337, 24%, 81%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(337,24%,81%)]

Color Conversions

Format Value CSS Usage
HSL hsl(337, 24%, 81%) color: hsl(337, 24%, 81%)
HEX #DAC3CC color: #DAC3CC
RGB rgb(218, 195, 204) color: rgb(218, 195, 204)
CMYK cmyk(0%, 11%, 6%, 15%)
HSV hsv(337, 11%, 85%)
HWB hwb(337 76% 15%) color: hwb(337 76% 15%)
OKLCH oklch(0.839 0.0285 352.07) color: oklch(0.839 0.0285 352.07)
Lab lab(80.9 9.62 -1.54) color: lab(80.9 9.62 -1.54)
LCH lch(80.9 9.74 350.91) color: lch(80.9 9.74 350.91)

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

#D0D0CA — rgb(208, 208, 202)

Deuteranopia (Green-blind)

#D1D3C9 — rgb(209, 211, 201)

Tritanopia (Blue-blind)

#D9C8C8 — rgb(217, 200, 200)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(337, 24%, 81%);

text

color: hsl(337, 24%, 81%);

border

border: 2px solid hsl(337, 24%, 81%);

gradient light

background: linear-gradient(to right, hsl(337, 24%, 100%), hsl(337, 24%, 81%));

gradient dark

background: linear-gradient(to right, hsl(337, 24%, 81%), hsl(337, 24%, 61%))

hex

background-color: #DAC3CC;

tailwind

bg-[hsl(337,24%,81%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(337, 24%, 81%, 0.4);

css variable

--color-primary: hsl(337, 24%, 81%);

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(337, 24%, 81%)?

HEX: #DAC3CC | RGB: rgb(218, 195, 204) | CMYK: 0%, 11%, 6%, 15% | HSV: 337°, 11%, 85%. Copy any format from the conversion table above.

What colors go well with #DAC3CC?

The complementary color is HSL(157, 24%, 81%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(337, 24%, 81%) in CSS?

As HSL: color: hsl(337, 24%, 81%); — As HEX: color: #DAC3CC; — As RGB: color: rgb(218, 195, 204); — Tailwind CSS: bg-[hsl(337,24%,81%)] — CSS variable: --color-primary: hsl(337, 24%, 81%);