HSL(328, 28%, 58%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,28%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 28%, 58%) | color: hsl(328, 28%, 58%) | |
| HEX | #B27696 | color: #B27696 | |
| RGB | rgb(178, 118, 150) | color: rgb(178, 118, 150) | |
| CMYK | cmyk(0%, 34%, 16%, 30%) | — | |
| HSV | hsv(328, 34%, 70%) | — | |
| HWB | hwb(328 46% 30%) | color: hwb(328 46% 30%) | |
| OKLCH | oklch(0.6379 0.086 346.59) | color: oklch(0.6379 0.086 346.59) | |
| Lab | lab(56.71 28.33 -7.62) | color: lab(56.71 28.33 -7.62) | |
| LCH | lch(56.71 29.34 344.95) | color: lch(56.71 29.34 344.95) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#98978E — rgb(152, 151, 142)
Deuteranopia (Green-blind)
#9CA08C — rgb(156, 160, 140)
Tritanopia (Blue-blind)
#AF8887 — rgb(175, 136, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 28%, 58%);
text
color: hsl(328, 28%, 58%);
border
border: 2px solid hsl(328, 28%, 58%);
gradient light
background: linear-gradient(to right, hsl(328, 28%, 78%), hsl(328, 28%, 58%));
gradient dark
background: linear-gradient(to right, hsl(328, 28%, 58%), hsl(328, 28%, 38%))
hex
background-color: #B27696;
tailwind
bg-[hsl(328,28%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 28%, 58%, 0.4);
css variable
--color-primary: hsl(328, 28%, 58%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 28%, 58%)?
HEX: #B27696 | RGB: rgb(178, 118, 150) | CMYK: 0%, 34%, 16%, 30% | HSV: 328°, 34%, 70%. Copy any format from the conversion table above.
What colors go well with #B27696?
The complementary color is HSL(148, 28%, 58%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(328, 28%, 58%) in CSS?
As HSL: color: hsl(328, 28%, 58%); — As HEX: color: #B27696; — As RGB: color: rgb(178, 118, 150); — Tailwind CSS: bg-[hsl(328,28%,58%)] — CSS variable: --color-primary: hsl(328, 28%, 58%);