HSL(323, 79%, 35%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,79%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 79%, 35%) | color: hsl(323, 79%, 35%) | |
| HEX | #A0136A | color: #A0136A | |
| RGB | rgb(160, 19, 106) | color: rgb(160, 19, 106) | |
| CMYK | cmyk(0%, 88%, 34%, 37%) | — | |
| HSV | hsv(323, 88%, 63%) | — | |
| HWB | hwb(323 8% 37%) | color: hwb(323 8% 37%) | |
| OKLCH | oklch(0.4726 0.1859 349.92) | color: oklch(0.4726 0.1859 349.92) | |
| Lab | lab(35.95 59.62 -12.46) | color: lab(35.95 59.62 -12.46) | |
| LCH | lch(35.95 60.91 348.2) | color: lch(35.95 60.91 348.2) |
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)
#636255 — rgb(99, 98, 85)
Deuteranopia (Green-blind)
#6B7650 — rgb(107, 118, 80)
Tritanopia (Blue-blind)
#994441 — rgb(153, 68, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 79%, 35%);
text
color: hsl(323, 79%, 35%);
border
border: 2px solid hsl(323, 79%, 35%);
gradient light
background: linear-gradient(to right, hsl(323, 79%, 55%), hsl(323, 79%, 35%));
gradient dark
background: linear-gradient(to right, hsl(323, 79%, 35%), hsl(323, 79%, 15%))
hex
background-color: #A0136A;
tailwind
bg-[hsl(323,79%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 79%, 35%, 0.4);
css variable
--color-primary: hsl(323, 79%, 35%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 79%, 35%)?
HEX: #A0136A | RGB: rgb(160, 19, 106) | CMYK: 0%, 88%, 34%, 37% | HSV: 323°, 88%, 63%. Copy any format from the conversion table above.
What colors go well with #A0136A?
The complementary color is HSL(143, 79%, 35%). 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, 79%, 35%) in CSS?
As HSL: color: hsl(323, 79%, 35%); — As HEX: color: #A0136A; — As RGB: color: rgb(160, 19, 106); — Tailwind CSS: bg-[hsl(323,79%,35%)] — CSS variable: --color-primary: hsl(323, 79%, 35%);