HSL(300, 25%, 13%)
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(300,25%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(300, 25%, 13%) | color: hsl(300, 25%, 13%) | |
| HEX | #291929 | color: #291929 | |
| RGB | rgb(41, 25, 41) | color: rgb(41, 25, 41) | |
| CMYK | cmyk(0%, 39%, 0%, 84%) | — | |
| HSV | hsv(300, 39%, 16%) | — | |
| HWB | hwb(300 10% 84%) | color: hwb(300 10% 84%) | |
| OKLCH | oklch(0.2413 0.0378 326.67) | color: oklch(0.2413 0.0378 326.67) | |
| Lab | lab(11.46 11.42 -7.66) | color: lab(11.46 11.42 -7.66) | |
| LCH | lch(11.46 13.75 326.15) | color: lch(11.46 13.75 326.15) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#222225 — rgb(34, 34, 37)
Deuteranopia (Green-blind)
#232424 — rgb(35, 36, 36)
Tritanopia (Blue-blind)
#282221 — rgb(40, 34, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(300, 25%, 13%);
text
color: hsl(300, 25%, 13%);
border
border: 2px solid hsl(300, 25%, 13%);
gradient light
background: linear-gradient(to right, hsl(300, 25%, 33%), hsl(300, 25%, 13%));
gradient dark
background: linear-gradient(to right, hsl(300, 25%, 13%), hsl(300, 25%, 0%))
hex
background-color: #291929;
tailwind
bg-[hsl(300,25%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(300, 25%, 13%, 0.4);
css variable
--color-primary: hsl(300, 25%, 13%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(300, 25%, 13%)?
HEX: #291929 | RGB: rgb(41, 25, 41) | CMYK: 0%, 39%, 0%, 84% | HSV: 300°, 39%, 16%. Copy any format from the conversion table above.
What colors go well with #291929?
The complementary color is HSL(120, 25%, 13%). For a triadic harmony, use hues 300°, 60°, and 180°. For analogous combinations, try hues 270° and 330°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(300, 25%, 13%) in CSS?
As HSL: color: hsl(300, 25%, 13%); — As HEX: color: #291929; — As RGB: color: rgb(41, 25, 41); — Tailwind CSS: bg-[hsl(300,25%,13%)] — CSS variable: --color-primary: hsl(300, 25%, 13%);