HSL(323, 33%, 50%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,33%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 33%, 50%) | color: hsl(323, 33%, 50%) | |
| HEX | #AA5589 | color: #AA5589 | |
| RGB | rgb(170, 85, 137) | color: rgb(170, 85, 137) | |
| CMYK | cmyk(0%, 50%, 19%, 33%) | — | |
| HSV | hsv(323, 50%, 67%) | — | |
| HWB | hwb(323 34% 33%) | color: hwb(323 34% 33%) | |
| OKLCH | oklch(0.5689 0.1278 344.35) | color: oklch(0.5689 0.1278 344.35) | |
| Lab | lab(48.07 41.35 -13.02) | color: lab(48.07 41.35 -13.02) | |
| LCH | lch(48.07 43.35 342.52) | color: lch(48.07 43.35 342.52) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#85847C — rgb(133, 132, 124)
Deuteranopia (Green-blind)
#8A9179 — rgb(138, 145, 121)
Tritanopia (Blue-blind)
#A67270 — rgb(166, 114, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 33%, 50%);
text
color: hsl(323, 33%, 50%);
border
border: 2px solid hsl(323, 33%, 50%);
gradient light
background: linear-gradient(to right, hsl(323, 33%, 70%), hsl(323, 33%, 50%));
gradient dark
background: linear-gradient(to right, hsl(323, 33%, 50%), hsl(323, 33%, 30%))
hex
background-color: #AA5589;
tailwind
bg-[hsl(323,33%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 33%, 50%, 0.4);
css variable
--color-primary: hsl(323, 33%, 50%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 33%, 50%)?
HEX: #AA5589 | RGB: rgb(170, 85, 137) | CMYK: 0%, 50%, 19%, 33% | HSV: 323°, 50%, 67%. Copy any format from the conversion table above.
What colors go well with #AA5589?
The complementary color is HSL(143, 33%, 50%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 33%, 50%) in CSS?
As HSL: color: hsl(323, 33%, 50%); — As HEX: color: #AA5589; — As RGB: color: rgb(170, 85, 137); — Tailwind CSS: bg-[hsl(323,33%,50%)] — CSS variable: --color-primary: hsl(323, 33%, 50%);