HSL(326, 59%, 14%)
Very Dark Pink — Pink color
Adjust Color
Color Information
Color Name
Very Dark Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,59%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 59%, 14%) | color: hsl(326, 59%, 14%) | |
| HEX | #390F27 | color: #390F27 | |
| RGB | rgb(57, 15, 39) | color: rgb(57, 15, 39) | |
| CMYK | cmyk(0%, 74%, 32%, 78%) | — | |
| HSV | hsv(326, 74%, 22%) | — | |
| HWB | hwb(326 6% 78%) | color: hwb(326 6% 78%) | |
| OKLCH | oklch(0.2482 0.0734 348.44) | color: oklch(0.2482 0.0734 348.44) | |
| Lab | lab(11.68 23.72 -5.61) | color: lab(11.68 23.72 -5.61) | |
| LCH | lch(11.68 24.37 346.69) | color: lch(11.68 24.37 346.69) |
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)
#272621 — rgb(39, 38, 33)
Deuteranopia (Green-blind)
#292C20 — rgb(41, 44, 32)
Tritanopia (Blue-blind)
#371D1C — rgb(55, 29, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 59%, 14%);
text
color: hsl(326, 59%, 14%);
border
border: 2px solid hsl(326, 59%, 14%);
gradient light
background: linear-gradient(to right, hsl(326, 59%, 34%), hsl(326, 59%, 14%));
gradient dark
background: linear-gradient(to right, hsl(326, 59%, 14%), hsl(326, 59%, 0%))
hex
background-color: #390F27;
tailwind
bg-[hsl(326,59%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 59%, 14%, 0.4);
css variable
--color-primary: hsl(326, 59%, 14%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 59%, 14%)?
HEX: #390F27 | RGB: rgb(57, 15, 39) | CMYK: 0%, 74%, 32%, 78% | HSV: 326°, 74%, 22%. Copy any format from the conversion table above.
What colors go well with #390F27?
The complementary color is HSL(146, 59%, 14%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 59%, 14%) in CSS?
As HSL: color: hsl(326, 59%, 14%); — As HEX: color: #390F27; — As RGB: color: rgb(57, 15, 39); — Tailwind CSS: bg-[hsl(326,59%,14%)] — CSS variable: --color-primary: hsl(326, 59%, 14%);