HSL(332, 50%, 55%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,50%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 50%, 55%) | color: hsl(332, 50%, 55%) | |
| HEX | #C65388 | color: #C65388 | |
| RGB | rgb(198, 83, 136) | color: rgb(198, 83, 136) | |
| CMYK | cmyk(0%, 58%, 31%, 22%) | — | |
| HSV | hsv(332, 58%, 78%) | — | |
| HWB | hwb(332 33% 22%) | color: hwb(332 33% 22%) | |
| OKLCH | oklch(0.605 0.1567 354.04) | color: oklch(0.605 0.1567 354.04) | |
| Lab | lab(51.81 51.26 -6.4) | color: lab(51.81 51.26 -6.4) | |
| LCH | lch(51.81 51.66 352.88) | color: lch(51.81 51.66 352.88) |
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)
#94937B — rgb(148, 147, 123)
Deuteranopia (Green-blind)
#9BA478 — rgb(155, 164, 120)
Tritanopia (Blue-blind)
#C0716F — rgb(192, 113, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 50%, 55%);
text
color: hsl(332, 50%, 55%);
border
border: 2px solid hsl(332, 50%, 55%);
gradient light
background: linear-gradient(to right, hsl(332, 50%, 75%), hsl(332, 50%, 55%));
gradient dark
background: linear-gradient(to right, hsl(332, 50%, 55%), hsl(332, 50%, 35%))
hex
background-color: #C65388;
tailwind
bg-[hsl(332,50%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 50%, 55%, 0.4);
css variable
--color-primary: hsl(332, 50%, 55%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 50%, 55%)?
HEX: #C65388 | RGB: rgb(198, 83, 136) | CMYK: 0%, 58%, 31%, 22% | HSV: 332°, 58%, 78%. Copy any format from the conversion table above.
What colors go well with #C65388?
The complementary color is HSL(152, 50%, 55%). 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, 50%, 55%) in CSS?
As HSL: color: hsl(332, 50%, 55%); — As HEX: color: #C65388; — As RGB: color: rgb(198, 83, 136); — Tailwind CSS: bg-[hsl(332,50%,55%)] — CSS variable: --color-primary: hsl(332, 50%, 55%);