HSL(340, 74%, 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(340,74%,11%)]

Color Conversions

Format Value CSS Usage
HSL hsl(340, 74%, 11%) color: hsl(340, 74%, 11%)
HEX #310715 color: #310715
RGB rgb(49, 7, 21) color: rgb(49, 7, 21)
CMYK cmyk(0%, 86%, 57%, 81%)
HSV hsv(340, 86%, 19%)
HWB hwb(340 3% 81%) color: hwb(340 3% 81%)
OKLCH oklch(0.2137 0.0687 4.73) color: oklch(0.2137 0.0687 4.73)
Lab lab(7.76 22.38 1.98) color: lab(7.76 22.38 1.98)
LCH lch(7.76 22.47 5.06) color: lch(7.76 22.47 5.06)

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.92:1
vs Black 1.17: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)

#1F1E12 — rgb(31, 30, 18)

Deuteranopia (Green-blind)

#212411 — rgb(33, 36, 17)

Tritanopia (Blue-blind)

#2F0F0E — rgb(47, 15, 14)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(340, 74%, 11%);

text

color: hsl(340, 74%, 11%);

border

border: 2px solid hsl(340, 74%, 11%);

gradient light

background: linear-gradient(to right, hsl(340, 74%, 31%), hsl(340, 74%, 11%));

gradient dark

background: linear-gradient(to right, hsl(340, 74%, 11%), hsl(340, 74%, 0%))

hex

background-color: #310715;

tailwind

bg-[hsl(340,74%,11%)]

box shadow

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

css variable

--color-primary: hsl(340, 74%, 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(340, 74%, 11%)?

HEX: #310715 | RGB: rgb(49, 7, 21) | CMYK: 0%, 86%, 57%, 81% | HSV: 340°, 86%, 19%. Copy any format from the conversion table above.

What colors go well with #310715?

The complementary color is HSL(160, 74%, 11%). For a triadic harmony, use hues 340°, 100°, and 220°. For analogous combinations, try hues 310° and 10°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(340, 74%, 11%) in CSS?

As HSL: color: hsl(340, 74%, 11%); — As HEX: color: #310715; — As RGB: color: rgb(49, 7, 21); — Tailwind CSS: bg-[hsl(340,74%,11%)] — CSS variable: --color-primary: hsl(340, 74%, 11%);