HSL(329, 60%, 16%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,60%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 60%, 16%) | color: hsl(329, 60%, 16%) | |
| HEX | #41102A | color: #41102A | |
| RGB | rgb(65, 16, 42) | color: rgb(65, 16, 42) | |
| CMYK | cmyk(0%, 75%, 35%, 75%) | — | |
| HSV | hsv(328, 75%, 25%) | — | |
| HWB | hwb(328 6% 75%) | color: hwb(328 6% 75%) | |
| OKLCH | oklch(0.266 0.0818 351.33) | color: oklch(0.266 0.0818 351.33) | |
| Lab | lab(13.6 26.52 -4.76) | color: lab(13.6 26.52 -4.76) | |
| LCH | lch(13.6 26.94 349.82) | color: lch(13.6 26.94 349.82) |
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)
#2C2B24 — rgb(44, 43, 36)
Deuteranopia (Green-blind)
#2F3222 — rgb(47, 50, 34)
Tritanopia (Blue-blind)
#3F1F1E — rgb(63, 31, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 60%, 16%);
text
color: hsl(329, 60%, 16%);
border
border: 2px solid hsl(329, 60%, 16%);
gradient light
background: linear-gradient(to right, hsl(329, 60%, 36%), hsl(329, 60%, 16%));
gradient dark
background: linear-gradient(to right, hsl(329, 60%, 16%), hsl(329, 60%, 0%))
hex
background-color: #41102A;
tailwind
bg-[hsl(329,60%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 60%, 16%, 0.4);
css variable
--color-primary: hsl(329, 60%, 16%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 60%, 16%)?
HEX: #41102A | RGB: rgb(65, 16, 42) | CMYK: 0%, 75%, 35%, 75% | HSV: 328°, 75%, 25%. Copy any format from the conversion table above.
What colors go well with #41102A?
The complementary color is HSL(149, 60%, 16%). For a triadic harmony, use hues 329°, 89°, and 209°. For analogous combinations, try hues 299° and 359°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(329, 60%, 16%) in CSS?
As HSL: color: hsl(329, 60%, 16%); — As HEX: color: #41102A; — As RGB: color: rgb(65, 16, 42); — Tailwind CSS: bg-[hsl(329,60%,16%)] — CSS variable: --color-primary: hsl(329, 60%, 16%);