HSL(332, 58%, 61%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,58%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 58%, 61%) | color: hsl(332, 58%, 61%) | |
| HEX | #D56298 | color: #D56298 | |
| RGB | rgb(213, 98, 152) | color: rgb(213, 98, 152) | |
| CMYK | cmyk(0%, 54%, 29%, 16%) | — | |
| HSV | hsv(332, 54%, 84%) | — | |
| HWB | hwb(332 39% 16%) | color: hwb(332 39% 16%) | |
| OKLCH | oklch(0.6516 0.1558 352.89) | color: oklch(0.6516 0.1558 352.89) | |
| Lab | lab(57.22 51.03 -7.52) | color: lab(57.22 51.03 -7.52) | |
| LCH | lch(57.22 51.58 351.62) | color: lch(57.22 51.58 351.62) |
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)
#A3A28B — rgb(163, 162, 139)
Deuteranopia (Green-blind)
#AAB388 — rgb(170, 179, 136)
Tritanopia (Blue-blind)
#CF817E — rgb(207, 129, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 58%, 61%);
text
color: hsl(332, 58%, 61%);
border
border: 2px solid hsl(332, 58%, 61%);
gradient light
background: linear-gradient(to right, hsl(332, 58%, 81%), hsl(332, 58%, 61%));
gradient dark
background: linear-gradient(to right, hsl(332, 58%, 61%), hsl(332, 58%, 41%))
hex
background-color: #D56298;
tailwind
bg-[hsl(332,58%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 58%, 61%, 0.4);
css variable
--color-primary: hsl(332, 58%, 61%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 58%, 61%)?
HEX: #D56298 | RGB: rgb(213, 98, 152) | CMYK: 0%, 54%, 29%, 16% | HSV: 332°, 54%, 84%. Copy any format from the conversion table above.
What colors go well with #D56298?
The complementary color is HSL(152, 58%, 61%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 58%, 61%) in CSS?
As HSL: color: hsl(332, 58%, 61%); — As HEX: color: #D56298; — As RGB: color: rgb(213, 98, 152); — Tailwind CSS: bg-[hsl(332,58%,61%)] — CSS variable: --color-primary: hsl(332, 58%, 61%);