HSL(339, 30%, 8%)

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(339,30%,8%)]

Color Conversions

Format Value CSS Usage
HSL hsl(339, 30%, 8%) color: hsl(339, 30%, 8%)
HEX #1B0E13 color: #1B0E13
RGB rgb(27, 14, 19) color: rgb(27, 14, 19)
CMYK cmyk(0%, 48%, 30%, 89%)
HSV hsv(337, 48%, 11%)
HWB hwb(337 6% 89%) color: hwb(337 6% 89%)
OKLCH oklch(0.1842 0.0239 354.99) color: oklch(0.1842 0.0239 354.99)
Lab lab(5.37 6.63 -0.65) color: lab(5.37 6.63 -0.65)
LCH lch(5.37 6.66 354.4) color: lch(5.37 6.66 354.4)

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 18.77:1
vs Black 1.12: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)

#151512 — rgb(21, 21, 18)

Deuteranopia (Green-blind)

#161712 — rgb(22, 23, 18)

Tritanopia (Blue-blind)

#1A1111 — rgb(26, 17, 17)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(339, 30%, 8%);

text

color: hsl(339, 30%, 8%);

border

border: 2px solid hsl(339, 30%, 8%);

gradient light

background: linear-gradient(to right, hsl(339, 30%, 28%), hsl(339, 30%, 8%));

gradient dark

background: linear-gradient(to right, hsl(339, 30%, 8%), hsl(339, 30%, 0%))

hex

background-color: #1B0E13;

tailwind

bg-[hsl(339,30%,8%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(339, 30%, 8%, 0.4);

css variable

--color-primary: hsl(339, 30%, 8%);

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(339, 30%, 8%)?

HEX: #1B0E13 | RGB: rgb(27, 14, 19) | CMYK: 0%, 48%, 30%, 89% | HSV: 337°, 48%, 11%. Copy any format from the conversion table above.

What colors go well with #1B0E13?

The complementary color is HSL(159, 30%, 8%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(339, 30%, 8%) in CSS?

As HSL: color: hsl(339, 30%, 8%); — As HEX: color: #1B0E13; — As RGB: color: rgb(27, 14, 19); — Tailwind CSS: bg-[hsl(339,30%,8%)] — CSS variable: --color-primary: hsl(339, 30%, 8%);