HSL(320, 32%, 8%)
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(320,32%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 32%, 8%) | color: hsl(320, 32%, 8%) | |
| HEX | #1B0E17 | color: #1B0E17 | |
| RGB | rgb(27, 14, 23) | color: rgb(27, 14, 23) | |
| CMYK | cmyk(0%, 48%, 15%, 89%) | — | |
| HSV | hsv(318, 48%, 11%) | — | |
| HWB | hwb(318 6% 89%) | color: hwb(318 6% 89%) | |
| OKLCH | oklch(0.1861 0.0275 338.82) | color: oklch(0.1861 0.0275 338.82) | |
| Lab | lab(5.5 7.57 -3.21) | color: lab(5.5 7.57 -3.21) | |
| LCH | lch(5.5 8.22 337.02) | color: lch(5.5 8.22 337.02) |
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)
#151515 — rgb(21, 21, 21)
Deuteranopia (Green-blind)
#161714 — rgb(22, 23, 20)
Tritanopia (Blue-blind)
#1A1313 — rgb(26, 19, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 32%, 8%);
text
color: hsl(320, 32%, 8%);
border
border: 2px solid hsl(320, 32%, 8%);
gradient light
background: linear-gradient(to right, hsl(320, 32%, 28%), hsl(320, 32%, 8%));
gradient dark
background: linear-gradient(to right, hsl(320, 32%, 8%), hsl(320, 32%, 0%))
hex
background-color: #1B0E17;
tailwind
bg-[hsl(320,32%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 32%, 8%, 0.4);
css variable
--color-primary: hsl(320, 32%, 8%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 32%, 8%)?
HEX: #1B0E17 | RGB: rgb(27, 14, 23) | CMYK: 0%, 48%, 15%, 89% | HSV: 318°, 48%, 11%. Copy any format from the conversion table above.
What colors go well with #1B0E17?
The complementary color is HSL(140, 32%, 8%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 32%, 8%) in CSS?
As HSL: color: hsl(320, 32%, 8%); — As HEX: color: #1B0E17; — As RGB: color: rgb(27, 14, 23); — Tailwind CSS: bg-[hsl(320,32%,8%)] — CSS variable: --color-primary: hsl(320, 32%, 8%);