HSL(291, 30%, 14%)

Very Dark Purple — Purple color

Adjust Color

Color Information

Color Name

Very Dark Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(291,30%,14%)]

Color Conversions

Format Value CSS Usage
HSL hsl(291, 30%, 14%) color: hsl(291, 30%, 14%)
HEX #2B192E color: #2B192E
RGB rgb(43, 25, 46) color: rgb(43, 25, 46)
CMYK cmyk(7%, 46%, 0%, 82%)
HSV hsv(291, 46%, 18%)
HWB hwb(291 10% 82%) color: hwb(291 10% 82%)
OKLCH oklch(0.2468 0.0462 321.67) color: oklch(0.2468 0.0462 321.67)
Lab lab(12 13.5 -10.47) color: lab(12 13.5 -10.47)
LCH lch(12 17.08 322.2) color: lch(12 17.08 322.2)

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 16.39:1
vs Black 1.28: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)

#232329 — rgb(35, 35, 41)

Deuteranopia (Green-blind)

#242628 — rgb(36, 38, 40)

Tritanopia (Blue-blind)

#2A2524 — rgb(42, 37, 36)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(291, 30%, 14%);

text

color: hsl(291, 30%, 14%);

border

border: 2px solid hsl(291, 30%, 14%);

gradient light

background: linear-gradient(to right, hsl(291, 30%, 34%), hsl(291, 30%, 14%));

gradient dark

background: linear-gradient(to right, hsl(291, 30%, 14%), hsl(291, 30%, 0%))

hex

background-color: #2B192E;

tailwind

bg-[hsl(291,30%,14%)]

box shadow

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

css variable

--color-primary: hsl(291, 30%, 14%);

Related Colors

Use Cases for Very Dark Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(291, 30%, 14%)?

HEX: #2B192E | RGB: rgb(43, 25, 46) | CMYK: 7%, 46%, 0%, 82% | HSV: 291°, 46%, 18%. Copy any format from the conversion table above.

What colors go well with #2B192E?

The complementary color is HSL(111, 30%, 14%). For a triadic harmony, use hues 291°, 51°, and 171°. For analogous combinations, try hues 261° and 321°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(291, 30%, 14%) in CSS?

As HSL: color: hsl(291, 30%, 14%); — As HEX: color: #2B192E; — As RGB: color: rgb(43, 25, 46); — Tailwind CSS: bg-[hsl(291,30%,14%)] — CSS variable: --color-primary: hsl(291, 30%, 14%);