HSL(323, 73%, 45%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,73%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 73%, 45%) | color: hsl(323, 73%, 45%) | |
| HEX | #C71F86 | color: #C71F86 | |
| RGB | rgb(199, 31, 134) | color: rgb(199, 31, 134) | |
| CMYK | cmyk(0%, 84%, 33%, 22%) | — | |
| HSV | hsv(323, 84%, 78%) | — | |
| HWB | hwb(323 12% 22%) | color: hwb(323 12% 22%) | |
| OKLCH | oklch(0.5582 0.2161 349.7) | color: oklch(0.5582 0.2161 349.7) | |
| Lab | lab(45.42 69.31 -14.78) | color: lab(45.42 69.31 -14.78) | |
| LCH | lch(45.42 70.87 347.96) | color: lch(45.42 70.87 347.96) |
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)
#7E7D6D — rgb(126, 125, 109)
Deuteranopia (Green-blind)
#889567 — rgb(136, 149, 103)
Tritanopia (Blue-blind)
#BF5955 — rgb(191, 89, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 73%, 45%);
text
color: hsl(323, 73%, 45%);
border
border: 2px solid hsl(323, 73%, 45%);
gradient light
background: linear-gradient(to right, hsl(323, 73%, 65%), hsl(323, 73%, 45%));
gradient dark
background: linear-gradient(to right, hsl(323, 73%, 45%), hsl(323, 73%, 25%))
hex
background-color: #C71F86;
tailwind
bg-[hsl(323,73%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 73%, 45%, 0.4);
css variable
--color-primary: hsl(323, 73%, 45%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 73%, 45%)?
HEX: #C71F86 | RGB: rgb(199, 31, 134) | CMYK: 0%, 84%, 33%, 22% | HSV: 323°, 84%, 78%. Copy any format from the conversion table above.
What colors go well with #C71F86?
The complementary color is HSL(143, 73%, 45%). 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, 73%, 45%) in CSS?
As HSL: color: hsl(323, 73%, 45%); — As HEX: color: #C71F86; — As RGB: color: rgb(199, 31, 134); — Tailwind CSS: bg-[hsl(323,73%,45%)] — CSS variable: --color-primary: hsl(323, 73%, 45%);