HSL(336, 92%, 11%)

Very Dark Pink — Pink color

Adjust Color

Color Information

Color Name

Very Dark Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(336,92%,11%)]

Color Conversions

Format Value CSS Usage
HSL hsl(336, 92%, 11%) color: hsl(336, 92%, 11%)
HEX #360217 color: #360217
RGB rgb(54, 2, 23) color: rgb(54, 2, 23)
CMYK cmyk(0%, 96%, 57%, 79%)
HSV hsv(336, 96%, 21%)
HWB hwb(336 1% 79%) color: hwb(336 1% 79%)
OKLCH oklch(0.2182 0.0834 2.15) color: oklch(0.2182 0.0834 2.15)
Lab lab(8.04 27.09 1.09) color: lab(8.04 27.09 1.09)
LCH lch(8.04 27.11 2.3) color: lch(8.04 27.11 2.3)

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 17.83:1
vs Black 1.18: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)

#1F1F12 — rgb(31, 31, 18)

Deuteranopia (Green-blind)

#232611 — rgb(35, 38, 17)

Tritanopia (Blue-blind)

#330E0D — rgb(51, 14, 13)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(336, 92%, 11%);

text

color: hsl(336, 92%, 11%);

border

border: 2px solid hsl(336, 92%, 11%);

gradient light

background: linear-gradient(to right, hsl(336, 92%, 31%), hsl(336, 92%, 11%));

gradient dark

background: linear-gradient(to right, hsl(336, 92%, 11%), hsl(336, 92%, 0%))

hex

background-color: #360217;

tailwind

bg-[hsl(336,92%,11%)]

box shadow

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

css variable

--color-primary: hsl(336, 92%, 11%);

Related Colors

Use Cases for Very Dark Pink

Beauty & cosmetics Fashion brands Romantic themes Valentine campaigns Playful UI

Frequently Asked Questions

What are all the color codes for HSL(336, 92%, 11%)?

HEX: #360217 | RGB: rgb(54, 2, 23) | CMYK: 0%, 96%, 57%, 79% | HSV: 336°, 96%, 21%. Copy any format from the conversion table above.

What colors go well with #360217?

The complementary color is HSL(156, 92%, 11%). 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, 92%, 11%) in CSS?

As HSL: color: hsl(336, 92%, 11%); — As HEX: color: #360217; — As RGB: color: rgb(54, 2, 23); — Tailwind CSS: bg-[hsl(336,92%,11%)] — CSS variable: --color-primary: hsl(336, 92%, 11%);