HSL(316, 66%, 7%)

Very Dark Pink — Pink color

Adjust Color

Color Information

Color Name

Very Dark Pink

Color Family

Pink

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(316,66%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(316, 66%, 7%) color: hsl(316, 66%, 7%)
HEX #1E0617 color: #1E0617
RGB rgb(30, 6, 23) color: rgb(30, 6, 23)
CMYK cmyk(0%, 80%, 23%, 88%)
HSV hsv(318, 80%, 12%)
HWB hwb(318 2% 88%) color: hwb(318 2% 88%)
OKLCH oklch(0.1739 0.0508 340.25) color: oklch(0.1739 0.0508 340.25)
Lab lab(4.23 12.71 -5.02) color: lab(4.23 12.71 -5.02)
LCH lch(4.23 13.67 338.45) color: lch(4.23 13.67 338.45)

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 19.2:1
vs Black 1.09: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)

#141313 — rgb(20, 19, 19)

Deuteranopia (Green-blind)

#151712 — rgb(21, 23, 18)

Tritanopia (Blue-blind)

#1D100F — rgb(29, 16, 15)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(316, 66%, 7%);

text

color: hsl(316, 66%, 7%);

border

border: 2px solid hsl(316, 66%, 7%);

gradient light

background: linear-gradient(to right, hsl(316, 66%, 27%), hsl(316, 66%, 7%));

gradient dark

background: linear-gradient(to right, hsl(316, 66%, 7%), hsl(316, 66%, 0%))

hex

background-color: #1E0617;

tailwind

bg-[hsl(316,66%,7%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(316, 66%, 7%, 0.4);

css variable

--color-primary: hsl(316, 66%, 7%);

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(316, 66%, 7%)?

HEX: #1E0617 | RGB: rgb(30, 6, 23) | CMYK: 0%, 80%, 23%, 88% | HSV: 318°, 80%, 12%. Copy any format from the conversion table above.

What colors go well with #1E0617?

The complementary color is HSL(136, 66%, 7%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(316, 66%, 7%) in CSS?

As HSL: color: hsl(316, 66%, 7%); — As HEX: color: #1E0617; — As RGB: color: rgb(30, 6, 23); — Tailwind CSS: bg-[hsl(316,66%,7%)] — CSS variable: --color-primary: hsl(316, 66%, 7%);