HSL(336, 52%, 27%)

Pink — Pink color

Adjust Color

Color Information

Color Name

Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(336,52%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(336, 52%, 27%) color: hsl(336, 52%, 27%)
HEX #69213E color: #69213E
RGB rgb(105, 33, 62) color: rgb(105, 33, 62)
CMYK cmyk(0%, 69%, 41%, 59%)
HSV hsv(336, 69%, 41%)
HWB hwb(336 13% 59%) color: hwb(336 13% 59%)
OKLCH oklch(0.368 0.1068 358.89) color: oklch(0.368 0.1068 358.89)
Lab lab(25.07 34.9 -0.95) color: lab(25.07 34.9 -0.95)
LCH lch(25.07 34.91 358.44) color: lch(25.07 34.91 358.44)

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 11.12:1
vs Black 1.89: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)

#4A4937 — rgb(74, 73, 55)

Deuteranopia (Green-blind)

#4E5335 — rgb(78, 83, 53)

Tritanopia (Blue-blind)

#653130 — rgb(101, 49, 48)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(336, 52%, 27%);

text

color: hsl(336, 52%, 27%);

border

border: 2px solid hsl(336, 52%, 27%);

gradient light

background: linear-gradient(to right, hsl(336, 52%, 47%), hsl(336, 52%, 27%));

gradient dark

background: linear-gradient(to right, hsl(336, 52%, 27%), hsl(336, 52%, 7%))

hex

background-color: #69213E;

tailwind

bg-[hsl(336,52%,27%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(336, 52%, 27%, 0.4);

css variable

--color-primary: hsl(336, 52%, 27%);

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(336, 52%, 27%)?

HEX: #69213E | RGB: rgb(105, 33, 62) | CMYK: 0%, 69%, 41%, 59% | HSV: 336°, 69%, 41%. Copy any format from the conversion table above.

What colors go well with #69213E?

The complementary color is HSL(156, 52%, 27%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(336, 52%, 27%) in CSS?

As HSL: color: hsl(336, 52%, 27%); — As HEX: color: #69213E; — As RGB: color: rgb(105, 33, 62); — Tailwind CSS: bg-[hsl(336,52%,27%)] — CSS variable: --color-primary: hsl(336, 52%, 27%);