HSL(329, 60%, 18%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(329,60%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(329, 60%, 18%) | color: hsl(329, 60%, 18%) | |
| HEX | #49122F | color: #49122F | |
| RGB | rgb(73, 18, 47) | color: rgb(73, 18, 47) | |
| CMYK | cmyk(0%, 75%, 36%, 71%) | — | |
| HSV | hsv(328, 75%, 29%) | — | |
| HWB | hwb(328 7% 71%) | color: hwb(328 7% 71%) | |
| OKLCH | oklch(0.2857 0.0895 351.77) | color: oklch(0.2857 0.0895 351.77) | |
| Lab | lab(15.77 29.04 -4.96) | color: lab(15.77 29.04 -4.96) | |
| LCH | lch(15.77 29.46 350.31) | color: lch(15.77 29.46 350.31) |
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)
#313128 — rgb(49, 49, 40)
Deuteranopia (Green-blind)
#343926 — rgb(52, 57, 38)
Tritanopia (Blue-blind)
#462221 — rgb(70, 34, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(329, 60%, 18%);
text
color: hsl(329, 60%, 18%);
border
border: 2px solid hsl(329, 60%, 18%);
gradient light
background: linear-gradient(to right, hsl(329, 60%, 38%), hsl(329, 60%, 18%));
gradient dark
background: linear-gradient(to right, hsl(329, 60%, 18%), hsl(329, 60%, 0%))
hex
background-color: #49122F;
tailwind
bg-[hsl(329,60%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(329, 60%, 18%, 0.4);
css variable
--color-primary: hsl(329, 60%, 18%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(329, 60%, 18%)?
HEX: #49122F | RGB: rgb(73, 18, 47) | CMYK: 0%, 75%, 36%, 71% | HSV: 328°, 75%, 29%. Copy any format from the conversion table above.
What colors go well with #49122F?
The complementary color is HSL(149, 60%, 18%). 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%, 18%) in CSS?
As HSL: color: hsl(329, 60%, 18%); — As HEX: color: #49122F; — As RGB: color: rgb(73, 18, 47); — Tailwind CSS: bg-[hsl(329,60%,18%)] — CSS variable: --color-primary: hsl(329, 60%, 18%);