HSL(322, 41%, 52%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,41%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 41%, 52%) | color: hsl(322, 41%, 52%) | |
| HEX | #B75292 | color: #B75292 | |
| RGB | rgb(183, 82, 146) | color: rgb(183, 82, 146) | |
| CMYK | cmyk(0%, 55%, 20%, 28%) | — | |
| HSV | hsv(322, 55%, 72%) | — | |
| HWB | hwb(322 32% 28%) | color: hwb(322 32% 28%) | |
| OKLCH | oklch(0.5861 0.1504 343.86) | color: oklch(0.5861 0.1504 343.86) | |
| Lab | lab(49.71 48.39 -15.73) | color: lab(49.71 48.39 -15.73) | |
| LCH | lch(49.71 50.88 341.99) | color: lch(49.71 50.88 341.99) |
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)
#8B8A83 — rgb(139, 138, 131)
Deuteranopia (Green-blind)
#91997F — rgb(145, 153, 127)
Tritanopia (Blue-blind)
#B27674 — rgb(178, 118, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 41%, 52%);
text
color: hsl(322, 41%, 52%);
border
border: 2px solid hsl(322, 41%, 52%);
gradient light
background: linear-gradient(to right, hsl(322, 41%, 72%), hsl(322, 41%, 52%));
gradient dark
background: linear-gradient(to right, hsl(322, 41%, 52%), hsl(322, 41%, 32%))
hex
background-color: #B75292;
tailwind
bg-[hsl(322,41%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 41%, 52%, 0.4);
css variable
--color-primary: hsl(322, 41%, 52%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 41%, 52%)?
HEX: #B75292 | RGB: rgb(183, 82, 146) | CMYK: 0%, 55%, 20%, 28% | HSV: 322°, 55%, 72%. Copy any format from the conversion table above.
What colors go well with #B75292?
The complementary color is HSL(142, 41%, 52%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 41%, 52%) in CSS?
As HSL: color: hsl(322, 41%, 52%); — As HEX: color: #B75292; — As RGB: color: rgb(183, 82, 146); — Tailwind CSS: bg-[hsl(322,41%,52%)] — CSS variable: --color-primary: hsl(322, 41%, 52%);