HSL(320, 60%, 45%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,60%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 60%, 45%) | color: hsl(320, 60%, 45%) | |
| HEX | #B82E8A | color: #B82E8A | |
| RGB | rgb(184, 46, 138) | color: rgb(184, 46, 138) | |
| CMYK | cmyk(0%, 75%, 25%, 28%) | — | |
| HSV | hsv(320, 75%, 72%) | — | |
| HWB | hwb(320 18% 28%) | color: hwb(320 18% 28%) | |
| OKLCH | oklch(0.5449 0.1953 344.73) | color: oklch(0.5449 0.1953 344.73) | |
| Lab | lab(44.21 62.26 -19.32) | color: lab(44.21 62.26 -19.32) | |
| LCH | lch(44.21 65.19 342.76) | color: lch(44.21 65.19 342.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)
#7C7B74 — rgb(124, 123, 116)
Deuteranopia (Green-blind)
#848F6E — rgb(132, 143, 110)
Tritanopia (Blue-blind)
#B1625E — rgb(177, 98, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 60%, 45%);
text
color: hsl(320, 60%, 45%);
border
border: 2px solid hsl(320, 60%, 45%);
gradient light
background: linear-gradient(to right, hsl(320, 60%, 65%), hsl(320, 60%, 45%));
gradient dark
background: linear-gradient(to right, hsl(320, 60%, 45%), hsl(320, 60%, 25%))
hex
background-color: #B82E8A;
tailwind
bg-[hsl(320,60%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 60%, 45%, 0.4);
css variable
--color-primary: hsl(320, 60%, 45%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 60%, 45%)?
HEX: #B82E8A | RGB: rgb(184, 46, 138) | CMYK: 0%, 75%, 25%, 28% | HSV: 320°, 75%, 72%. Copy any format from the conversion table above.
What colors go well with #B82E8A?
The complementary color is HSL(140, 60%, 45%). 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, 60%, 45%) in CSS?
As HSL: color: hsl(320, 60%, 45%); — As HEX: color: #B82E8A; — As RGB: color: rgb(184, 46, 138); — Tailwind CSS: bg-[hsl(320,60%,45%)] — CSS variable: --color-primary: hsl(320, 60%, 45%);