HSL(326, 52%, 56%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,52%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 52%, 56%) | color: hsl(326, 52%, 56%) | |
| HEX | #C95497 | color: #C95497 | |
| RGB | rgb(201, 84, 151) | color: rgb(201, 84, 151) | |
| CMYK | cmyk(0%, 58%, 25%, 21%) | — | |
| HSV | hsv(326, 58%, 79%) | — | |
| HWB | hwb(326 33% 21%) | color: hwb(326 33% 21%) | |
| OKLCH | oklch(0.6161 0.1658 347.61) | color: oklch(0.6161 0.1658 347.61) | |
| Lab | lab(52.94 53.69 -13.54) | color: lab(52.94 53.69 -13.54) | |
| LCH | lch(52.94 55.37 345.85) | color: lch(52.94 55.37 345.85) |
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)
#969587 — rgb(150, 149, 135)
Deuteranopia (Green-blind)
#9DA683 — rgb(157, 166, 131)
Tritanopia (Blue-blind)
#C37A77 — rgb(195, 122, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 52%, 56%);
text
color: hsl(326, 52%, 56%);
border
border: 2px solid hsl(326, 52%, 56%);
gradient light
background: linear-gradient(to right, hsl(326, 52%, 76%), hsl(326, 52%, 56%));
gradient dark
background: linear-gradient(to right, hsl(326, 52%, 56%), hsl(326, 52%, 36%))
hex
background-color: #C95497;
tailwind
bg-[hsl(326,52%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 52%, 56%, 0.4);
css variable
--color-primary: hsl(326, 52%, 56%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 52%, 56%)?
HEX: #C95497 | RGB: rgb(201, 84, 151) | CMYK: 0%, 58%, 25%, 21% | HSV: 326°, 58%, 79%. Copy any format from the conversion table above.
What colors go well with #C95497?
The complementary color is HSL(146, 52%, 56%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 52%, 56%) in CSS?
As HSL: color: hsl(326, 52%, 56%); — As HEX: color: #C95497; — As RGB: color: rgb(201, 84, 151); — Tailwind CSS: bg-[hsl(326,52%,56%)] — CSS variable: --color-primary: hsl(326, 52%, 56%);