HSL(323, 89%, 32%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,89%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 89%, 32%) | color: hsl(323, 89%, 32%) | |
| HEX | #9A0963 | color: #9A0963 | |
| RGB | rgb(154, 9, 99) | color: rgb(154, 9, 99) | |
| CMYK | cmyk(0%, 94%, 36%, 40%) | — | |
| HSV | hsv(323, 94%, 60%) | — | |
| HWB | hwb(323 4% 40%) | color: hwb(323 4% 40%) | |
| OKLCH | oklch(0.4548 0.1841 350.92) | color: oklch(0.4548 0.1841 350.92) | |
| Lab | lab(33.92 59.05 -11.18) | color: lab(33.92 59.05 -11.18) | |
| LCH | lch(33.92 60.1 349.28) | color: lch(33.92 60.1 349.28) |
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)
#5B5A4D — rgb(91, 90, 77)
Deuteranopia (Green-blind)
#646F48 — rgb(100, 111, 72)
Tritanopia (Blue-blind)
#933C38 — rgb(147, 60, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 89%, 32%);
text
color: hsl(323, 89%, 32%);
border
border: 2px solid hsl(323, 89%, 32%);
gradient light
background: linear-gradient(to right, hsl(323, 89%, 52%), hsl(323, 89%, 32%));
gradient dark
background: linear-gradient(to right, hsl(323, 89%, 32%), hsl(323, 89%, 12%))
hex
background-color: #9A0963;
tailwind
bg-[hsl(323,89%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 89%, 32%, 0.4);
css variable
--color-primary: hsl(323, 89%, 32%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 89%, 32%)?
HEX: #9A0963 | RGB: rgb(154, 9, 99) | CMYK: 0%, 94%, 36%, 40% | HSV: 323°, 94%, 60%. Copy any format from the conversion table above.
What colors go well with #9A0963?
The complementary color is HSL(143, 89%, 32%). 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, 89%, 32%) in CSS?
As HSL: color: hsl(323, 89%, 32%); — As HEX: color: #9A0963; — As RGB: color: rgb(154, 9, 99); — Tailwind CSS: bg-[hsl(323,89%,32%)] — CSS variable: --color-primary: hsl(323, 89%, 32%);