HSL(293, 76%, 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,76%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 76%, 13%) | color: hsl(293, 76%, 13%) | |
| HEX | #34083A | color: #34083A | |
| RGB | rgb(52, 8, 58) | color: rgb(52, 8, 58) | |
| CMYK | cmyk(10%, 86%, 0%, 77%) | — | |
| HSV | hsv(293, 86%, 23%) | — | |
| HWB | hwb(293 3% 77%) | color: hwb(293 3% 77%) | |
| OKLCH | oklch(0.2424 0.0976 322.59) | color: oklch(0.2424 0.0976 322.59) | |
| Lab | lab(10.63 29.15 -21.22) | color: lab(10.63 29.15 -21.22) | |
| LCH | lch(10.63 36.06 323.95) | color: lch(10.63 36.06 323.95) |
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)
#21212E — rgb(33, 33, 46)
Deuteranopia (Green-blind)
#24272B — rgb(36, 39, 43)
Tritanopia (Blue-blind)
#322422 — rgb(50, 36, 34)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 76%, 13%);
text
color: hsl(293, 76%, 13%);
border
border: 2px solid hsl(293, 76%, 13%);
gradient light
background: linear-gradient(to right, hsl(293, 76%, 33%), hsl(293, 76%, 13%));
gradient dark
background: linear-gradient(to right, hsl(293, 76%, 13%), hsl(293, 76%, 0%))
hex
background-color: #34083A;
tailwind
bg-[hsl(293,76%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 76%, 13%, 0.4);
css variable
--color-primary: hsl(293, 76%, 13%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 76%, 13%)?
HEX: #34083A | RGB: rgb(52, 8, 58) | CMYK: 10%, 86%, 0%, 77% | HSV: 293°, 86%, 23%. Copy any format from the conversion table above.
What colors go well with #34083A?
The complementary color is HSL(113, 76%, 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, 76%, 13%) in CSS?
As HSL: color: hsl(293, 76%, 13%); — As HEX: color: #34083A; — As RGB: color: rgb(52, 8, 58); — Tailwind CSS: bg-[hsl(293,76%,13%)] — CSS variable: --color-primary: hsl(293, 76%, 13%);