HSL(293, 60%, 10%)

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(293,60%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(293, 60%, 10%) color: hsl(293, 60%, 10%)
HEX #250A29 color: #250A29
RGB rgb(37, 10, 41) color: rgb(37, 10, 41)
CMYK cmyk(10%, 76%, 0%, 84%)
HSV hsv(292, 76%, 16%)
HWB hwb(292 4% 84%) color: hwb(292 4% 84%)
OKLCH oklch(0.206 0.0673 322.32) color: oklch(0.206 0.0673 322.32)
Lab lab(6.96 19.73 -14.71) color: lab(6.96 19.73 -14.71)
LCH lch(6.96 24.61 323.29) color: lch(6.96 24.61 323.29)

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.2:1
vs Black 1.15: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)

#191921 — rgb(25, 25, 33)

Deuteranopia (Green-blind)

#1B1D20 — rgb(27, 29, 32)

Tritanopia (Blue-blind)

#241C1A — rgb(36, 28, 26)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(293, 60%, 10%);

text

color: hsl(293, 60%, 10%);

border

border: 2px solid hsl(293, 60%, 10%);

gradient light

background: linear-gradient(to right, hsl(293, 60%, 30%), hsl(293, 60%, 10%));

gradient dark

background: linear-gradient(to right, hsl(293, 60%, 10%), hsl(293, 60%, 0%))

hex

background-color: #250A29;

tailwind

bg-[hsl(293,60%,10%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(293, 60%, 10%, 0.4);

css variable

--color-primary: hsl(293, 60%, 10%);

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(293, 60%, 10%)?

HEX: #250A29 | RGB: rgb(37, 10, 41) | CMYK: 10%, 76%, 0%, 84% | HSV: 292°, 76%, 16%. Copy any format from the conversion table above.

What colors go well with #250A29?

The complementary color is HSL(113, 60%, 10%). For a triadic harmony, use hues 293°, 53°, and 173°. For analogous combinations, try hues 263° and 323°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(293, 60%, 10%) in CSS?

As HSL: color: hsl(293, 60%, 10%); — As HEX: color: #250A29; — As RGB: color: rgb(37, 10, 41); — Tailwind CSS: bg-[hsl(293,60%,10%)] — CSS variable: --color-primary: hsl(293, 60%, 10%);