HSL(309, 73%, 14%)
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,73%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(309, 73%, 14%) | color: hsl(309, 73%, 14%) | |
| HEX | #3E0A36 | color: #3E0A36 | |
| RGB | rgb(62, 10, 54) | color: rgb(62, 10, 54) | |
| CMYK | cmyk(0%, 84%, 13%, 76%) | — | |
| HSV | hsv(309, 84%, 24%) | — | |
| HWB | hwb(309 4% 76%) | color: hwb(309 4% 76%) | |
| OKLCH | oklch(0.2599 0.0971 335.06) | color: oklch(0.2599 0.0971 335.06) | |
| Lab | lab(12.66 30.18 -14.99) | color: lab(12.66 30.18 -14.99) | |
| LCH | lch(12.66 33.7 333.59) | color: lch(12.66 33.7 333.59) |
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)
#27272B — rgb(39, 39, 43)
Deuteranopia (Green-blind)
#2B2E29 — rgb(43, 46, 41)
Tritanopia (Blue-blind)
#3B2321 — rgb(59, 35, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(309, 73%, 14%);
text
color: hsl(309, 73%, 14%);
border
border: 2px solid hsl(309, 73%, 14%);
gradient light
background: linear-gradient(to right, hsl(309, 73%, 34%), hsl(309, 73%, 14%));
gradient dark
background: linear-gradient(to right, hsl(309, 73%, 14%), hsl(309, 73%, 0%))
hex
background-color: #3E0A36;
tailwind
bg-[hsl(309,73%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(309, 73%, 14%, 0.4);
css variable
--color-primary: hsl(309, 73%, 14%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(309, 73%, 14%)?
HEX: #3E0A36 | RGB: rgb(62, 10, 54) | CMYK: 0%, 84%, 13%, 76% | HSV: 309°, 84%, 24%. Copy any format from the conversion table above.
What colors go well with #3E0A36?
The complementary color is HSL(129, 73%, 14%). 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, 73%, 14%) in CSS?
As HSL: color: hsl(309, 73%, 14%); — As HEX: color: #3E0A36; — As RGB: color: rgb(62, 10, 54); — Tailwind CSS: bg-[hsl(309,73%,14%)] — CSS variable: --color-primary: hsl(309, 73%, 14%);