HSL(320, 48%, 40%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,48%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 48%, 40%) | color: hsl(320, 48%, 40%) | |
| HEX | #973576 | color: #973576 | |
| RGB | rgb(151, 53, 118) | color: rgb(151, 53, 118) | |
| CMYK | cmyk(0%, 65%, 22%, 41%) | — | |
| HSV | hsv(320, 65%, 59%) | — | |
| HWB | hwb(320 21% 41%) | color: hwb(320 21% 41%) | |
| OKLCH | oklch(0.4905 0.1502 343.39) | color: oklch(0.4905 0.1502 343.39) | |
| Lab | lab(38.61 48 -16.09) | color: lab(38.61 48 -16.09) | |
| LCH | lch(38.61 50.62 341.47) | color: lch(38.61 50.62 341.47) |
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)
#6D6C66 — rgb(109, 108, 102)
Deuteranopia (Green-blind)
#727A63 — rgb(114, 122, 99)
Tritanopia (Blue-blind)
#925A57 — rgb(146, 90, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 48%, 40%);
text
color: hsl(320, 48%, 40%);
border
border: 2px solid hsl(320, 48%, 40%);
gradient light
background: linear-gradient(to right, hsl(320, 48%, 60%), hsl(320, 48%, 40%));
gradient dark
background: linear-gradient(to right, hsl(320, 48%, 40%), hsl(320, 48%, 20%))
hex
background-color: #973576;
tailwind
bg-[hsl(320,48%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 48%, 40%, 0.4);
css variable
--color-primary: hsl(320, 48%, 40%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 48%, 40%)?
HEX: #973576 | RGB: rgb(151, 53, 118) | CMYK: 0%, 65%, 22%, 41% | HSV: 320°, 65%, 59%. Copy any format from the conversion table above.
What colors go well with #973576?
The complementary color is HSL(140, 48%, 40%). 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, 48%, 40%) in CSS?
As HSL: color: hsl(320, 48%, 40%); — As HEX: color: #973576; — As RGB: color: rgb(151, 53, 118); — Tailwind CSS: bg-[hsl(320,48%,40%)] — CSS variable: --color-primary: hsl(320, 48%, 40%);