HSL(293, 69%, 13%)
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,69%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 69%, 13%) | color: hsl(293, 69%, 13%) | |
| HEX | #330A38 | color: #330A38 | |
| RGB | rgb(51, 10, 56) | color: rgb(51, 10, 56) | |
| CMYK | cmyk(9%, 82%, 0%, 78%) | — | |
| HSV | hsv(293, 82%, 22%) | — | |
| HWB | hwb(293 4% 78%) | color: hwb(293 4% 78%) | |
| OKLCH | oklch(0.2414 0.0922 323.17) | color: oklch(0.2414 0.0922 323.17) | |
| Lab | lab(10.61 27.55 -19.82) | color: lab(10.61 27.55 -19.82) | |
| LCH | lch(10.61 33.94 324.27) | color: lch(10.61 33.94 324.27) |
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)
#21212D — rgb(33, 33, 45)
Deuteranopia (Green-blind)
#24272A — rgb(36, 39, 42)
Tritanopia (Blue-blind)
#312422 — rgb(49, 36, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 69%, 13%);
text
color: hsl(293, 69%, 13%);
border
border: 2px solid hsl(293, 69%, 13%);
gradient light
background: linear-gradient(to right, hsl(293, 69%, 33%), hsl(293, 69%, 13%));
gradient dark
background: linear-gradient(to right, hsl(293, 69%, 13%), hsl(293, 69%, 0%))
hex
background-color: #330A38;
tailwind
bg-[hsl(293,69%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 69%, 13%, 0.4);
css variable
--color-primary: hsl(293, 69%, 13%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 69%, 13%)?
HEX: #330A38 | RGB: rgb(51, 10, 56) | CMYK: 9%, 82%, 0%, 78% | HSV: 293°, 82%, 22%. Copy any format from the conversion table above.
What colors go well with #330A38?
The complementary color is HSL(113, 69%, 13%). 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, 69%, 13%) in CSS?
As HSL: color: hsl(293, 69%, 13%); — As HEX: color: #330A38; — As RGB: color: rgb(51, 10, 56); — Tailwind CSS: bg-[hsl(293,69%,13%)] — CSS variable: --color-primary: hsl(293, 69%, 13%);