HSL(308, 50%, 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(308,50%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(308, 50%, 13%) | color: hsl(308, 50%, 13%) | |
| HEX | #32112D | color: #32112D | |
| RGB | rgb(50, 17, 45) | color: rgb(50, 17, 45) | |
| CMYK | cmyk(0%, 66%, 10%, 80%) | — | |
| HSV | hsv(309, 66%, 20%) | — | |
| HWB | hwb(309 7% 80%) | color: hwb(309 7% 80%) | |
| OKLCH | oklch(0.242 0.0681 333.64) | color: oklch(0.242 0.0681 333.64) | |
| Lab | lab(11.05 21.18 -11.11) | color: lab(11.05 21.18 -11.11) | |
| LCH | lch(11.05 23.92 332.32) | color: lch(11.05 23.92 332.32) |
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)
#242326 — rgb(36, 35, 38)
Deuteranopia (Green-blind)
#262825 — rgb(38, 40, 37)
Tritanopia (Blue-blind)
#302120 — rgb(48, 33, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(308, 50%, 13%);
text
color: hsl(308, 50%, 13%);
border
border: 2px solid hsl(308, 50%, 13%);
gradient light
background: linear-gradient(to right, hsl(308, 50%, 33%), hsl(308, 50%, 13%));
gradient dark
background: linear-gradient(to right, hsl(308, 50%, 13%), hsl(308, 50%, 0%))
hex
background-color: #32112D;
tailwind
bg-[hsl(308,50%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(308, 50%, 13%, 0.4);
css variable
--color-primary: hsl(308, 50%, 13%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(308, 50%, 13%)?
HEX: #32112D | RGB: rgb(50, 17, 45) | CMYK: 0%, 66%, 10%, 80% | HSV: 309°, 66%, 20%. Copy any format from the conversion table above.
What colors go well with #32112D?
The complementary color is HSL(128, 50%, 13%). For a triadic harmony, use hues 308°, 68°, and 188°. For analogous combinations, try hues 278° and 338°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(308, 50%, 13%) in CSS?
As HSL: color: hsl(308, 50%, 13%); — As HEX: color: #32112D; — As RGB: color: rgb(50, 17, 45); — Tailwind CSS: bg-[hsl(308,50%,13%)] — CSS variable: --color-primary: hsl(308, 50%, 13%);