HSL(325, 43%, 44%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(325,43%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 43%, 44%) | color: hsl(325, 43%, 44%) | |
| HEX | #A04078 | color: #A04078 | |
| RGB | rgb(160, 64, 120) | color: rgb(160, 64, 120) | |
| CMYK | cmyk(0%, 60%, 25%, 37%) | — | |
| HSV | hsv(325, 60%, 63%) | — | |
| HWB | hwb(325 25% 37%) | color: hwb(325 25% 37%) | |
| OKLCH | oklch(0.5186 0.1423 347.13) | color: oklch(0.5186 0.1423 347.13) | |
| Lab | lab(42 46.02 -12.04) | color: lab(42 46.02 -12.04) | |
| LCH | lch(42 47.57 345.34) | color: lch(42 47.57 345.34) |
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)
#76766A — rgb(118, 118, 106)
Deuteranopia (Green-blind)
#7C8367 — rgb(124, 131, 103)
Tritanopia (Blue-blind)
#9B605D — rgb(155, 96, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 43%, 44%);
text
color: hsl(325, 43%, 44%);
border
border: 2px solid hsl(325, 43%, 44%);
gradient light
background: linear-gradient(to right, hsl(325, 43%, 64%), hsl(325, 43%, 44%));
gradient dark
background: linear-gradient(to right, hsl(325, 43%, 44%), hsl(325, 43%, 24%))
hex
background-color: #A04078;
tailwind
bg-[hsl(325,43%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 43%, 44%, 0.4);
css variable
--color-primary: hsl(325, 43%, 44%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 43%, 44%)?
HEX: #A04078 | RGB: rgb(160, 64, 120) | CMYK: 0%, 60%, 25%, 37% | HSV: 325°, 60%, 63%. Copy any format from the conversion table above.
What colors go well with #A04078?
The complementary color is HSL(145, 43%, 44%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(325, 43%, 44%) in CSS?
As HSL: color: hsl(325, 43%, 44%); — As HEX: color: #A04078; — As RGB: color: rgb(160, 64, 120); — Tailwind CSS: bg-[hsl(325,43%,44%)] — CSS variable: --color-primary: hsl(325, 43%, 44%);