HSL(326, 36%, 16%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,36%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 36%, 16%) | color: hsl(326, 36%, 16%) | |
| HEX | #371A2B | color: #371A2B | |
| RGB | rgb(55, 26, 43) | color: rgb(55, 26, 43) | |
| CMYK | cmyk(0%, 53%, 22%, 78%) | — | |
| HSV | hsv(325, 53%, 22%) | — | |
| HWB | hwb(325 10% 78%) | color: hwb(325 10% 78%) | |
| OKLCH | oklch(0.2652 0.0526 345.14) | color: oklch(0.2652 0.0526 345.14) | |
| Lab | lab(13.98 17.09 -5.11) | color: lab(13.98 17.09 -5.11) | |
| LCH | lch(13.98 17.84 343.35) | color: lch(13.98 17.84 343.35) |
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)
#2A2A27 — rgb(42, 42, 39)
Deuteranopia (Green-blind)
#2C2E26 — rgb(44, 46, 38)
Tritanopia (Blue-blind)
#362423 — rgb(54, 36, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 36%, 16%);
text
color: hsl(326, 36%, 16%);
border
border: 2px solid hsl(326, 36%, 16%);
gradient light
background: linear-gradient(to right, hsl(326, 36%, 36%), hsl(326, 36%, 16%));
gradient dark
background: linear-gradient(to right, hsl(326, 36%, 16%), hsl(326, 36%, 0%))
hex
background-color: #371A2B;
tailwind
bg-[hsl(326,36%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 36%, 16%, 0.4);
css variable
--color-primary: hsl(326, 36%, 16%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 36%, 16%)?
HEX: #371A2B | RGB: rgb(55, 26, 43) | CMYK: 0%, 53%, 22%, 78% | HSV: 325°, 53%, 22%. Copy any format from the conversion table above.
What colors go well with #371A2B?
The complementary color is HSL(146, 36%, 16%). 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, 36%, 16%) in CSS?
As HSL: color: hsl(326, 36%, 16%); — As HEX: color: #371A2B; — As RGB: color: rgb(55, 26, 43); — Tailwind CSS: bg-[hsl(326,36%,16%)] — CSS variable: --color-primary: hsl(326, 36%, 16%);