HSL(326, 72%, 6%)
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,72%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 72%, 6%) | color: hsl(326, 72%, 6%) | |
| HEX | #1A0411 | color: #1A0411 | |
| RGB | rgb(26, 4, 17) | color: rgb(26, 4, 17) | |
| CMYK | cmyk(0%, 85%, 35%, 90%) | — | |
| HSV | hsv(325, 85%, 10%) | — | |
| HWB | hwb(325 2% 90%) | color: hwb(325 2% 90%) | |
| OKLCH | oklch(0.1576 0.0472 345.74) | color: oklch(0.1576 0.0472 345.74) | |
| Lab | lab(3.13 9.87 -2.71) | color: lab(3.13 9.87 -2.71) | |
| LCH | lch(3.13 10.24 344.65) | color: lch(3.13 10.24 344.65) |
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)
#10100E — rgb(16, 16, 14)
Deuteranopia (Green-blind)
#12130D — rgb(18, 19, 13)
Tritanopia (Blue-blind)
#190B0B — rgb(25, 11, 11)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 72%, 6%);
text
color: hsl(326, 72%, 6%);
border
border: 2px solid hsl(326, 72%, 6%);
gradient light
background: linear-gradient(to right, hsl(326, 72%, 26%), hsl(326, 72%, 6%));
gradient dark
background: linear-gradient(to right, hsl(326, 72%, 6%), hsl(326, 72%, 0%))
hex
background-color: #1A0411;
tailwind
bg-[hsl(326,72%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 72%, 6%, 0.4);
css variable
--color-primary: hsl(326, 72%, 6%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 72%, 6%)?
HEX: #1A0411 | RGB: rgb(26, 4, 17) | CMYK: 0%, 85%, 35%, 90% | HSV: 325°, 85%, 10%. Copy any format from the conversion table above.
What colors go well with #1A0411?
The complementary color is HSL(146, 72%, 6%). 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, 72%, 6%) in CSS?
As HSL: color: hsl(326, 72%, 6%); — As HEX: color: #1A0411; — As RGB: color: rgb(26, 4, 17); — Tailwind CSS: bg-[hsl(326,72%,6%)] — CSS variable: --color-primary: hsl(326, 72%, 6%);