HSL(294, 75%, 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(294,75%,3%)]

Color Conversions

Format Value CSS Usage
HSL hsl(294, 75%, 3%) color: hsl(294, 75%, 3%)
HEX #0C020D color: #0C020D
RGB rgb(12, 2, 13) color: rgb(12, 2, 13)
CMYK cmyk(8%, 85%, 0%, 95%)
HSV hsv(295, 85%, 5%)
HWB hwb(295 1% 95%) color: hwb(295 1% 95%)
OKLCH oklch(0.1194 0.0378 324.9) color: oklch(0.1194 0.0378 324.9)
Lab lab(1.36 4.21 -3.33) color: lab(1.36 4.21 -3.33)
LCH lch(1.36 5.37 321.66) color: lch(1.36 5.37 321.66)

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.39: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)

#08080A — rgb(8, 8, 10)

Deuteranopia (Green-blind)

#08090A — rgb(8, 9, 10)

Tritanopia (Blue-blind)

#0C0808 — rgb(12, 8, 8)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(294, 75%, 3%);

text

color: hsl(294, 75%, 3%);

border

border: 2px solid hsl(294, 75%, 3%);

gradient light

background: linear-gradient(to right, hsl(294, 75%, 23%), hsl(294, 75%, 3%));

gradient dark

background: linear-gradient(to right, hsl(294, 75%, 3%), hsl(294, 75%, 0%))

hex

background-color: #0C020D;

tailwind

bg-[hsl(294,75%,3%)]

box shadow

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

css variable

--color-primary: hsl(294, 75%, 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(294, 75%, 3%)?

HEX: #0C020D | RGB: rgb(12, 2, 13) | CMYK: 8%, 85%, 0%, 95% | HSV: 295°, 85%, 5%. Copy any format from the conversion table above.

What colors go well with #0C020D?

The complementary color is HSL(114, 75%, 3%). For a triadic harmony, use hues 294°, 54°, and 174°. For analogous combinations, try hues 264° and 324°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(294, 75%, 3%) in CSS?

As HSL: color: hsl(294, 75%, 3%); — As HEX: color: #0C020D; — As RGB: color: rgb(12, 2, 13); — Tailwind CSS: bg-[hsl(294,75%,3%)] — CSS variable: --color-primary: hsl(294, 75%, 3%);