HSL(309, 80%, 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(309,80%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(309, 80%, 13%) | color: hsl(309, 80%, 13%) | |
| HEX | #3C0734 | color: #3C0734 | |
| RGB | rgb(60, 7, 52) | color: rgb(60, 7, 52) | |
| CMYK | cmyk(0%, 88%, 13%, 76%) | — | |
| HSV | hsv(309, 88%, 24%) | — | |
| HWB | hwb(309 3% 76%) | color: hwb(309 3% 76%) | |
| OKLCH | oklch(0.2518 0.0982 335.16) | color: oklch(0.2518 0.0982 335.16) | |
| Lab | lab(11.69 30.49 -15.08) | color: lab(11.69 30.49 -15.08) | |
| LCH | lch(11.69 34.02 333.68) | color: lch(11.69 34.02 333.68) |
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)
#252529 — rgb(37, 37, 41)
Deuteranopia (Green-blind)
#282C27 — rgb(40, 44, 39)
Tritanopia (Blue-blind)
#39211F — rgb(57, 33, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(309, 80%, 13%);
text
color: hsl(309, 80%, 13%);
border
border: 2px solid hsl(309, 80%, 13%);
gradient light
background: linear-gradient(to right, hsl(309, 80%, 33%), hsl(309, 80%, 13%));
gradient dark
background: linear-gradient(to right, hsl(309, 80%, 13%), hsl(309, 80%, 0%))
hex
background-color: #3C0734;
tailwind
bg-[hsl(309,80%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(309, 80%, 13%, 0.4);
css variable
--color-primary: hsl(309, 80%, 13%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(309, 80%, 13%)?
HEX: #3C0734 | RGB: rgb(60, 7, 52) | CMYK: 0%, 88%, 13%, 76% | HSV: 309°, 88%, 24%. Copy any format from the conversion table above.
What colors go well with #3C0734?
The complementary color is HSL(129, 80%, 13%). For a triadic harmony, use hues 309°, 69°, and 189°. For analogous combinations, try hues 279° and 339°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(309, 80%, 13%) in CSS?
As HSL: color: hsl(309, 80%, 13%); — As HEX: color: #3C0734; — As RGB: color: rgb(60, 7, 52); — Tailwind CSS: bg-[hsl(309,80%,13%)] — CSS variable: --color-primary: hsl(309, 80%, 13%);