HSL(292, 59%, 3%)

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(292,59%,3%)]

Color Conversions

Format Value CSS Usage
HSL hsl(292, 59%, 3%) color: hsl(292, 59%, 3%)
HEX #0B030C color: #0B030C
RGB rgb(11, 3, 12) color: rgb(11, 3, 12)
CMYK cmyk(8%, 75%, 0%, 95%)
HSV hsv(293, 75%, 5%)
HWB hwb(293 1% 95%) color: hwb(293 1% 95%)
OKLCH oklch(0.1213 0.0302 323.95) color: oklch(0.1213 0.0302 323.95)
Lab lab(1.47 3.37 -2.71) color: lab(1.47 3.37 -2.71)
LCH lch(1.47 4.32 321.2) color: lch(1.47 4.32 321.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 20.34:1
vs Black 1.03: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)

#08070A — rgb(8, 7, 10)

Deuteranopia (Green-blind)

#080909 — rgb(8, 9, 9)

Tritanopia (Blue-blind)

#0B0808 — rgb(11, 8, 8)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(292, 59%, 3%);

text

color: hsl(292, 59%, 3%);

border

border: 2px solid hsl(292, 59%, 3%);

gradient light

background: linear-gradient(to right, hsl(292, 59%, 23%), hsl(292, 59%, 3%));

gradient dark

background: linear-gradient(to right, hsl(292, 59%, 3%), hsl(292, 59%, 0%))

hex

background-color: #0B030C;

tailwind

bg-[hsl(292,59%,3%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(292, 59%, 3%, 0.4);

css variable

--color-primary: hsl(292, 59%, 3%);

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(292, 59%, 3%)?

HEX: #0B030C | RGB: rgb(11, 3, 12) | CMYK: 8%, 75%, 0%, 95% | HSV: 293°, 75%, 5%. Copy any format from the conversion table above.

What colors go well with #0B030C?

The complementary color is HSL(112, 59%, 3%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(292, 59%, 3%) in CSS?

As HSL: color: hsl(292, 59%, 3%); — As HEX: color: #0B030C; — As RGB: color: rgb(11, 3, 12); — Tailwind CSS: bg-[hsl(292,59%,3%)] — CSS variable: --color-primary: hsl(292, 59%, 3%);