HSL(309, 55%, 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,55%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(309, 55%, 14%) | color: hsl(309, 55%, 14%) | |
| HEX | #371031 | color: #371031 | |
| RGB | rgb(55, 16, 49) | color: rgb(55, 16, 49) | |
| CMYK | cmyk(0%, 71%, 11%, 78%) | — | |
| HSV | hsv(309, 71%, 22%) | — | |
| HWB | hwb(309 6% 78%) | color: hwb(309 6% 78%) | |
| OKLCH | oklch(0.2514 0.0781 334.12) | color: oklch(0.2514 0.0781 334.12) | |
| Lab | lab(11.99 24.3 -12.51) | color: lab(11.99 24.3 -12.51) | |
| LCH | lch(11.99 27.33 332.76) | color: lch(11.99 27.33 332.76) |
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)
#262629 — rgb(38, 38, 41)
Deuteranopia (Green-blind)
#282B27 — rgb(40, 43, 39)
Tritanopia (Blue-blind)
#352321 — rgb(53, 35, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(309, 55%, 14%);
text
color: hsl(309, 55%, 14%);
border
border: 2px solid hsl(309, 55%, 14%);
gradient light
background: linear-gradient(to right, hsl(309, 55%, 34%), hsl(309, 55%, 14%));
gradient dark
background: linear-gradient(to right, hsl(309, 55%, 14%), hsl(309, 55%, 0%))
hex
background-color: #371031;
tailwind
bg-[hsl(309,55%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(309, 55%, 14%, 0.4);
css variable
--color-primary: hsl(309, 55%, 14%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(309, 55%, 14%)?
HEX: #371031 | RGB: rgb(55, 16, 49) | CMYK: 0%, 71%, 11%, 78% | HSV: 309°, 71%, 22%. Copy any format from the conversion table above.
What colors go well with #371031?
The complementary color is HSL(129, 55%, 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, 55%, 14%) in CSS?
As HSL: color: hsl(309, 55%, 14%); — As HEX: color: #371031; — As RGB: color: rgb(55, 16, 49); — Tailwind CSS: bg-[hsl(309,55%,14%)] — CSS variable: --color-primary: hsl(309, 55%, 14%);