HSL(327, 64%, 4%)
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(327,64%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(327, 64%, 4%) | color: hsl(327, 64%, 4%) | |
| HEX | #11040B | color: #11040B | |
| RGB | rgb(17, 4, 11) | color: rgb(17, 4, 11) | |
| CMYK | cmyk(0%, 76%, 35%, 93%) | — | |
| HSV | hsv(328, 76%, 7%) | — | |
| HWB | hwb(328 2% 93%) | color: hwb(328 2% 93%) | |
| OKLCH | oklch(0.1361 0.0311 345.63) | color: oklch(0.1361 0.0311 345.63) | |
| Lab | lab(2.08 4.76 -1.33) | color: lab(2.08 4.76 -1.33) | |
| LCH | lch(2.08 4.94 344.39) | color: lch(2.08 4.94 344.39) |
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)
#0B0B09 — rgb(11, 11, 9)
Deuteranopia (Green-blind)
#0C0D09 — rgb(12, 13, 9)
Tritanopia (Blue-blind)
#100808 — rgb(16, 8, 8)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(327, 64%, 4%);
text
color: hsl(327, 64%, 4%);
border
border: 2px solid hsl(327, 64%, 4%);
gradient light
background: linear-gradient(to right, hsl(327, 64%, 24%), hsl(327, 64%, 4%));
gradient dark
background: linear-gradient(to right, hsl(327, 64%, 4%), hsl(327, 64%, 0%))
hex
background-color: #11040B;
tailwind
bg-[hsl(327,64%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(327, 64%, 4%, 0.4);
css variable
--color-primary: hsl(327, 64%, 4%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(327, 64%, 4%)?
HEX: #11040B | RGB: rgb(17, 4, 11) | CMYK: 0%, 76%, 35%, 93% | HSV: 328°, 76%, 7%. Copy any format from the conversion table above.
What colors go well with #11040B?
The complementary color is HSL(147, 64%, 4%). For a triadic harmony, use hues 327°, 87°, and 207°. For analogous combinations, try hues 297° and 357°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(327, 64%, 4%) in CSS?
As HSL: color: hsl(327, 64%, 4%); — As HEX: color: #11040B; — As RGB: color: rgb(17, 4, 11); — Tailwind CSS: bg-[hsl(327,64%,4%)] — CSS variable: --color-primary: hsl(327, 64%, 4%);