HSL(326, 48%, 33%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,48%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 48%, 33%) | color: hsl(326, 48%, 33%) | |
| HEX | #7D2C5A | color: #7D2C5A | |
| RGB | rgb(125, 44, 90) | color: rgb(125, 44, 90) | |
| CMYK | cmyk(0%, 65%, 28%, 51%) | — | |
| HSV | hsv(326, 65%, 49%) | — | |
| HWB | hwb(326 17% 51%) | color: hwb(326 17% 51%) | |
| OKLCH | oklch(0.4264 0.1239 348.49) | color: oklch(0.4264 0.1239 348.49) | |
| Lab | lab(31.58 40.07 -9.43) | color: lab(31.58 40.07 -9.43) | |
| LCH | lch(31.58 41.16 346.76) | color: lch(31.58 41.16 346.76) |
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)
#5A594F — rgb(90, 89, 79)
Deuteranopia (Green-blind)
#5F654C — rgb(95, 101, 76)
Tritanopia (Blue-blind)
#794644 — rgb(121, 70, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 48%, 33%);
text
color: hsl(326, 48%, 33%);
border
border: 2px solid hsl(326, 48%, 33%);
gradient light
background: linear-gradient(to right, hsl(326, 48%, 53%), hsl(326, 48%, 33%));
gradient dark
background: linear-gradient(to right, hsl(326, 48%, 33%), hsl(326, 48%, 13%))
hex
background-color: #7D2C5A;
tailwind
bg-[hsl(326,48%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 48%, 33%, 0.4);
css variable
--color-primary: hsl(326, 48%, 33%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 48%, 33%)?
HEX: #7D2C5A | RGB: rgb(125, 44, 90) | CMYK: 0%, 65%, 28%, 51% | HSV: 326°, 65%, 49%. Copy any format from the conversion table above.
What colors go well with #7D2C5A?
The complementary color is HSL(146, 48%, 33%). 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, 48%, 33%) in CSS?
As HSL: color: hsl(326, 48%, 33%); — As HEX: color: #7D2C5A; — As RGB: color: rgb(125, 44, 90); — Tailwind CSS: bg-[hsl(326,48%,33%)] — CSS variable: --color-primary: hsl(326, 48%, 33%);