HSL(305, 45%, 9%)

Very Dark Purple — Purple color

Adjust Color

Color Information

Color Name

Very Dark Purple

Color Family

Purple

Warm / Cool

🔴 Warm

Temperature

6500K

CSS Class

bg-[hsl(305,45%,9%)]

Color Conversions

Format Value CSS Usage
HSL hsl(305, 45%, 9%) color: hsl(305, 45%, 9%)
HEX #210D20 color: #210D20
RGB rgb(33, 13, 32) color: rgb(33, 13, 32)
CMYK cmyk(0%, 61%, 3%, 87%)
HSV hsv(303, 61%, 13%)
HWB hwb(303 5% 87%) color: hwb(303 5% 87%)
OKLCH oklch(0.1986 0.047 329.01) color: oklch(0.1986 0.047 329.01)
Lab lab(6.46 13.89 -8.68) color: lab(6.46 13.89 -8.68)
LCH lch(6.46 16.38 328) color: lch(6.46 16.38 328)

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.37:1
vs Black 1.14: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)

#18181B — rgb(24, 24, 27)

Deuteranopia (Green-blind)

#1A1B1A — rgb(26, 27, 26)

Tritanopia (Blue-blind)

#201817 — rgb(32, 24, 23)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(305, 45%, 9%);

text

color: hsl(305, 45%, 9%);

border

border: 2px solid hsl(305, 45%, 9%);

gradient light

background: linear-gradient(to right, hsl(305, 45%, 29%), hsl(305, 45%, 9%));

gradient dark

background: linear-gradient(to right, hsl(305, 45%, 9%), hsl(305, 45%, 0%))

hex

background-color: #210D20;

tailwind

bg-[hsl(305,45%,9%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(305, 45%, 9%, 0.4);

css variable

--color-primary: hsl(305, 45%, 9%);

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(305, 45%, 9%)?

HEX: #210D20 | RGB: rgb(33, 13, 32) | CMYK: 0%, 61%, 3%, 87% | HSV: 303°, 61%, 13%. Copy any format from the conversion table above.

What colors go well with #210D20?

The complementary color is HSL(125, 45%, 9%). For a triadic harmony, use hues 305°, 65°, and 185°. For analogous combinations, try hues 275° and 335°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(305, 45%, 9%) in CSS?

As HSL: color: hsl(305, 45%, 9%); — As HEX: color: #210D20; — As RGB: color: rgb(33, 13, 32); — Tailwind CSS: bg-[hsl(305,45%,9%)] — CSS variable: --color-primary: hsl(305, 45%, 9%);